1fetch("https://rickandmorty.mimo.dev/api/location/121") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 121,3 "name": "Rick's Consciousness",4 "type": "Consciousness",5 "dimension": "Replacement Dimension",6 "residents": [],7 "url": "https://rickandmorty.mimo.dev/api/location/121",8 "created": "2021-10-25T09:12:23.715Z"9}