Endpoint: evolution-chain

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

Request

GETevolution-chain
1fetch("https://pokedex.mimo.dev/api/evolution-chain/312")
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 {
7 "evolution_details": [
8 {
9 "gender": null,
10 "held_item": null,
11 "item": null,
12 "known_move": null,
13 "known_move_type": null,
14 "location": null,
15 "min_affection": null,
16 "min_beauty": null,
17 "min_happiness": null,
18 "min_level": null,
19 "needs_overworld_rain": false,
20 "party_species": null,
21 "party_type": null,
22 "relative_physical_stats": null,
23 "time_of_day": "",
24 "trade_species": {
25 "name": "karrablast",
26 "url": "https://pokedex.mimo.dev/api/pokemon-species/588/"
27 },
28 "trigger": {
29 "name": "trade",
30 "url": "https://pokedex.mimo.dev/api/evolution-trigger/2/"
31 },
32 "turn_upside_down": false
33 }
34 ],
35 "evolves_to": [],
36 "is_baby": false,
37 "species": {
38 "name": "accelgor",
39 "url": "https://pokedex.mimo.dev/api/pokemon-species/617/"
40 }
41 }
42 ],
43 "is_baby": false,
44 "species": {
45 "name": "shelmet",
46 "url": "https://pokedex.mimo.dev/api/pokemon-species/616/"
47 }
48 },
49 "id": 312
50}