1fetch("https://rickandmorty.mimo.dev/api/location/107") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 107,3 "name": "Defiance's Ship",4 "type": "Spacecraft",5 "dimension": "Replacement Dimension",6 "residents": [7 "https://rickandmorty.mimo.dev/api/character/668"8 ],9 "url": "https://rickandmorty.mimo.dev/api/location/107",10 "created": "2020-08-13T13:05:33.161Z"11}