1fetch("https://rickandmorty.mimo.dev/api/location/63") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 63,3 "name": "Froopyland",4 "type": "Artificially generated world",5 "dimension": "Replacement Dimension",6 "residents": [7 "https://rickandmorty.mimo.dev/api/character/350"8 ],9 "url": "https://rickandmorty.mimo.dev/api/location/63",10 "created": "2018-01-10T17:55:14.227Z"11}