1fetch("https://pokedex.mimo.dev/api/encounter-method/island-scan") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 32,3 "name": "island-scan",4 "names": [],5 "order": 326}