api access

External API

  1. Home › 
  2. API Access

Check domain availability

Get information about domain availability

Fully qualified domain name FQDN

Fully qualified domain name FQDN

Source of domain availability
dns The domain has been tested by DNS verification. This type of check is fast and has higher speed limits, but the result is inaccurate. For domains that are in hold status or intentionally hidden, the domain check will return false positives. This type of verification does not support premium domains

Domain availability check results
available domain available for registration
notAvailable domain already taken
internal domain is managed by Regery
error an error occurred and the availability check failed
notSupported domain name zone or IDN is not supported
restricted domain name is free but unavailable for registration
rateLimit speed limits have been exceeded

Whether the domain name is premium and whether a special price applies. The value may be null if this attribute could not be checked

HTTP ENDPOINT
GET /v1/domains/:domain/availability
EXAMPLE REQUEST: GET /v1/domains/example.com/availability
EXAMPLE RESPONSE: HTTP 200 OK
{
    "domain": "example.com",
    "source": "dns",
    "result": "available",
    "premium": false
}