Read a list of Locations.
Request
GET https://api.comeet.co/locations
Response
{
"locations": [
{
"name": "Tel Aviv",
"country": "IL",
"city": "Tel Aviv-Yafo",
"state": "Tel Aviv District",
"postal_code": "",
"street_name": "HaArba'a Street",
"arrival_instructions": null,
"street_number": null,
"timezone": "Asia/Jerusalem",
"uid": "DE.20E"
},
{
"name": "New York",
"country": "US",
"city": "New York",
"state": "NY",
"postal_code": "",
"street_name": "5th Avenue",
"arrival_instructions": null,
"street_number": null,
"timezone": "America/New_York",
"uid": "DE.20F"
}
],
// URL or null if no more locations available
"next_page":"https://api.comeet.co/..."
}