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 sistemavanity_set_id), or reverts it to the regfish standard nameservers (vanity_set_id: null). Free-form nameservers are intentionally NOT supported on this endpoint, externally hosted delegations must be managed in the regfish dash. Guarded by the Domain-Guardian (ns_change rule class), domain status checks (pending transfer, cancellation) and two daily change limits: 5 changes per domain and 50 changes per account, both counted across all of your API keys and OAuth clients. Issuing another credential does not raise either limit.{
"vanity_set_id": 1
}curl --request PUT \
--url 'https://api.regfish.com/domains/www.example.com/nameservers' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'content-type: application/json' \
--data '{
"vanity_set_id": 1
}'{
"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": "Blocked by the Domain-Guardian",
"error": "Blocked by the Domain-Guardian"
}{
"success": false,
"message": "Domain or vanity set not found",
"error": "Domain or vanity set not found"
}{
"success": false,
"message": "Domain state or plan does not allow the change",
"error": "Domain state or plan does not allow the change"
}{
"success": false,
"message": "Daily change limit reached",
"error": "Daily change limit reached"
}{
"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.