REQUEST

POST https://api.hellotracks.com/api/getplaces

{
  "data": {
    "query": "<place-name>", // optional
    "uids": ["<place-uid>"], // optional
    "max": 500               // optional, defaults to 500
  }
}
query
string

query is an optional filter to retrieve only places containing the query value.

uids
array

uids is an optional filter to retrieve only places with specific uids. Array of uids.

max
int
default: 500

max is an optional value to limit number of results.

RESPONSE

{"status":0, "places": [...]}