1fetch("https://rickandmorty.mimo.dev/api/location/66") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 66,3 "name": "Plopstar",4 "type": "Planet",5 "dimension": "unknown",6 "residents": [7 "https://rickandmorty.mimo.dev/api/character/371"8 ],9 "url": "https://rickandmorty.mimo.dev/api/location/66",10 "created": "2018-01-10T19:56:57.717Z"11}