1fetch("https://rickandmorty.mimo.dev/api/location/73") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 73,3 "name": "Greasy Grandma World",4 "type": "Planet",5 "dimension": "unknown",6 "residents": [7 "https://rickandmorty.mimo.dev/api/character/426"8 ],9 "url": "https://rickandmorty.mimo.dev/api/location/73",10 "created": "2018-04-16T21:50:20.144Z"11}