# Locations lookup Locations objects lookup. Endpoint: GET /api/datastorage/autocomplete/locations/ Version: 1.0.0 ## Query parameters: - `q` (string, required) City, State, Country or Continent. - `page` (integer) ## Response 200 fields (application/json): - `results` (array) - `results.id` (string) Object primary key. - `results.text` (string) Location name (Location place type). - `pagination` (object) - `pagination.more` (boolean) If True then the next page is available.