POST
/
?action=singlecheckavailability
curl --request POST \
  --url 'https://domain.hostwithdothost.com/?action=singlecheckavailability' \
  --header 'Content-Type: application/json' \
  --data '{
  "username": "yourUsername",
  "password": "yourPassword",
  "domain": "hynitr.com"
}'
[
  {
    "TLD": "ng",
    "DomainName": "thegrtnx",
    "Status": "available",
    "Command": "create",
    "Period": 1,
    "IsFee": false,
    "Price": "5.4900",
    "Currency": "USD",
    "Reason": null
  }
]

Body

application/json
username
string
required
password
string
required
domain
string
required

Response

200
application/json
TLD
string
DomainName
string
Status
string
Command
string
Period
integer
IsFee
boolean
Price
string
Currency
string
Reason
null