30narzędzi
Twój agent AI wchodzi do twojej strefy DNS, nie do rachunku.
Poznaj MCP Suite
DNS automation
v1.6.2
Download OpenAPI
Export DNS zone as BIND file
Export the specified zone as a BIND-compatible zone file. Non-standard ALIAS records are included as comments and, when possible, as resolved A records.
GET
/dns/zones/{domain}/export
DNSZoneExportsByDomain

Authentication

x-api-key

Parameters

Name
Type
Format
Required
Description
domain
path
string
-
Required
Fully Qualified Domain Name.

Request example

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

Responses

200
BIND zone file
text/plain
Response example 200
-----BEGIN CERTIFICATE-----
MIID...
-----END CERTIFICATE-----
401
Unauthorized
application/jsonError
Response example 401
{
  "success": false,
  "message": "Unauthorized",
  "error": "Unauthorized"
}
404
DNS zone not found
application/jsonError
Response example 404
{
  "success": false,
  "message": "DNS zone not found",
  "error": "DNS zone not found"
}
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.