---
title: "Check zone distribution"
method: GET
path: "/{account}/zones/{zone}/distribution"
tags: ["zones"]
---

# Check zone distribution

`GET /{account}/zones/{zone}/distribution`

Checks if a zone is fully distributed to all our name servers across the globe.

## Path parameters

- `account` integer, required
- `zone` string, required

## Response `200`

Successfully checked zone distribution.

- object
  - `data` ZoneDistribution, required — Zone distribution check
    - `distributed` boolean, required — Returns true if the zone is fully distributed, false if not.

## Other responses

- `404` — The requested resource doesn't exist.
- `504` — The server failed to perform the check.

---

[API](https://skmtc.net/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.net/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dnsimple/dnsimple-api/revisions/270bb4f6f532/schema)
