v1
latestSwagger 2.02026-08-041113661.2 MBDomainService
Check domain
post/v1beta/domains/check
Request body
Example request
{
"additional_data": {
"idn_script": "cyrl"
},
"application_mode": "preregistration",
"domains": [
{
"extension": "london",
"name": "test4"
}
],
"provider": "SEDO",
"with_price": false
}Response
A successful response.
Example response
{
"code": 0,
"data": {
"results": [
{
"claim_key": "",
"domain": "example.com",
"is_premium": false,
"premium": {
"currency": "USD",
"price": {
"create": 0
}
},
"price": {
"product": {
"currency": "USD",
"price": 8.06
},
"reseller": {
"currency": "USD",
"price": 8.06
}
},
"reason": "Domain exists",
"status": "active",
"whois": ""
}
]
},
"desc": ""
}