The `check` action is used to perform an availability check for a single domain.
Name | Type | Description | Restrictions |
---|---|---|---|
sessionId | String | UUID4, unique to session |
|
Name | Type | Required / Optional | Description | Restrictions |
---|---|---|---|---|
input | String | Required | Domain query |
|
Name | Type | Required / Optional | Description |
---|---|---|---|
status | Enum | Required |
Status of the domain
Possible values:
|
domain_name | String | Required | The suggested domain name |
suffix | String | Required | The TLD |
type | Enum | Required |
Possible values:
|
currency | String | Required | Currency for the price, e.g. 'USD' |
price | Integer | Required | Price of the domain in cents |
Example of failed request:
{
"action": "error",
"data": "Invalid domain"
}