1fetch("https://rickandmorty.mimo.dev/api/location/124") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": 124,3 "name": "Slartivart",4 "type": "Planet",5 "dimension": "Replacement Dimension",6 "residents": [7 "https://rickandmorty.mimo.dev/api/character/797"8 ],9 "url": "https://rickandmorty.mimo.dev/api/location/124",10 "created": "2021-11-02T13:07:27.619Z"11}