---
title: "List pokemon species"
method: GET
path: "/api/v2/pokemon-species/"
tags: ["pokemon"]
---

# List pokemon species

`GET /api/v2/pokemon-species/`

A Pokémon Species forms the basis for at least one Pokémon. Attributes of a Pokémon species are shared across all varieties of Pokémon within the species. A good example is Wormadam; Wormadam is the species which can be found in three different varieties, Wormadam-Trash, Wormadam-Sandy and Wormadam-Plant.

## Query parameters

- `limit` integer
- `offset` integer
- `q` string

## Response `200`

- PaginatedPokemonSpeciesSummaryList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PokemonSpeciesSummary[], required
    - `name` string, required
    - `url` string, uri, required

---

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