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