regfish
Domini, DNS, hosting ed e-mail da un unico fornitore.
Strumenti DNS gratuiti
Verifica SPF, DMARC, DNSSEC e altro su dns-doctor.com
Caratteristiche
Membro diretto di



Claude, Codex & co. manage DNS, domains and certificates directly, including DNS Doctor diagnostics.
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"
}L'API DNS Regfish è un'ottima soluzione per gli sviluppatori che desiderano automatizzare domini e zone DNS. Entra a far parte della community e beneficia dell'automazione DNS. L'API DNS è disponibile gratuitamente per ogni cliente Regfish.