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
DNS automation
v1.6.2
Download OpenAPI
List DNS zones
List DNS zones with SOA data, delegated nameservers, DNSSEC status, and record counts.
GET
/dns/zones
DNSZones

Authentication

x-api-key

Request example

GET
curl --request GET \
  --url 'https://api.regfish.com/dns/zones' \
  --header 'x-api-key: YOUR_API_KEY'

Responses

200
DNS zone list
application/jsondnsZoneSummaryResponse
Response example 200
{
  "success": true,
  "code": 0,
  "response": [
    {
      "domain": "www.example.com",
      "origin": "www.example.com.",
      "active": true,
      "signed": true,
      "using_regfish_nameservers": true,
      "delegation_nameservers": [
        {}
      ],
      "soa": {
        "primary_nameserver": "www.example.com.",
        "mailbox": "www.example.com.",
        "serial": 1,
        "refresh": 1,
        "retry": 1,
        "expire": 1,
        "minimum": 1,
        "ttl": 1
      },
      "record_count": 1,
      "dnssec_state": "active"
    }
  ]
}
401
Unauthorized
application/jsonError
Response example 401
{
  "success": false,
  "message": "Unauthorized",
  "error": "Unauthorized"
}
500
Unexpected error
application/jsonError
Response example 500
{
  "success": false,
  "message": "Unexpected error",
  "error": "Unexpected error"
}
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.