Check the registration status of a domain name or see if a domain name is available for registration. This is useful to know if a specific domain name is already taken or to get information about existing domain names.
jobId string required Example jobId parameter
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/domain-check/{jobId} curl -X HEAD "https://cloud.hostup.se/api/domain-check/check-bpl-1766831570682" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"status": "string",
"results": [
{
"id": "string",
"domain": "string",
"status": "string",
"premium": true,
"price": 0,
"productId": "string",
"renewalPrice": 0,
"periods": {
"1": {
"period": "string",
"register": "string",
"transfer": "string",
"renew": "string",
"redemption": "string",
"before": "string"
}
}
}
],
"timestamp": "string"
}
}