1fetch("https://pokedex.mimo.dev/api/location-area/dyna-tree-hill-area") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "encounter_method_rates": [],3 "game_index": 0,4 "id": 874,5 "location": {6 "name": "dyna-tree-hill",7 "url": "https://pokedex.mimo.dev/api/location/891/"8 },9 "name": "dyna-tree-hill-area",10 "names": [],11 "pokemon_encounters": []12}