1fetch("https://pokedex.mimo.dev/api/location/area-zero") 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": 866,5 "name": "area-zero",6 "names": [],7 "region": {8 "name": "paldea",9 "url": "https://pokedex.mimo.dev/api/region/10/"10 }11}