1fetch("https://pokedex.mimo.dev/api/location/paldea-north-province-area-three") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "areas": [],3 "game_indices": [],4 "id": 856,5 "name": "paldea-north-province-area-three",6 "names": [],7 "region": {8 "name": "paldea",9 "url": "https://pokedex.mimo.dev/api/region/10/"10 }11}