Boat Specs & Data API
The Boat Specs & Data API gives you a curated catalogue of power boats through simple GET endpoints. Browse makes and models, then search by make, model, year, hull/model type, fuel or free text.
Each record carries make, model, length, model type (STERN, OUTBD, PONT), hull material, engine count, horsepower, dry weight, beam, fuel type and year. Read-only and edge-served.
Free tier · no credit card · billed on RapidAPI
Key features
- List all boat makes
- List models for a make
- Search by make, model, year, type, fuel or free text
- Length, hull, engines, HP, weight, beam, fuel
- Narrowing-query search with clean 400 errors
Perfect for
- Boat pickers and configurators
- Marine insurance and registration
- Marketplace filters
- Dealer tools
Boat Specs & Data API Documentation
Everything you need to integrate — base URL, auth, and copy-paste examples.
The Boat Specs & Data API gives you a curated catalogue of power boats through simple GET endpoints. Browse makes and models, then search by make, model, year, hull/model type, fuel or free text.
Base URL
https://boat-specs-data-api.p.rapidapi.comAuthentication
Subscribe on RapidAPI and send your X-RapidAPI-Key on every request — RapidAPI also sets the X-RapidAPI-Host header. No key is ever placed in the URL.
GET /v1/search?make=regal%20marine&model=2000
X-RapidAPI-Key: YOUR_RAPIDAPI_KEY
X-RapidAPI-Host: boat-specs-data-api.p.rapidapi.comRequest & response
GET /v1/search?make=regal%20marine&model=2000 HTTP/1.1
Host: boat-specs-data-api.p.rapidapi.com
X-RapidAPI-Key: YOUR_RAPIDAPI_KEY{
"count": 1,
"limit": 20,
"results": [
{
"make": "Regal Marine",
"model": "2000 ES",
"length": "20'",
"model_type": "STERN",
"hull": "FG",
"engines": 1,
"hp": 250,
"weight_lb": 3400,
"beam": "8'6\"",
"fuel_type": "Gasoline",
"year": 2023
}
]
}Code examples
curl --request GET \
--url 'https://boat-specs-data-api.p.rapidapi.com/v1/search?make=regal%20marine&model=2000' \
--header 'X-RapidAPI-Key: YOUR_RAPIDAPI_KEY' \
--header 'X-RapidAPI-Host: boat-specs-data-api.p.rapidapi.com'Available Endpoints
GET /v1/makes
List all boat makes.
/v1/makesGET /v1/models
List models for a given make.
/v1/models?make=regal%20marineGET /v1/search
Search boats. Requires a narrowing query.
/v1/search?make=regal%20marine&model=2000Request Parameters
Optional Parameters
make- Exact make (case-insensitive).model- Partial model match.year- Exact model year (1900-2100).type- Partial model-type match (e.g. STERN, OUTBD, PONT).fuel- Exact fuel type (e.g. Gasoline, Diesel).q- Free-text match (3+ chars to qualify as narrowing).limit- Max results (1-25, default 20).
Boat Specs & Data API Pricing
Simple, scalable pricing built to reward upgrading — every tier lowers your per-request cost. The free tier is hard-capped for evaluation.
Basic
- All endpoints
- Full dataset
- 1 req/s rate limit
- Hard cap (no overage)
Pro
- All endpoints
- 10 req/s rate limit
- $2.00 / 1k overage
Ultra
- All endpoints
- 25 req/s rate limit
- $0.80 / 1k overage
Need higher volume or a custom SLA?
Talk to us about enterprise rates, dedicated support, and compliance docs.
Frequently asked questions
Make, model, length, model type (STERN, OUTBD, PONT), hull material, engine count, horsepower, dry weight, beam, fuel type and year.
Call /boats/v1/search with filters such as make and model. The query must be narrow — a model, a 3+ character q, or at least two filters — or it returns a 400.
A curated sample of roughly 310 power boats across 7 makes, model years 2016-2023. List endpoints return up to 25 rows per call.
Pass ?apikey=YOUR_API_KEY directly, or use the X-RapidAPI-Key header through RapidAPI.
Related APIs & tools
Other services that pair well — all on the same key.
Advanced Vehicle API
Cars, motorcycles, boats and tire fitment in one bundled API behind a single type switch.
Learn more→Car Specs & Data API
Vehicle configurations with make, model, year, trim and full engine details.
Learn more→Motorcycle Specs & Data API
Motorcycle and scooter reference: make, model, submodel, year and type.
Learn more→Every week you build in-house is a week you don't ship product
2,500+ teams already made the switch. Start with a free tier today, or talk to us about your enterprise needs.
For developers
Free tier, no credit card. Integrate your first API in under 30 minutes.
Get API keys freeRead the docsFor teams and enterprise
Custom volumes, SLA guarantees, dedicated support, and compliance documentation.
Talk to salesor email sales@apicodex.io