Points of Interest
POI Categories
List all available POI categories with counts
Endpoint
Description
Returns all available point-of-interest categories with their counts and metadata. Useful for building category filter UIs.
Authentication
No authentication required. This is a public endpoint.
Example Request
Example Response
Response Fields
| Field | Type | Description |
|---|---|---|
categories | array | List of categories sorted by count (descending) |
categories[].category | string | Category key (use in search filters) |
categories[].count | number | Number of POIs in this category |
categories[].label | string | Human-readable label |
categories[].icon | string | Icon name (Lucide icons) |
categories[].description | string | Category description |
Available Categories
| Key | Label |
|---|---|
grocery | Grocery & Food Shops |
restaurant | Restaurants & Cafes |
fuel | Fuel Stations |
chandlery | Chandlery & Marine |
pharmacy | Pharmacies |
bank | Banks & ATMs |
laundry | Laundry |
entertainment | Entertainment |
water | Water Points |
ice | Ice |
fishing | Fishing Supplies |
provisioning | Provisioning |
other | Other |