Bulk Domain Checker API

POST

https://api.apifreaks.com/v1.0/domain/availability

format
Format of the Response

Sample Responses

403
403
LANGUAGE
Python
PHP
Java
Node
Ruby
$ pip install requests
RESPONSE

Click Test it to start the request and see the response here!


API Response

FieldTypeRequirementDescription
bulk_domain_available_responseArrayMandatory
List of domain availability objects.

Each individual domain availability object in the bulk_domain_available_response contains the following fields:

FieldTypeRequirementDescription
domainStringMandatory
Name of the queried domain
domainAvailabilityBooleanMandatory
True if available, false if not available
statusBooleanMandatory
Determines whether the request was successfully processed or not for that specific entry.