1fetch("https://rickandmorty.mimo.dev/api/location/75") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 75,3 "name": "Árboles Mentirosos",4 "type": "Planet",5 "dimension": "unknown",6 "residents": [],7 "url": "https://rickandmorty.mimo.dev/api/location/75",8 "created": "2018-05-01T15:27:20.251Z"9}