https://api.apifreaks.com/v1.0/domain/availability/suggestions
$ pip install requests
Click Test it to start the request and see the response here!
| Field | Type | Requirement | Description |
|---|---|---|---|
| domain_available_response | Array | Mandatory | List of domain availability objects. |
Each individual domain availability object in both API responses contains the following fields:
| Field | Type | Requirement | Description |
|---|---|---|---|
| domain | String | Mandatory | Name of the queried domain |
| domainAvailability | Boolean | Mandatory | True if available, false if not available |
| message | String | Optional | Extra details if the domain is not registered |