---
title: "List evolution chains"
method: GET
path: "/api/v2/evolution-chain/"
tags: ["evolution"]
---

# List evolution chains

`GET /api/v2/evolution-chain/`

Evolution chains are essentially family trees. They start with the lowest stage within a family and detail evolution conditions for each as well as Pokémon they can evolve into up through the hierarchy.

## Query parameters

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

## Response `200`

- PaginatedEvolutionChainSummaryList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` EvolutionChainSummary[], 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)
