29tools
New · MCP SuiteYour infrastructure now talks to AI agents.

Claude, Codex & co. manage DNS, domains and certificates directly, including DNS Doctor diagnostics.

Explore the MCP Suite
Reference
v1.6.2
Download OpenAPI
DNS API
Bring your domains to life
Optimized DNS automation The Regfish DNS API lets you manage DNS zones automatically and control your domains flexibly and efficiently. Discover a smart solution that transforms your IT infrastructure and gives you more time for innovation.

API reference

All operations are sourced from the contract and enriched with request and response examples.

Domains

DNS

DNSSEC

Example: create DNS record
POST
curl --request POST \
  --url 'https://api.regfish.com/dns/rr' \
  --header 'content-type: application/json' \
  --header 'x-api-key: YOUR_API_KEY' \
  --data '
{
  "type": "A",
  "name": "custom.example.com",
  "data": "123.123.123.123",
  "ttl": 60
}
'
Example: update DNS record
PATCH
curl --request PATCH \
  --url 'https://api.regfish.com/dns/rr' \
  --header 'content-type: application/json' \
  --header 'x-api-key: YOUR_API_KEY' \
  --data '
{
  "type": "A",
  "name": "custom.example.com",
  "data": "12.12.12.13",
  "ttl": 120
}
'
Example: list DNS records
GET
curl --request GET \
  --url 'https://api.regfish.com/dns/example.com/rr' \
  --header 'x-api-key: YOUR_API_KEY'
Example: delete DNS record #5659983
DELETE
curl --request DELETE \
  --url 'https://api.regfish.com/dns/rr/5659983' \
  --header 'x-api-key: YOUR_API_KEY'
Open source projects & integrations

DNS belongs in the workflow. Our open source integrations for zone management, record automation, and ACME DNS challenges support both internal services and our hosting platform. Regfish gives you a capable API plus libraries and tools that help automate DNS changes cleanly:

Integrations for projects such as libdns, caddy-dns (for Caddy and other DNS workflows), lexicon as well as go-acme/lego bring DNS automation into real deployments, from zone sync to challenge delegation.

Community

Zostań częścią społeczności

Regfish DNS API to świetne rozwiązanie dla programistów, którzy chcą zautomatyzować domeny i strefy DNS. Zostań częścią społeczności i skorzystaj z automatyzacji DNS. API DNS jest dostępne bezpłatnie dla każdego klienta Regfish.