v1

latestSwagger 2.02026-08-041113661.2 MB
DomainService

Check domain

post/v1beta/domains/check

Request body

application_modestring

When new gTLD is started it gets through several phases before it becomes available for registration to everybody (General availability or GA). There are several phases before GA when it is still possible to apply for a domain, but with some restrictions.

providerstring
with_priceboolean

Example request

{
  "additional_data": {
    "idn_script": "cyrl"
  },
  "application_mode": "preregistration",
  "domains": [
    {
      "extension": "london",
      "name": "test4"
    }
  ],
  "provider": "SEDO",
  "with_price": false
}

Response

A successful response.

codeinteger
descstring
maintenanceboolean

Example response

{
  "code": 0,
  "data": {
    "results": [
      {
        "claim_key": "",
        "domain": "example.com",
        "is_premium": false,
        "premium": {
          "currency": "USD",
          "price": {
            "create": 0
          }
        },
        "price": {
          "product": {
            "currency": "USD",
            "price": 8.06
          },
          "reseller": {
            "currency": "USD",
            "price": 8.06
          }
        },
        "reason": "Domain exists",
        "status": "active",
        "whois": ""
      }
    ]
  },
  "desc": ""
}