Enhance your application with Uberall's comprehensive API documentation
API Reference//
- Search among the locations
Get all locations
Get location details
Get all possible filter values
Search among the location...
Uberall API (20260101)
Download OpenAPI description
Overview
Languages
Servers
https://uberall.com/api
Mock Server
https://docs.uberall.com/_mock/apis/swagger
- https://uberall.com/api/store-finders/{storeKey}/filters
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/store-finders/{storeKey}/filters
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uberall.com/api/store-finders/{storeKey}/filters?language=en&country=FR&filters=services'Response
application/json
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "filters": {} } }
Query
Only return those locations that match the given filter
Example: filter=services=pickup&services=wifi&my-cool-filter=custom-value
The language the location data should be returned in (only applicable if location translation feature is enabled)
Example: language=en
The list of fields the response object should contain, in the following format: "fieldMask=name&fieldMask=id"
List of 4 coordinate points to search within (instead of lat/lng + radius).
Example: coordinates=52.42078412
- https://uberall.com/api/store-finders/{storeKey}/locations
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/store-finders/{storeKey}/locations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uberall.com/api/store-finders/{storeKey}/locations?filter=services%3Dpickup%26services%3Dwifi%26my-cool-filter%3Dcustom-value&cities=string&language=en&fieldMask=string&geo=true&lat=string&lng=string&coordinates=52.42078412&countries=string&locationIds=string&max=0&offset=0&openNow=true&provinces=string&query=string&queryFields=string&radius=string&zips=string'Response
application/json
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "offset": 0, "max": 0, "count": 0, "locations": [ … ] } }
Social AI Service
Products - Social AI Service