Stations List
To get the full list of active stations, you can use the following web service.
GET/v1.1/infrastructure/stations/
Response Body
{
"count": 194,
"next": "https://api.ganje.net/v1/infrastructure/stations?page=2",
"previous": null,
"results": [
{
"uuid": "9141327d-d22e-40ed-87f4-fe9c5652e2a2",
"address": "تهران ، سعادتآباد ، تقاطع بلوار دریا و خوردین ، مجتمع تجاری رویال ، مقابل فروشگاه دیجیکالا ، گنجه",
"location": "35.770588363998556, 51.37927715474559",
"nickname": "مجتمع تجاری رویال",
"postal_code": "1465956160",
"images": [],
"districts": []
},
{
"uuid": "09a3ecba-2d72-4240-afa5-f438317d32f7",
"address": "تهران ، امیرآباد ، روبهروی خیابان نهم ، پردیس دانشکدهٔ فنی دانشگاه تهران ، داخل حیاط ، جنب راست سردر ، گنجه",
"location": "35.725224028443, 51.388396712362244",
"nickname": "دانشکده فنی دانشگاه تهران",
"postal_code": "1439956222",
"images": [],
"districts": []
},
]
...
}
This web service has pagination, and the array of all active stations is located in the results field. The information for each locker includes the following:
uuid
: Unique identifier of the stationaddress
: Address of the stationlocation
: Geographical coordinates of the station (latitude and longitude)nickname
: Name of the stationpostal_code
: Postal code of the station (if defined)