regfish
Dominios, DNS, hosting y correo de un solo proveedor.
Herramientas DNS gratuitas
Comprueba SPF, DMARC, DNSSEC y mas en dns-doctor.com
Empresa
Miembro y acreditado



© 2002-2026 regfish GmbH. Todos los derechos reservados.
Estado del sistemarrid). This is useful for modifying the record’s name or type, or when managing multiple records with the same name and type combination.{
"type": "A",
"name": "www",
"data": "12.12.12.12"
}curl --request PATCH \
--url 'https://api.regfish.com/dns/rr/1' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'content-type: application/json' \
--data '{
"type": "A",
"name": "www",
"data": "12.12.12.12"
}'{
"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": "DNS record not found",
"error": "DNS record not found"
}{
"success": false,
"message": "DNS record update violates a zone constraint",
"error": "DNS record update violates a zone constraint"
}{
"success": false,
"message": "Rate limit for ACME platform credentials (scope `acme-dns-challenge`): calls per minute, and distinct customers per day. Ordinary customer keys never receive this status on this endpoint.",
"error": "Rate limit for ACME platform credentials (scope `acme-dns-challenge`): calls per minute, and distinct customers per day. Ordinary customer keys never receive this status on this endpoint."
}{
"success": false,
"message": "Unexpected error",
"error": "Unexpected error"
}La DNS API de regfish es una gran solucion para desarrolladores que quieren automatizar dominios y zonas DNS. Sumate a la comunidad y aprovecha las ventajas de la automatizacion DNS. La DNS API esta disponible gratis para todos los clientes de regfish.