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.
standard, vanity, or external) together with the vanity nameserver sets available on the account.curl --request GET \
--url 'https://api.regfish.com/domains/www.example.com/nameservers' \
--header 'x-api-key: YOUR_API_KEY'{
"success": true,
"code": 0,
"response": {
"domain": "example",
"mode": "standard",
"current": [
"example"
],
"vanity_set_id": 1,
"vanity_sets": [
{
"id": 1,
"host": "example",
"nameservers": [
null
]
}
]
}
}{
"success": false,
"message": "Unauthorized",
"error": "Unauthorized"
}{
"success": false,
"message": "Domain not found",
"error": "Domain not found"
}{
"success": false,
"message": "Unexpected error",
"error": "Unexpected error"
}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.