Documentation menu

Endpoint: location

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

Request

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

Response

response.json
1{
2 "id": 97,
3 "name": "Non-Diegetic Alternative Reality",
4 "type": "Non-Diegetic Alternative Reality",
5 "dimension": "Replacement Dimension",
6 "residents": [
7 "https://rickandmorty.mimo.dev/api/character/593"
8 ],
9 "url": "https://rickandmorty.mimo.dev/api/location/97",
10 "created": "2020-08-06T09:50:13.771Z"
11}