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

# Get pokeathlon stat

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

Pokeathlon Stats are different attributes of a Pokémon's performance in Pokéathlons. In Pokéathlons, competitions happen on different courses; one for each of the different Pokéathlon stats. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9athlon) for greater detail.

## Path parameters

- `id` string, required

## Response `200`

- PokeathlonStatDetail
  - `id` integer, required
  - `name` string, required
  - `affecting_natures` PokeathlonStatAffectingNatures, required
    - `increase` PokeathlonStatAffectingNature[], required
      - `max_change` integer, required
      - `nature` NatureSummary, required
        - `name` string, required
        - `url` string, uri, required
    - `decrease` PokeathlonStatAffectingNature[], required
      - `max_change` integer, required
      - `nature` NatureSummary, required
        - `name` string, required
        - `url` string, uri, required
  - `names` PokeathlonStatName[], required
    - `name` string, required
    - `language` LanguageSummary, required
      - `name` string, required
      - `url` string, uri, required

## Changes

- **2026-08-08** `05e384460041` — 2 info
  - added `#/components/schemas/PokeathlonStatAffectingNatures` to the `affecting_natures` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/_PokeathlonStatAffectingNatures` from the `affecting_natures` response property `allOf` list for the response status `200`
- **2026-08-08** `0bfa5b75c167` — 2 breaking, 2 info
  - removed the required property `affecting_natures/allOf[#/components/schemas/_PokeathlonStatAffectingNatures]/decrease/items/pokeathlon_stat` from the response with the `200` status
  - removed the required property `affecting_natures/allOf[#/components/schemas/_PokeathlonStatAffectingNatures]/increase/items/pokeathlon_stat` from the response with the `200` status
  - added the required property `affecting_natures/allOf[#/components/schemas/_PokeathlonStatAffectingNatures]/decrease/items/nature` to the response with the `200` status
  - added the required property `affecting_natures/allOf[#/components/schemas/_PokeathlonStatAffectingNatures]/increase/items/nature` to the response with the `200` status
- …earlier changes not shown

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