Domain Verfügbarkeit prüfen

GET /domain/:domain/check

URL Variablen

Name Beschreibung
domain Domain-Name inkl. TLD

Response (application/json)

{
    "status": "success",
    "requestID": "17a74c38-f0a0-4a07-8b21-c339c4c32fd8",
    "message": "Domain availability successfully requested",
    "data": {
        "available": false
    }
}

cURL

curl "https://live.fireapi.de/domain/:domain/check" -X GET -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY"

Anfrage testen