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