Training
For clients
Загружается...
The resource that enables you to get information about geographical regions specified by users in social network.
Request example:
GET /api/v2/user_geo.json
Response example:
{ "items": [{ "id": 5499, "name": "Abaza" }, { "id": 7002, "name": "Abai" }, { ... }], "count": 3732, "offset": 0 }
The following GET parameters enable you to filter data:
/api/v2/user_geo.json?limit=10
/api/v2/user_geo.json?limit=5&offset=15
Filters:
/api/v2/user_geo.json?_id=7002 /api/v2/user_geo.json?_id__in=7002,5499
/api/v2/user_geo.json?_q=New York