1fetch("https://pokedex.mimo.dev/api/move-damage-class") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1[2 {3 "name": "status",4 "url": "https://pokedex.mimo.dev/api/move-damage-class/1/",5 "id": "1"6 },7 {8 "name": "physical",9 "url": "https://pokedex.mimo.dev/api/move-damage-class/2/",10 "id": "2"11 },12 {13 "name": "special",14 "url": "https://pokedex.mimo.dev/api/move-damage-class/3/",15 "id": "3"16 }17]