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 for server-side requests — this is a public read endpoint. (A key is only needed for cross-origin calls made from a browser on another domain; see Authentication.)
Example Request
Example Response
Counts reflect only currently active, ingested POIs and change over time. Categories without metadata in the catalog (for example parking) come back with just category and count — no label, icon, or description.
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|undefined | Human-readable label (omitted for categories without catalog metadata) |
categories[].icon | string|undefined | Icon name (Lucide icons; omitted when no metadata) |
categories[].description | string|undefined | Category description (omitted when no metadata) |
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 |
parking | Parking (no catalog metadata) |
other | Other |