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