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

# Get stat

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

Stats determine certain aspects of battles. Each Pokémon has a value for each stat which grows as they gain levels and can be altered momentarily by effects in battles.

## Path parameters

- `id` string, required

## Response `200`

- StatDetail
  - `id` integer, required
  - `name` string, required
  - `game_index` integer, required
  - `is_battle_only` boolean
  - `affecting_moves` StatAffectingMoves, required
    - `increase` MoveStatChange[], required
      - `change` integer, required
      - `move` MoveSummary, required
        - `name` string, required
        - `url` string, uri, required
    - `decrease` MoveStatChange[], required
      - `change` integer, required
      - `move` MoveSummary, required
        - `name` string, required
        - `url` string, uri, required
  - `affecting_natures` StatAffectingNatures, required
    - `increase` NatureSummary[], required
      - `name` string, required
      - `url` string, uri, required
    - `decrease` NatureSummary[], required
      - `name` string, required
      - `url` string, uri, required
  - `affecting_items` ItemSummary[], required
    - `name` string, required
    - `url` string, uri, required
  - `characteristics` CharacteristicSummary[], required
    - `url` string, uri, required
  - `move_damage_class` MoveDamageClassSummary, required
    - `name` string, required
    - `url` string, uri, required
  - `names` StatName[], required
    - `name` string, required
    - `language` LanguageSummary, required
      - `name` string, required
      - `url` string, uri, required

## Changes

- **2026-08-08** `05e384460041` — 4 info
  - added `#/components/schemas/StatAffectingMoves` to the `affecting_moves` response property `allOf` list for the response status `200`
  - added `#/components/schemas/StatAffectingNatures` to the `affecting_natures` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/_StatAffectingMoves` from the `affecting_moves` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/_StatAffectingNatures` from the `affecting_natures` response property `allOf` list for the response status `200`
- **2026-08-08** `fe58d471586f` — 6 breaking, 3 info
  - the `affecting_moves` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `affecting_natures` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `affecting_moves/decrease` from the response with the `200` status
  - removed the required property `affecting_moves/increase` from the response with the `200` status
  - …5 more
- **2026-07-17** `dc32de6001cf` — 2 info
  - the endpoint scheme security `basicAuth` was removed from the API
  - the endpoint scheme security `cookieAuth` was removed from the API
- **2026-04-29** `650bc9dd2efe` — 2 info
  - api operation id `api_v2_stat_retrieve` removed and replaced with `stat_retrieve`
  - added the required property `affecting_items` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/pokeapi/apis/poke-api/changes/api/v2/stat/: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/05e384460041/schema)
