Domain Availability Lookup API

API Structure

Deepinfo Domain Availability Lookup API enables you to look over the existence of a specific domain.

Note: No additional meta or attribute data is not available with this API. To get such information, we recommend you to use DeepInfo Web Data Lookup API.

Let's start by creating a two-week free account from Deepinfo platform, get your API key and you are ready. Next, you can test using the following cURL command.

Sample with the curl command:

curl --request GET \
  --url 'https://api.deepinfo.com/v1/lookup/domain-availability/deepinfo.com' \
  --header 'Accept: application/json' \
  --header 'apikey: [YOUR_API_KEY]'

If you wish to call Domain Availability Lookup API with real values and run code, just click here.

You can always contact us and ask for more assistance. We'll be glad to assist you with building your product.