Skip to content

domainAvailabilityResponse

No description available in the specification.

FieldTypeRequiredDescription
domainstringyesThe checked domain in punycode form.
sldstringyesSecond-level label.
tldstringyesPublic suffix.
availablebooleanyestrue only when the registry positively reports the domain as free. Anything inconclusive is an error response, never false.
statusstringyesPlain-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)
flagsstring[]yesAll registry status flags reported for the domain (e.g. transfer_prohibited, client_hold), for callers that need the detail behind status.
premium_classstringnoRegistry 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"
}