Availability Object

Properties
domainstringformat HOSTNAME
Domain name including TLD. For example, my-new-domain.com.

availableboolean
Whether the domain is available for purchase. You can purchase the domain in case the boolean is true. The domain is already taken when false is returned.
Was this helpful?
Yes
No

GetCheck Domain Availability

Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Checks whether the given domain is available for purchase.

You can purchase the specified domain in case the returned availability.available boolean is true. The domain is already taken when false is returned.

The domain field must include the TLD. For example, my-new-domain.com.

Important: This call requires an account level API key and cannot be authenticated with the standard authorization header.

Endpoint
GET
https://www.wixapis.com/domain-search/v2/check-domain-availability

Was this helpful?
Yes
No