API Reference//
- Get Locations' Statistics
Get the available amenities (Google Lodging) fields for a location
Get the city for locations
Get the country for locations
Get Several Locations
Create a Location
Delete Several Locations
Update Several Locations
Get the directories for locations
Get a Location
Update a Location
Get a list of basic business details
Get the keywords for locations
Get Historical Visibility Index
Get the labels for locations
Get the post / zip code for locations
Get the province/state for locations
Sync a Location
Sync Several Locations
Update EV Dynamic Data
Get Location's Visibility Index
DEPRECATED - Get Location's Data Points
DEPRECATED - Get Location's Data Point Statistics
Get a Location's Dashboard
Get Locations' Statistics
Get statistics about the locations the current user is managing: total and breakdown by status
Security
X-API-KEY or Authorization
- https://uberall.com/apihttps://uberall.com/api/locations/statistics
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/locations/statistics
- X-API-KEY
- Authorization
curl -i -X GET \
https://uberall.com/api/locations/statistics \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Location statistics successfully retrieved
Response
{ "count": 0, "countActive": 0, "countInactive": 0, "countCancelled": 0, "countClosed": 0, "countSyncStarted": 0, "countSyncNotStarted": 0, "countSyncNeeded": 0, "suggestionsAvailable": true }