1fetch("https://pokedex.mimo.dev/api/move-learn-method/xd-purification") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "descriptions": [3 {4 "description": "Appears on a Shadow Pokémon as it becomes increasingly purified.",5 "language": {6 "name": "en",7 "url": "https://pokedex.mimo.dev/api/language/9/"8 }9 }10 ],11 "id": 9,12 "name": "xd-purification",13 "names": [14 {15 "language": {16 "name": "en",17 "url": "https://pokedex.mimo.dev/api/language/9/"18 },19 "name": "XD: Purification"20 }21 ],22 "version_groups": []23}