Endpoint: evolution-chain
GEThttps://pokedex.mimo.dev/api/evolution-chain/116
Request
GETevolution-chain
1fetch("https://pokedex.mimo.dev/api/evolution-chain/116")
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": {
3 "name": "wave-incense",
4 "url": "https://pokedex.mimo.dev/api/item/294/"
5 },
6 "chain": {
7 "evolution_details": [],
8 "evolves_to": [
9 {
10 "evolution_details": [
11 {
12 "gender": null,
13 "held_item": null,
14 "item": null,
15 "known_move": null,
16 "known_move_type": null,
17 "location": null,
18 "min_affection": null,
19 "min_beauty": null,
20 "min_happiness": null,
21 "min_level": null,
22 "needs_overworld_rain": false,
23 "party_species": {
24 "name": "remoraid",
25 "url": "https://pokedex.mimo.dev/api/pokemon-species/223/"
26 },
27 "party_type": null,
28 "relative_physical_stats": null,
29 "time_of_day": "",
30 "trade_species": null,
31 "trigger": {
32 "name": "level-up",
33 "url": "https://pokedex.mimo.dev/api/evolution-trigger/1/"
34 },
35 "turn_upside_down": false
36 }
37 ],
38 "evolves_to": [],
39 "is_baby": false,
40 "species": {
41 "name": "mantine",
42 "url": "https://pokedex.mimo.dev/api/pokemon-species/226/"
43 }
44 }
45 ],
46 "is_baby": true,
47 "species": {
48 "name": "mantyke",
49 "url": "https://pokedex.mimo.dev/api/pokemon-species/458/"
50 }
51 },
52 "id": 116
53}