Check domain availability and indicative price
check_domain_availabilityCheck whether a domain can be registered and get an INDICATIVE retail price. IMPORTANT: this is a read-only lookup — it does NOT buy, register, reserve, or pay for any domain, and it changes nothing. The returned price is GROSS (includes 21% VAT) and indicative only. Set alternatives:true to also check the same name across other common TLDs (be, com, net, eu, nl, io, dev, app). Requires a valid team token but is not tied to a specific site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to check, e.g. "example.com". | |
| alternatives | No | When true, also check the same second-level name across a canonical TLD set (be, com, net, eu, nl, io, dev, app) and return each one's availability + indicative price. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Reminder that this is an indicative gross price and not a purchase. | |
| domain | Yes | ||
| currency | Yes | ISO currency code for the price (e.g. EUR). | |
| available | Yes | Whether the domain can be registered right now. | |
| priceCents | Yes | Gross (incl. 21% VAT) indicative retail price in cents, or null if unavailable / no price is published. | |
| request_id | No | Server-assigned request correlation id. Quote it when contacting support. | |
| alternatives | No | Present only when alternatives:true was requested. |