1fetch("https://rickandmorty.mimo.dev/api/location/60") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 60,3 "name": "Earth (D716-B)",4 "type": "Planet",5 "dimension": "Dimension D716-B",6 "residents": [],7 "url": "https://rickandmorty.mimo.dev/api/location/60",8 "created": "2017-12-31T19:55:25.026Z"9}