---
title: "Get pokedex"
method: GET
path: "/api/v2/pokedex/{id}/"
tags: ["games"]
---

# Get pokedex

`GET /api/v2/pokedex/{id}/`

A Pokédex is a handheld electronic encyclopedia device; one which is capable of recording and retaining information of the various Pokémon in a given region with the exception of the national dex and some smaller dexes related to portions of a region. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Pokedex) for greater detail.

## Path parameters

- `id` string, required

## Response `200`

- PokedexDetail
  - `id` integer, required
  - `name` string, required
  - `is_main_series` boolean
  - `descriptions` PokedexDescription[], required
    - `description` string
    - `language` LanguageSummary, required
      - `name` string, required
      - `url` string, uri, required
  - `names` PokedexName[], required
    - `name` string, required
    - `language` LanguageSummary, required
      - `name` string, required
      - `url` string, uri, required
  - `pokemon_entries` object[], required
    - `entry_number` integer, required
    - `pokemon_species` object, required
      - `name` string, required
      - `url` string, uri, required
  - `region` RegionSummary, required
    - `name` string, required
    - `url` string, uri, required
  - `version_groups` object[], required
    - `name` string, required
    - `url` string, uri, required

## Changes

- **2026-04-29** `650bc9dd2efe` — 1 breaking, 1 info
  - the `descriptions/items/description` response property's maxLength was increased from `1000` to `2000` for the response status `200`
  - api operation id `api_v2_pokedex_retrieve` removed and replaced with `pokedex_retrieve`
- **2025-05-30** `663217b1c9e4` — 1 info
  - api operation id `pokedex_retrieve` removed and replaced with `api_v2_pokedex_retrieve`
- **2025-02-04** `ad06aa7bf909` — 5 breaking
  - the `descriptions/items/language/name` response property's maxLength was increased from `100` to `200` for the response status `200`
  - the `name` response property's maxLength was increased from `100` to `200` for the response status `200`
  - the `names/items/language/name` response property's maxLength was increased from `100` to `200` for the response status `200`
  - the `names/items/name` response property's maxLength was increased from `100` to `200` for the response status `200`
  - …1 more
- **2024-05-10** `88897cce8edf` — 1 info
  - for the `path` request parameter `id`, the type/format was generalized from `integer`/`` to `string`/``
- **2024-03-04** `dcc5beb4ff05` — 2 breaking
  - the `pokemon_entries` response's property type/format changed from `object`/`` to `array`/`` for status `200`
  - the `version_groups` response's property type/format changed from `object`/`` to `array`/`` for status `200`

[Full history](https://skmtc.dev/pokeapi/apis/poke-api/changes/api/v2/pokedex/:id/get.md)

---

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