---
title: "List distributions zones"
method: GET
path: "/api/v1/distributions"
tags: ["Distributions"]
---

# List distributions zones

`GET /api/v1/distributions`

List distributions zones. Zones are following the WGSRPD convention.

WGSRPD provides an agreed system of geographical units at approximately "country" level and upwards for use in recording plant distributions. It allows adopting organizations to compare and exchange data with each other without loss of information due to incompatible geographical boundaries.

[Read more on the TDWG website](https://www.tdwg.org/standards/wgsrpd/).

## Query parameters

- `page` number

## Response `200`

Success

- object
  - `data` Zone[]
    - `id` integer, required
    - `name` string, required
    - `slug` string, required
    - `tdwg_code` string, required
    - `tdwg_level` integer, required
    - `species_count` integer, required
    - `links` object, required
      - `self` string, required
      - `plants` string, required
      - `species` string, required
    - `parent` object, nullable
      - `id` integer
      - `name` string
      - `slug` string
      - `tdwg_code` string
      - `tdwg_level` integer
      - `species_count` integer
      - `links` object
        - `self` string, required
        - `plants` string, required
        - `species` string, required
    - `children` object[]
      - `id` integer
      - `name` string
      - `slug` string
      - `tdwg_code` string
      - `tdwg_level` integer
      - `species_count` integer
      - `links` object
        - `self` string, required
        - `plants` string, required
        - `species` string, required
  - `links` object
    - `self` string, required — A link to the current page of the collection
    - `first` string — A link to the first page of the collection
    - `next` string — A link to the next page of the collection
    - `prev` string — A link to the previous page of the collection
    - `last` string — A link to the last page of the collection
  - `meta` object
    - `total` integer

## Other responses

- `401` — Invalid credentials

---

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