Check domain availability
Check availability of domain names across multiple TLDs.
Check availability of domain names across multiple TLDs.
Multiple TLDs can be checked at once.
If you want alternative domains with response, provide only one TLD and set with_alternatives to true.
TLDs should be provided without leading dot (e.g. com, net, org).
Endpoint has rate limit of 90 requests per minute.
Use this endpoint to verify domain availability before purchase.
API Token authentication
Domain name (without TLD)
mydomainTLDs list
["com","net","org"]Should response include alternatives
falseExample: trueSuccess response
Domain name, null when not claimed free domain
mydomain.tldtrue if domain is available for registration
truetrue if domain is provided as an alternative
falseSpecial rules and/or restrictions applied for registering TLD
Unauthenticated response
Validation error response
Error response
POST /api/domains/v1/availability HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 73
{
"domain": "mydomain",
"tlds": [
"com",
"net",
"org"
],
"with_alternatives": true
}[
{
"domain": "mydomain.tld",
"is_available": true,
"is_alternative": false,
"restriction": "text"
}
]Last updated
Was this helpful?