Skip to content

domainAvailabilityResponse

No description available in the specification.

Field Type Required Description
domain string yes The checked domain in punycode form.
sld string yes Second-level label.
tld string yes Public suffix.
available boolean yes true only when the registry positively reports the domain as free. Anything inconclusive is an error response, never false.
status string yes Plain-language state. redemption_period and pending_delete mean the domain is taken today but is on its way back to the market , worth telling the customer apart from a plain registered. reserved means the registry blocks it entirely. (available, registered, redemption_period, pending_delete, reserved, invalid)
flags string[] yes All registry status flags reported for the domain (e.g. transfer_prohibited, client_hold), for callers that need the detail behind status.
premium_class string no Registry premium tier when the domain is a premium name, otherwise null. This is a classification, not a price, pricing depends on the account.
{
"domain": "string",
"sld": "string",
"tld": "string",
"available": true,
"status": "available",
"flags": [
"string"
],
"premium_class": "string"
}