Cars, motorcycles, boats & tires in one API

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

4
Datasets
1,790+
Records
<40ms
Response Time

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
Documentation

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.com

Authentication

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.

headers
GET /v1/search?type=car&make=ford&model=explorer
X-RapidAPI-Key: YOUR_RAPIDAPI_KEY
X-RapidAPI-Host: advanced-vehicle-api.p.rapidapi.com

Request & response

Request
http
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
Response
json
{
  "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
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/types

GET /v1/makes

List makes for a type.

/v1/makes?type=car

GET /v1/models

List models for a type + make.

/v1/models?type=car&make=ford

GET /v1/search

Search within a type (narrowing query required).

/v1/search?type=car&make=ford&model=explorer

GET /v1/tires/by-vehicle

OEM + alternate tire sizes for a vehicle.

/v1/tires/by-vehicle?make=acura&model=nsx

Request 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).
Pricing

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.

No credit card to start · cancel anytime

Basic

Free
100 Requests / Month
  • All four datasets
  • 1 req/s rate limit
  • Hard cap (no overage)
Get Started Free
Most popular

Pro

$19.99/month
10,000 Requests / Month
  • Cars, motorcycles, boats & tires
  • 10 req/s rate limit
  • $1.50 / 1k overage
Subscribe Now

Ultra

$49.99/month
100,000 Requests / Month
  • All four datasets
  • 25 req/s rate limit
  • $0.60 / 1k overage
Subscribe

Mega

$149.99/month
500,000 Requests / Month
  • All four datasets
  • 50 req/s rate limit
  • $0.25 / 1k overage
Subscribe

Need higher volume or a custom SLA?

Talk to us about enterprise rates, dedicated support, and compliance docs.

Contact sales
FAQ

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.

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 docs

For teams and enterprise

Custom volumes, SLA guarantees, dedicated support, and compliance documentation.

Talk to sales

or email sales@apicodex.io