Advanced Vehicle API
The Advanced Vehicle API unifies four datasets — cars, motorcycles, boats and tires — behind a single required type switch (car, motorcycle, boat, tire). Browse makes and models, search specs, and resolve OEM/alternate tire fitment, all with one key.
One integration covers multiple vehicle classes: ~560 car configs, ~340 motorcycles, ~310 power boats and ~580 tire fitments. Read-only and edge-served, with a narrowing-query rule and up to 25 rows per call.
Free tier · no credit card · billed on RapidAPI
Key features
- Cars, motorcycles, boats and tires in one API
- Single type switch (car, motorcycle, boat, tire)
- Browse makes and models per type
- Search specs with type-specific filters
- OEM + alternate tire fitment by vehicle
- One key, one subscription for all four datasets
Perfect for
- Multi-class vehicle marketplaces
- Insurance and registration platforms
- Fitment and parts widgets
- Fleet tools spanning vehicle types
Advanced Vehicle API Documentation
Everything you need to integrate — base URL, auth, and copy-paste examples.
The Advanced Vehicle API unifies four datasets — cars, motorcycles, boats and tires — behind a single required type switch (car, motorcycle, boat, tire). Browse makes and models, search specs, and resolve OEM/alternate tire fitment, all with one key.
Base URL
https://advanced-vehicle-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?type=car&make=ford&model=explorer
X-RapidAPI-Key: YOUR_RAPIDAPI_KEY
X-RapidAPI-Host: advanced-vehicle-api.p.rapidapi.comRequest & response
GET /v1/search?type=car&make=ford&model=explorer HTTP/1.1
Host: advanced-vehicle-api.p.rapidapi.com
X-RapidAPI-Key: YOUR_RAPIDAPI_KEY{
"type": "car",
"count": 1,
"limit": 20,
"results": [
{
"make": "Ford",
"model": "Explorer",
"year": 2026,
"trim": "ST Sport Utility 4-Door",
"body": "Sport Utility",
"fuel_type": "GAS",
"drive_type": "AWD",
"display_name": "Ford Explorer 2026 ST"
}
]
}Code examples
curl --request GET \
--url 'https://advanced-vehicle-api.p.rapidapi.com/v1/search?type=car&make=ford&model=explorer' \
--header 'X-RapidAPI-Key: YOUR_RAPIDAPI_KEY' \
--header 'X-RapidAPI-Host: advanced-vehicle-api.p.rapidapi.com'Available Endpoints
GET /v1/types
List supported types and the filters each accepts.
/v1/typesGET /v1/makes
List makes for a type.
/v1/makes?type=carGET /v1/models
List models for a type + make.
/v1/models?type=car&make=fordGET /v1/search
Search within a type (narrowing query required).
/v1/search?type=car&make=ford&model=explorerGET /v1/tires/by-vehicle
OEM + alternate tire sizes for a vehicle.
/v1/tires/by-vehicle?make=acura&model=nsxRequest Parameters
Required Parameters
type- Vehicle dataset to query: car, motorcycle, boat or tire. Required on every data route.
Optional Parameters
make- Exact make (case-insensitive).model- Partial model match.year- Exact model year (1900-2100).q- Free-text match (3+ chars).body- Car only — partial body-style match.fuel- Car/boat only — exact fuel type.category- Motorcycle/boat only — motorcycle_type or boat model_type.size- Tire only — matches OEM or alternate sizes.limit- Max results (1-25, default 20).
Advanced Vehicle 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 four datasets
- 1 req/s rate limit
- Hard cap (no overage)
Pro
- Cars, motorcycles, boats & tires
- 10 req/s rate limit
- $1.50 / 1k overage
Ultra
- All four datasets
- 25 req/s rate limit
- $0.60 / 1k overage
Mega
- All four datasets
- 50 req/s rate limit
- $0.25 / 1k overage
Need higher volume or a custom SLA?
Talk to us about enterprise rates, dedicated support, and compliance docs.
Frequently asked questions
Four datasets in one: cars (~560 configs), motorcycles (~340), power boats (~310) and tire fitments (~580). You pick the dataset with a required type parameter: car, motorcycle, boat or tire.
It is the same data behind one key and one subscription, with a unified browse/search shape. If you only need one vehicle class, the standalone Car, Motorcycle, Boat or Tire APIs are cheaper; the bundle is for products that span multiple classes.
Common filters are make, model, year and q. Type-specific ones: body and fuel (car), category and fuel (boat), category (motorcycle), size (tire). Call /vehicles/v1/types to see the filters for each type.
Yes. /vehicles/v1/tires/by-vehicle?make=&model=&year= returns OEM and alternate sizes for a vehicle, the same as the standalone Tire Size API.
Pass ?apikey=YOUR_API_KEY directly, or use the X-RapidAPI-Key header when subscribing through RapidAPI.
Related APIs & tools
Other services that pair well — all on the same key.
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→Boat Specs & Data API
Power-boat specs: length, hull, engines, horsepower, weight, beam and fuel.
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