Evolution Stones
get
https://pokeapi.glitch.me
/v1/evolution-stone
Evolution Stone Names
curl -i -X GET \
-H "User-Agent: BastionDiscordBot (https://bastionbot.org, v6.16.1po)" \
https://pokeapi.glitch.me/v1/evolution-stone
get
https://pokeapi.glitch.me
/v1/evolution-stone/:slug
Evolution Stone
Field | Type | Description |
name | string | The name of evolution stone |
aka | string | The alternate name of the evolution stone |
slug | string | The string used to identify this evolution stone |
effects | array of strings | A list of the effects of using the evolution stone on a Pokémon |
sprite | string | The URL of an image of the evolution stone |
curl -i -X GET -H \
"User-Agent: BastionDiscordBot (https://bastionbot.oorg, v6.16.1)" \
https://pokeapi.glitch.me/v1/evolution-stone/dusk
Last modified 4yr ago