Domain

Check domain availability

Checks the configured registrar for the enabled domain extensions that match a name. Send the domain name without an extension, such as billingserv, to check up to 50 extensions. The endpoint is limited to 30 requests per minute per client.

post/domain/lookup

Request body

domainstring required

Domain name without an extension, such as billingserv. Do not include .com or another extension.

limitinteger

Maximum number of enabled extensions to check.

Response

Availability results

successtrue required
domainstring required

Normalized domain name that was searched.

registrarstring required

Registrar used for this availability check.

Changes

Changed in 2 of the 6 revisions of this API.7

    • added the optional property code to the response with the 401 status

      response-optional-property-added

    • added the optional property code to the response with the 403 status

      response-optional-property-added

    • added the optional property code to the response with the 422 status

      response-optional-property-added

    • added the optional property request_id to the response with the 401 status

      response-optional-property-added

    • added the optional property request_id to the response with the 403 status

      response-optional-property-added

    • added the optional property request_id to the response with the 422 status

      response-optional-property-added

    • endpoint added

      endpoint-added