---
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` integer, required

## Response `200`

- PokeathlonStatDetail
  - `id` integer, required
  - `name` string, required
  - `affecting_natures` object, required
    - `decrease` object[], required
      - `max_change` number, required
      - `nature` object, required
        - `name` string, required
        - `url` string, uri, required
    - `increase` object[], required
      - `max_change` number, required
      - `nature` object, 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

- **2024-03-04** `908a053cea74` — 2 info
  - added the required property `affecting_natures/decrease` to the response with the `200` status
  - added the required property `affecting_natures/increase` to the response with the `200` status
- **2024-03-01** `ab3d249e60a7` — 1 breaking
  - the `affecting_natures` response's property type changed from `string` to `object` for status `200`
- **2024-02-26** `3dc383577199` — 2 info
  - api tag `pokemon` added
  - api tag `pokeathlon-stat` removed
- **2024-02-24** `c0b00c7eff36` — 4 breaking, 4 info
  - for the `path` request parameter `id`, the type changed from `string` to `integer`
  - the `affecting_natures` response's property type changed from `object` to `string` for status `200`
  - removed the required property `affecting_natures/decrease` from the response with the `200` status
  - removed the required property `affecting_natures/increase` from the response with the `200` status
  - …4 more

[Change 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/dc32bdfac84f/schema)
