Documentation menu

Endpoint: location

GEThttps://rickandmorty.mimo.dev/api/location/45

Request

GETlocation
1fetch("https://rickandmorty.mimo.dev/api/location/45")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "id": 45,
3 "name": "Krootabulon",
4 "type": "Planet",
5 "dimension": "Replacement Dimension",
6 "residents": [],
7 "url": "https://rickandmorty.mimo.dev/api/location/45",
8 "created": "2017-12-29T19:26:06.827Z"
9}