Check Availability
CheckAvailability will check a list of domains to see if they are purchasable. A Maximum of 50 domains can be specified.
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.
Documentation Index
Fetch the complete documentation index at: https://docs.name.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.
Body
AvailabilityRequest is used to list the domain names to check availability for.
Checks if one or more domain names are available for registration (up to 50 domains). Important: Do not encode the : in the path. Use /core/v1/domains:checkAvailability, not /core/v1/domains%3AcheckAvailability.
DomainNames is the list of domains to check if they are available.
1 - 50 elements1Optional filter: when set, only results whose purchaseType matches this value are returned. When omitted, the response may include all purchase types the service can surface for each domain (for example registration and aftermarket variants).
registration, aftermarket_i, expiring, backorder, aftermarket_s, aftermarket_b Response
A successful response.
SearchResponse returns a list of search results.
Results of the search are returned here, the order should not be relied upon.