Locations API allows you to search Piloterr supported locations. It should return an array of locations ordered by reach. Locations that reach the most people will be first. This API is free to use.
Search Query
Parameter restricts your search to locations that contain the supplied string. (e.g., Austin will find ‘Austin, TX’, ‘The University of Texas at Austin’, ‘Rochester, MN-Mason City, IA-Austin, MN,United States’, etc.)
Response
Unique location identifier
Google location identifier
Full canonical name including city, state/province, and country
Location type (City, Country, etc.)
Population reach of the location
GPS coordinates [longitude, latitude]
[
{
"id": "585069a2ee19ad271e9b5052",
"google_id": 1001982,
"google_parent_id": 20115,
"name": "Austin",
"canonical_name": "Austin,Manitoba,Canada",
"country_code": "CA",
"target_type": "City",
"reach": 0,
"gps": [-98.936927, 49.951529]
}
]