1fetch("https://rickandmorty.mimo.dev/api/location/114") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 114,3 "name": "Morty",4 "type": "Human",5 "dimension": "Replacement Dimension",6 "residents": [],7 "url": "https://rickandmorty.mimo.dev/api/location/114",8 "created": "2021-10-17T10:08:24.040Z"9}