Skip to main content
GET
/
api
/
v1
/
pricing
Get pricing
curl --request GET \
  --url https://dev.namify.host/api/v1/pricing \
  --header 'Authorization: Bearer <token>'
{
  "dotstore": {
    "register": {
      "1": 65,
      "2": 65,
      "5": 65,
      "10": 65
    },
    "renew": {
      "1": 65,
      "2": 65,
      "5": 65,
      "10": 65
    },
    "transfer": {
      "1": 65
    },
    "restore": {
      "1": 170
    },
    "register_monthly": {
      "1": 2.99,
      "6": 3.49,
      "11": 3.49
    },
    "renew_monthly": {
      "1": 3.49,
      "6": 3.49,
      "11": 3.49
    }
  },
  "privacy_protection": 6
}

Authorizations

Authorization
string
header
required

A personal access token. Obtain one from the dashboard under Settings > API Key. Include it in the Authorization header as Bearer <token>. Unauthenticated requests to protected routes return 401 Unauthorized.

Response

Pricing retrieved successfully.

An object keyed by TLD slug (e.g. dotcom, dotstore) plus privacy_protection.

{key}

Pricing breakdown for a TLD.