---
title: "Export zone file data"
method: GET
path: "/v1/dns/zones/{zone_name}/export"
tags: ["zones"]
---

# Export zone file data

`GET /v1/dns/zones/{zone_name}/export`

Export the zone file data as plain text.

## Path parameters

- `zone_name` string, required — The name of the zone.

## Query parameters

- `serial` integer

## Response `200`

Zone data in master file format

## Other responses

- `401` — unauthorized (code: 2465)
- `403` — operation only available via the website (code: 4786)
- `404` — Multiple error variants are possible: - zone authority not found (code: 3792) - zone not found (code: 2510) - zone not shared (code: 2728)

---

[API](https://skmtc.net/noip/apis/no-ip-api.md) · [All operations](https://skmtc.net/noip/apis/no-ip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/noip/no-ip-api/versions/619d78b2a70e/schema)
