api.kmerhosting.com: do not send an API key, account credentials, or personal data.
Base URL: https://domain.kmerhosting.com/api/domain-search
This endpoint checks availability and shows current public pricing. Registration, transfer, contacts, DNS management, and account actions remain in the Domain portal or the authenticated REST API.
Check one domain
Pass the fully qualified domain name as thedomain query parameter.
q parameter is also accepted for simple search forms:
Bulk availability search
Check up to 20 unique domains in one request. Supply a comma-separateddomains parameter, or repeat domain.
POST when the domain list is generated programmatically or would make the URL too long:
Response
The response is JSON. Each result has a normalizeddomainName, a registrar availability result, and current public price information when the TLD is supported.
status: "unsupported"; it is not treated as available.
Limits and browser use
- A request can contain up to 20 unique domains.
- Each client IP can make 20 search requests in each 60-second window.
- A
429 Too Many Requestsresponse includesRetry-After,X-RateLimit-Limit, andX-RateLimit-Remainingheaders. - CORS is enabled with
Access-Control-Allow-Origin: *, so browser applications on other domains can call the endpoint directly.
Retry-After. Availability and prices can change between a search and an order; always review the live price and eligibility in the Domain portal before registering a domain.
