---
title: "List genrations"
method: GET
path: "/api/v2/generation/"
tags: ["games"]
---

# List genrations

`GET /api/v2/generation/`

A generation is a grouping of the Pokémon games that separates them based on the Pokémon they include. In each generation, a new set of Pokémon, Moves, Abilities and Types that did not exist in the previous generation are released.

## Query parameters

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

## Response `200`

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