Documentation menu

Endpoint: location

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

Request

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

Response

response.json
1{
2 "id": 10,
3 "name": "Venzenulon 7",
4 "type": "Planet",
5 "dimension": "unknown",
6 "residents": [
7 "https://rickandmorty.mimo.dev/api/character/33"
8 ],
9 "url": "https://rickandmorty.mimo.dev/api/location/10",
10 "created": "2017-11-18T11:21:51.643Z"
11}