1fetch("https://rickandmorty.mimo.dev/api/location/38") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 38,3 "name": "Interdimensional Customs",4 "type": "Customs",5 "dimension": "unknown",6 "residents": [7 "https://rickandmorty.mimo.dev/api/character/144",8 "https://rickandmorty.mimo.dev/api/character/158"9 ],10 "url": "https://rickandmorty.mimo.dev/api/location/38",11 "created": "2017-12-29T10:37:48.281Z"12}