regfish
Domains, DNS, Hosting und E-Mail aus einer Hand.
Kostenlose DNS-Tools
SPF, DMARC, DNSSEC und mehr pruefen auf dns-doctor.com
Ressourcen & Support
Direktmitglied bei



Claude, Codex & Co. verwalten DNS, Domains und Zertifikate direkt, inklusive DNS-Doktor-Diagnosen.
502 rather than reporting the domain as taken — guessing here would cost the customer a registration. Rate limit: 60 checks per minute and API key.curl --request GET \
--url 'https://api.regfish.com/domains/availability/example.de' \
--header 'x-api-key: YOUR_API_KEY'{
"success": true,
"code": 0,
"response": {
"domain": "example",
"sld": "example",
"tld": "example",
"available": true,
"status": "available",
"flags": [
"example"
]
}
}{
"success": false,
"message": "Not a valid registrable domain name",
"error": "Not a valid registrable domain name"
}{
"success": false,
"message": "Unauthorized",
"error": "Unauthorized"
}{
"success": false,
"message": "Too many availability checks",
"error": "Too many availability checks"
}{
"success": false,
"message": "Unexpected error",
"error": "Unexpected error"
}{
"success": false,
"message": "Availability could not be determined",
"error": "Availability could not be determined"
}Das DNS API von Regfish ist die perfekte Lösung für Entwickler, die ihre Domains und DNS-Zonen automatisieren möchten. Werde Teil der Community und profitiere von den Vorteilen der DNS-Automatisierung. Das DNS API steht jedem Regfish-Kunden kostenlos zur Verfügung.