1fetch("https://rickandmorty.mimo.dev/api/location/67") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 67,3 "name": "Blips and Chitz",4 "type": "Arcade",5 "dimension": "Replacement Dimension",6 "residents": [],7 "url": "https://rickandmorty.mimo.dev/api/location/67",8 "created": "2018-01-21T19:01:19.496Z"9}