---
title: "List plants in a distribution zone"
method: GET
path: "/api/v1/distributions/{zone_id}/plants"
tags: ["Plants"]
---

# List plants in a distribution zone

`GET /api/v1/distributions/{zone_id}/plants`

List all the plants in the requested zone.

## Path parameters

- `zone_id` string, required

## Query parameters

- `filter` FiltersSpecies
  - `author` string
  - `bloom_months` string
  - `common_name` string
  - `days_to_harvest` string
  - `duration` string
  - `establishment` string
  - `edible` string
  - `edible_part` string
  - `family_common_name` string
  - `family_name` string
  - `flower_color` string
  - `flower_conspicuous` string
  - `foliage_color` string
  - `foliage_texture` string
  - `fruit_color` string
  - `fruit_conspicuous` string
  - `fruit_months` string
  - `fruit_seed_persistence` string
  - `genus_name` string
  - `growth_form` string
  - `growth_habit` string
  - `growth_months` string
  - `growth_rate` string
  - `leaf_retention` string
  - `ligneous_type` string
  - `rank` string
  - `scientific_name` string
  - `status` string
  - `vegetable` string
- `filter_not` FiltersNotSpecies
  - `author` string
  - `average_height_cm` string
  - `bibliography` string
  - `common_name` string
  - `days_to_harvest` string
  - `edible_part` string
  - `family_common_name` string
  - `family_name` string
  - `flower_color` string
  - `flower_conspicuous` string
  - `foliage_color` string
  - `foliage_texture` string
  - `frost_free_days_minimum` string
  - `fruit_color` string
  - `fruit_conspicuous` string
  - `fruit_seed_persistence` string
  - `genus_name` string
  - `ground_humidity` string
  - `growth_form` string
  - `growth_habit` string
  - `growth_rate` string
  - `image_url` string
  - `images_count` string
  - `leaf_retention` string
  - `light` string
  - `ligneous_type` string
  - `maximum_height_cm` string
  - `maximum_precipitation_mm` string
  - `maximum_temperature_deg_c` string
  - `maximum_temperature_deg_f` string
  - `minimum_precipitation_mm` string
  - `minimum_root_depth_cm` string
  - `minimum_temperature_deg_c` string
  - `minimum_temperature_deg_f` string
  - `ph_maximum` string
  - `ph_minimum` string
  - `planting_days_to_harvest` string
  - `planting_row_spacing_cm` string
  - `planting_spread_cm` string
  - `rank` string
  - `scientific_name` string
  - `soil_nutriments` string
  - `soil_salinity` string
  - `soil_texture` string
  - `sources_count` string
  - `status` string
  - `synonyms_count` string
  - `toxicity` string
  - `vegetable` string
  - `year` string
- `order` SortsSpecies
  - `atmospheric_humidity` string
  - `author` string
  - `average_height_cm` string
  - `bibliography` string
  - `common_name` string
  - `duration` string
  - `days_to_harvest` string
  - `edible` string
  - `family_common_name` string
  - `family_name` string
  - `flower_color` string
  - `flower_conspicuous` string
  - `foliage_color` string
  - `foliage_texture` string
  - `frost_free_days_minimum` string
  - `fruit_color` string
  - `fruit_conspicuous` string
  - `fruit_seed_persistence` string
  - `ground_humidity` string
  - `growth_form` string
  - `growth_habit` string
  - `growth_rate` string
  - `images_count` string
  - `leaf_retention` string
  - `light` string
  - `ligneous_type` string
  - `maximum_height_cm` string
  - `maximum_precipitation_mm` string
  - `maximum_temperature_deg_c` string
  - `maximum_temperature_deg_f` string
  - `minimum_precipitation_mm` string
  - `minimum_root_depth_cm` string
  - `minimum_temperature_deg_c` string
  - `minimum_temperature_deg_f` string
  - `ph_maximum` string
  - `ph_minimum` string
  - `planting_days_to_harvest` string
  - `planting_row_spacing_cm` string
  - `planting_spread_cm` string
  - `rank` string
  - `scientific_name` string
  - `soil_nutriments` string
  - `soil_salinity` string
  - `soil_texture` string
  - `sources_count` string
  - `status` string
  - `synonyms_count` string
  - `toxicity` string
  - `updated_at` string
  - `vegetable` string
  - `year` string
- `range` RangesSpecies
  - `atmospheric_humidity` string
  - `average_height_cm` string
  - `days_to_harvest` string
  - `frost_free_days_minimum` string
  - `ground_humidity` string
  - `images_count` string
  - `light` string
  - `maximum_height_cm` string
  - `maximum_precipitation_mm` string
  - `maximum_temperature_deg_c` string
  - `maximum_temperature_deg_f` string
  - `minimum_precipitation_mm` string
  - `minimum_root_depth_cm` string
  - `minimum_temperature_deg_c` string
  - `minimum_temperature_deg_f` string
  - `ph_maximum` string
  - `ph_minimum` string
  - `planting_days_to_harvest` string
  - `planting_row_spacing_cm` string
  - `planting_spread_cm` string
  - `soil_nutriments` string
  - `soil_salinity` string
  - `soil_texture` string
  - `sources_count` string
  - `synonyms_count` string
  - `toxicity` string
  - `year` string
- `page` number

## Response `200`

Success

- object
  - `data` SpeciesLight[]
    - `id` integer, required — An unique identifier
    - `common_name` string, nullable — The usual common name, in english, of the species (if any).
    - `slug` string, required — An unique human-readable identifier (if you can, prefer to use this over id)
    - `scientific_name` string, required — The scientific name follows the [Binomial nomenclature](https://en.wikipedia.org/wiki/Binomial_nomenclature), and represents its genus and its species within the genus, resulting in a single worldwide name for each organism. The scientific name of an infraspecific taxons (ranks below species, such as subspecies, forms, varieties...) is a combination of the name of a species and an infraspecific epithet. A connecting term is used to denote the rank. [See IAPT recommendation](https://www.iapt-taxon.org/nomen/pages/main/art_24.html)
    - `year` integer, nullable — The first publication year of a valid name of this species. [See author citation](https://en.wikipedia.org/wiki/Author_citation_(botany))
    - `bibliography` string, nullable — The first publication of a valid name of this species. [See author citation](https://en.wikipedia.org/wiki/Author_citation_(botany))
    - `author` string, nullable — The author(s) of the first publication of a valid name of this species. [See author citation](https://en.wikipedia.org/wiki/Author_citation_(botany))
    - `status` 'accepted' | 'unknown', required — The acceptance status of this species by IPNI
    - `rank` 'species' | 'ssp' | 'var' | 'form' | 'hybrid' | 'subvar', required — The [taxonomic rank](https://en.wikipedia.org/wiki/Taxonomic_rank) of the species
    - `family_common_name` string, nullable — The common name (in english) of the species family
    - `family` string, required — The scientific name of the species family
    - `genus_id` integer, required — The id of the species genus
    - `genus` string, required — The scientific name of the species genus
    - `image_url` string, nullable — A main image url of the species
    - `links` object, required — API endpoints to related resources
      - `self` string, required — API endpoint to the species itself
      - `genus` string, required — API endpoint to the species genus
      - `plant` string, required — API endpoint to the species plant
    - `synonyms` string[] — The symonyms scientific names
  - `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/versions/2e0d8882f840/schema)
