v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0398207265.0 KB
evolution

Get evolution trigger

Evolution triggers are the events and conditions that cause a Pokémon to evolve. Check out Bulbapedia for greater detail.

get/api/v2/evolution-trigger/{id}/

Path parameters

idstring required

This parameter can be a string or an integer.

Response

idinteger required
namestring required

Example response

{
  "pokemon_species": [
    {
      "name": "ivysaur",
      "url": "https://pokeapi.co/api/v2/pokemon-species/2/"
    }
  ]
}