1fetch("https://rickandmorty.mimo.dev/api/location/33") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 33,3 "name": "Eric Stoltz Mask Earth",4 "type": "Planet",5 "dimension": "Eric Stoltz Mask Dimension",6 "residents": [],7 "url": "https://rickandmorty.mimo.dev/api/location/33",8 "created": "2017-12-26T13:43:29.291Z"9}