Endpoint: evolution-chain

GEThttps://pokedex.mimo.dev/api/evolution-chain/393

Request

GETevolution-chain
1fetch("https://pokedex.mimo.dev/api/evolution-chain/393")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "baby_trigger_item": null,
3 "chain": {
4 "evolution_details": [],
5 "evolves_to": [],
6 "is_baby": false,
7 "species": {
8 "name": "comfey",
9 "url": "https://pokedex.mimo.dev/api/pokemon-species/764/"
10 }
11 },
12 "id": 393
13}