Check status and availability of domain names

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.

Path Parameters

jobId string required Example

jobId parameter

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
HEAD https://cloud.hostup.se/api/domain-check/{jobId}
For AI assistants
cURL
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"
Response
{
  "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"
  }
}