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
idinteger required
A unique integer value identifying this evolution trigger.
Response
Example response
{
"pokemon_species": [
{
"name": "ivysaur",
"url": "https://pokeapi.co/api/v2/pokemon-species/2/"
}
]
}