---
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

## Changes

- **2020-08-10** (v1) `3d0b90549625` — 1 info
  - endpoint added
- **2020-08-10** (v1) `9331c6c48cb2` — 1 breaking
  - api path removed without deprecation
- **2020-07-23** (v1) `c11131d2aa30` — 2 info
  - added the optional property `data/items/children` to the response with the `200` status
  - added the optional property `data/items/parent` to the response with the `200` status
- **2020-07-15** (v1) `15d88532a85a` — 2 warning
  - removed the optional property `data/items/children` from the response with the `200` status
  - removed the optional property `data/items/parent` from the response with the `200` status

[Change history](https://skmtc.dev/treflehq/apis/trefle-api-v1/changes/api/v1/distributions/get.md)

---

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