1fetch("https://rickandmorty.mimo.dev/api/location/91") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 91,3 "name": "Plitzville Montana",4 "type": "Woods",5 "dimension": "Replacement Dimension",6 "residents": [],7 "url": "https://rickandmorty.mimo.dev/api/location/91",8 "created": "2020-05-07T10:23:07.595Z"9}