---
title: "List all species"
method: GET
path: "/api/v1/species"
tags: ["Species"]
---

# List all species

`GET /api/v1/species`

Permissions needed: NONE
Returns list of species

## Query parameters

- `filter[search]` string

## Parameters

- `#/paths/~1api~1v1~1tags/get/parameters/5` — unresolved $ref

## Response `200`

Successful operation

- object
  - `data` object[]
    - `id` integer
    - `label` string — The name in english
    - `species` string — The name translated in the language of the vet accessing the resource
  - `links` Links — unresolved $ref
  - `meta` Meta — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `429` — unresolved $ref

---

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