1fetch("https://pokedex.mimo.dev/api/evolution-chain/330") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "baby_trigger_item": null,3 "chain": {4 "evolution_details": [],5 "evolves_to": [],6 "is_baby": false,7 "species": {8 "name": "reshiram",9 "url": "https://pokedex.mimo.dev/api/pokemon-species/643/"10 }11 },12 "id": 33013}