pokemon

Get nature

Natures influence how a Pokémon's stats grow. See Bulbapedia for greater detail.

get/api/v2/nature/{id}/

Path parameters

idinteger required

A unique integer value identifying this nature.

Response

idinteger required
namestring required

Example response

{
  "pokeathlon_stat_changes": [
    {
      "max_change": 1,
      "pokeathlon_stat": {
        "name": "power",
        "url": "https://pokeapi.co/api/v2/pokeathlon-stat/2/"
      }
    }
  ]
}

Changes