1fetch("https://pokedex.mimo.dev/api/location/three-isle-path") 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": 807,5 "name": "three-isle-path",6 "names": [7 {8 "language": {9 "name": "en",10 "url": "https://pokedex.mimo.dev/api/language/9/"11 },12 "name": "Three Isle Path"13 }14 ],15 "region": {16 "name": "kanto",17 "url": "https://pokedex.mimo.dev/api/region/1/"18 }19}