Locations
Get Location
Get full details for a specific location
Endpoint
Description
Retrieve full details for a location (marina, anchorage, bay), including available boats, nearby points of interest grouped by category, images, amenities, and neighboring locations.
Authentication
No authentication required. This is a public endpoint.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | number | Location ID |
Example Request
Example Response
Response Fields
| Field | Type | Description |
|---|---|---|
id | number | Location ID |
name | string | Location name |
lat | number | Latitude |
lon | number | Longitude |
city | string|null | City |
state | string|null | State or region |
country | string|null | Country |
country_code | string|null | ISO country code |
harbour_category | string|null | Type of harbour |
description | string|null | Location description |
image_url | string|null | Primary image URL |
rating | number|null | Average rating |
rating_count | number|null | Number of ratings |
images | array | All location images, sorted by sort_order |
boats | array | Active boats at this location (max 20) |
boats[].manufacturer_name | string|null | Boat manufacturer |
boats[].primary_image | string|null | First boat image URL |
pois_by_category | object | Nearby POIs grouped by category |
poi_count | number | Total number of nearby POIs |
amenities | array | Location amenities (water, electricity, etc.) |
nearby_locations | array | Neighboring locations grouped by distance buckets |
nearby_locations[].distance_nm | number | Distance in nautical miles |
nearby_locations[].locations | array | Locations at this distance |
references | array | Content sources and attributions |