GET ./places/categories
Example Request to GET the Categories of all Brands in the France:
curl -H "x-api-key: DEMO-API-KEY" -X GET -G 'https://overture-maps-api.thatapicompany.com/places/categories' \
-d 'country=FR'
Counts
places
- The number of places in the categorybrands
- The number of brands in the category
Response Example
[{"primary":"beauty_salon","counts":{"places":67490,"brands":227}}]