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

---

[API](https://skmtc.net/pokeapi/apis/poke-api.md) · [All operations](https://skmtc.net/pokeapi/apis/poke-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pokeapi/poke-api/versions/575d45e6ddc1/schema)
