Need help? Call Live Support at +31 (0) 38 453 07 59

Used to check availability of a domain name

  • GETMethod
  • /v2/domains/domainName/checkURL
Name Type Description Restrictions
domainName String The domain name
  • Regular expression: ^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+(?:[a-z][a-z0-9-]{0,61}[a-z0-9])$
  • Minimum length: 3
  • Maximum length: 255
  • Registry specific restrictions may apply
Name Type Required / Optional Description Restrictions
languageCode String Optional For IDN domains, the TLD specific language code for the domain name
  • Minimum length: 1
  • Maximum length: 10

Successful request

  • 200 OKHTTP Status
  • application/jsonContent-Type
Name Type Required / Optional Description
available Boolean Required Indicates whether the domain name is available
reason String Optional If not available, the reason why the domain name is not available
premium Boolean Optional Indicates whether the domain name is premium
currency String Optional The currency for the action for the premium domain
price Integer Optional The price for the action (if available create otherwise transfer) for the premium domain, in cents

Failed requests

Generic errors can be expected.

The domain name
For IDN domains, the TLD specific language code for the domain name

GET /v2/domains/domainName/check