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
Example response
{
"pokemon_species": [
{
"name": "ivysaur",
"url": "https://pokeapi.co/api/v2/pokemon-species/2/"
}
]
}