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.
fqdn specified in the name parameter.{
"type": "A",
"name": "api.example.com.",
"data": "203.0.113.10",
"ttl": 300
}curl --request POST \
--url 'https://api.regfish.com/dns/rr' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'content-type: application/json' \
--data '{
"type": "A",
"name": "api.example.com.",
"data": "203.0.113.10",
"ttl": 300
}'{
"success": true,
"code": 0,
"response": {
"type": "A",
"name": "www.example.com.",
"data": "12.12.12.12",
"id": 1,
"auto": true,
"active": true,
"ts_created": 1,
"ts_updated": 1
}
}{
"success": false,
"message": "Invalid request",
"error": "Invalid request"
}{
"success": false,
"message": "Unauthorized",
"error": "Unauthorized"
}{
"success": false,
"message": "No matching DNS zone found",
"error": "No matching DNS zone found"
}{
"success": false,
"message": "DNS record creation violates a zone constraint",
"error": "DNS record creation violates a zone constraint"
}{
"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.