Documentation menu

Endpoint: location

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

Request

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

Response

response.json
1{
2 "id": 2,
3 "name": "Abadango",
4 "type": "Cluster",
5 "dimension": "unknown",
6 "residents": [
7 "https://rickandmorty.mimo.dev/api/character/6"
8 ],
9 "url": "https://rickandmorty.mimo.dev/api/location/2",
10 "created": "2017-11-10T13:06:38.182Z"
11}