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

idinteger required

A unique integer value identifying this pokeathlon stat.

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/"
        }
      }
    ]
  }
}

Changes