Evolution Stones

List Evolution Stone

GET https://ex.traction.one/pokedex/evolution/stones

This endpoint returns an array of Pokémon Evolution Stone names discovered in the Pokémon World.

Headers

Name
Type
Description

User-Agent

string

The User-Agent of your application

[
    "Fire Stone",
    "Water Stone",
    "Thunder Stone",
    "Leaf Stone",
    "Moon Stone",
    "Sun Stone",
    "Shiny Stone",
    "Dusk Stone",
    "Dawn Stone",
    "Ice Stone"
]

Example Request

Get Evolution Stone

GET https://ex.traction.one/pokedex/evolution/stones/:slug

This endpoint returns a Evolution Stone object containing the details about the evolution stone.

Path Parameters

Name
Type
Description

slug

string

The string used to identify this evolution stone

Headers

Name
Type
Description

User-Agent

string

The User-Agent of your application

Example Request

Last updated

Was this helpful?