v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBregistrar
Check domain
Checks a domain name for availability.
get/{account}/registrar/domains/{domain}/check
Path parameters
accountinteger required
The account id
domainstring required
The domain name or id
Response
The check was successfully executed. Check the result data to determine if it is available for registration. If the domain is premium, please check the premium price before trying to register, renew, transfer.
Example response
{
"data": {
"domain": "ruby.codes",
"available": true,
"premium": true,
"trustee": true
}
}