1fetch("https://rickandmorty.mimo.dev/api/location/86") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 86,3 "name": "Mount Space Everest",4 "type": "Mount",5 "dimension": "Replacement Dimension",6 "residents": [7 "https://rickandmorty.mimo.dev/api/character/531"8 ],9 "url": "https://rickandmorty.mimo.dev/api/location/86",10 "created": "2020-05-02T13:34:45.332Z"11}