v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0398207265.0 KB
pokemon

Get pokeathlon stat

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 for greater detail.

get/api/v2/pokeathlon-stat/{id}/

Path parameters

idstring required

This parameter can be a string or an integer.

Response

idinteger required
namestring required

Example response

{
  "affecting_natures": {
    "decrease": [
      {
        "max_change": -1,
        "nature": {
          "name": "hardy",
          "url": "https://pokeapi.co/api/v2/nature/1/"
        }
      }
    ],
    "increase": [
      {
        "max_change": 2,
        "nature": {
          "name": "hardy",
          "url": "https://pokeapi.co/api/v2/nature/1/"
        }
      }
    ]
  }
}