1fetch("https://rickandmorty.mimo.dev/api/location/68") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 68,3 "name": "Girvonesk",4 "type": "unknown",5 "dimension": "unknown",6 "residents": [],7 "url": "https://rickandmorty.mimo.dev/api/location/68",8 "created": "2018-04-15T16:39:38.598Z"9}