---
title: "GET /api/v2/pokemon-form/{id}/"
method: GET
path: "/api/v2/pokemon-form/{id}/"
tags: ["pokemon-form"]
---

# GET /api/v2/pokemon-form/{id}/

`GET /api/v2/pokemon-form/{id}/`

Some Pokémon may appear in one of multiple, visually different forms. These differences are purely cosmetic. For variations within a Pokémon species, which do differ in more than just visuals, the 'Pokémon' entity is used to represent such a variety.

## Path parameters

- `id` integer, required

## Response `200`

- PokemonFormDetail
  - `id` integer, required
  - `name` string, required
  - `order` integer, nullable
  - `form_order` integer, nullable
  - `is_default` boolean
  - `is_battle_only` boolean
  - `is_mega` boolean
  - `form_name` string, required
  - `pokemon` PokemonSummary, required
    - `name` string, required
    - `url` string, uri, required
  - `sprites` string, required
  - `version_group` VersionGroupSummary, required
    - `name` string, required
    - `url` string, uri, required
  - `form_names` string, required
  - `names` string, required
  - `types` string, required

## Changes

- **2024-02-24** `c0b00c7eff36` — 6 breaking, 1 warning, 4 info
  - for the `path` request parameter `id`, the type changed from `string` to `integer`
  - the `form_names` response's property type changed from `array` to `string` for status `200`
  - the `names` response's property type changed from `array` to `string` for status `200`
  - the `sprites` response's property type changed from `object` to `string` for status `200`
  - …7 more

[Change history](https://skmtc.dev/pokeapi/apis/poke-api/changes/api/v2/pokemon-form/: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/8e2cb4c3fce0/schema)
