1fetch("https://pokedex.mimo.dev/api/evolution-trigger/three-critical-hits") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 8,3 "name": "three-critical-hits",4 "names": [5 {6 "language": {7 "name": "en",8 "url": "https://pokedex.mimo.dev/api/language/9/"9 },10 "name": "Land three critical hits in a battle"11 }12 ],13 "pokemon_species": [14 {15 "name": "sirfetchd",16 "url": "https://pokedex.mimo.dev/api/pokemon-species/865/"17 }18 ]19}