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