v48

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0398207265.0 KB
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

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