1fetch("https://pokedex.mimo.dev/api/location/stepping-stone-sea") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "areas": [3 {4 "name": "stepping-stone-sea-main",5 "url": "https://pokedex.mimo.dev/api/location-area/927/"6 },7 {8 "name": "stepping-stone-sea-2",9 "url": "https://pokedex.mimo.dev/api/location-area/928/"10 }11 ],12 "game_indices": [],13 "id": 937,14 "name": "stepping-stone-sea",15 "names": [],16 "region": {17 "name": "galar",18 "url": "https://pokedex.mimo.dev/api/region/8/"19 }20}