v1
latestOpenAPI 3.1.02026-07-2671111437.2 KBCheck Availability
Checks whether up to 50 domain names are purchasable and returns discovery pricing for each result.
Discovery endpoint: Returns SearchResult fields — purchaseType, purchasePrice, premium, purchasable. Search returns the same fields for keyword/suggestion flows. Use this endpoint to determine what to send on Create Domain.
When results show premium: true or a non-registration purchaseType, follow the Domain pricing guide before calling Create Domain. For non-registration types, re-check Check Availability immediately before create — acquisition prices can change.
Recommendation: Set purchaseType to registration. Most resellers restrict results to domains with a purchaseType of registration to ensure predictable pricing and immediate fulfillment. Other purchase types (such as aftermarket variants) can introduce higher costs and non-instant transactions that may be delayed or declined by third parties.
Request body
Response
A successful response.
Example response
{
"results": [
{
"domainName": "example.com",
"premium": true,
"purchasable": true,
"purchasePrice": 10.99,
"renewalPrice": 10.99,
"sld": "example",
"tld": "com"
}
]
}