Boats
List Boats
Get a list of all active, published boats
GET
/boatsRetrieve a list of boats with optional filters for search, type, capacity, and price.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
q | string | Search query. Matches city, state, and title |
type | string | Filter by boat type |
guests | integer | Minimum guest capacity |
priceMin | number | Minimum hourly price (USD) |
priceMax | number | Maximum hourly price (USD) |
instantBook | boolean | Filter to instant-bookable boats |
sortBy | string | Sort order: recommended, price-low, price-high |
Boat Types
sailboat, yacht, pontoon, fishing, catamaran, speedboat, houseboat, jetski, other
Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique boat identifier (UUID) |
title | string | Boat name |
boat_type | string | Type of boat |
capacity | integer | Maximum guests |
price_per_hour | number | Hourly rate in USD |
price_per_day | number | Daily rate in USD |
location_city | string | City location |
location_state | string | State/country |
images | array | Array of image objects |
amenities | array | Array of amenity objects |