pokemon
Get nature
Natures influence how a Pokémon's stats grow. See Bulbapedia for greater detail.
get/api/v2/nature/{id}/
Path parameters
idstring required
This parameter can be a string or an integer.
Response
Example response
{
"pokeathlon_stat_changes": [
{
"max_change": 1,
"pokeathlon_stat": {
"name": "power",
"url": "https://pokeapi.co/api/v2/pokeathlon-stat/2/"
}
}
]
}