1fetch("https://rickandmorty.mimo.dev/api/location/52") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 52,3 "name": "Earth (K-22)",4 "type": "Planet",5 "dimension": "Dimension K-22",6 "residents": [],7 "url": "https://rickandmorty.mimo.dev/api/location/52",8 "created": "2017-12-30T16:33:49.507Z"9}