Skip to content

Near Me Check

Products - Near Me Check

Fetches Uberall categories

Request

Security
publicKey
Query
qstring or null, non-empty

search query

Example:q=restaurant
categoriesstring or null

category id

Example:categories=1
languagestringrequired

language two letter code

Example:language=en
curl -i -X GET \
  'https://near-me-check.uberall.com/api/near-me-check/categories?q=restaurant&categories=1&language=en' \
  -H 'publicKey: YOUR_API_KEY_HERE'

Responses

Return category list

Bodyapplication/json
Response
[ { "name": "Supermarket", "fullName": "Retail > Supermarkets and Groceries > Supermarket", "id": 374, "parentId": 4221 }, { "name": "Superfund Site", "fullName": "Community and Government > Administrative Area > Superfund Site", "id": 2533, "parentId": 4270 }, { "name": "Superannuation Consultant", "fullName": "Businesses and Services > Financial > Superannuation Consultant", "id": 3930, "parentId": 4179 }, { "name": "License Plate Frames Supplier", "fullName": "Businesses and Services > Supplier > License Plate Frames Supplier", "id": 21, "parentId": 4136 } ]