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