1fetch("https://pokedex.mimo.dev/api/move-target/fainting-pokemon") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "descriptions": [],3 "id": 16,4 "moves": [5 {6 "name": "revival-blessing",7 "url": "https://pokedex.mimo.dev/api/move/863/"8 }9 ],10 "name": "fainting-pokemon",11 "names": []12}