Car Specs & Data API
The Car Specs & Data API gives you instant access to a curated database of vehicle configurations through simple GET endpoints. Browse makes and models, then search exact specs by make, model, year, body style or fuel type.
Each record carries make, model, year, submodel, trim, body style, full engine details (CC and CID displacement, cylinder count and layout, litre badge, aspiration), drive type, door count and a display name. Read-only and edge-served, so it is fast everywhere.
Free tier · no credit card · billed on RapidAPI
Key features
- List all car makes
- List models for a make
- Search by make, model, year, body, fuel or free text
- Full engine details (CC/CID, cylinders, litre, aspiration)
- Drive type, body style and door count
- Narrowing-query search with clean 400 errors
Perfect for
- Vehicle pickers and configurators
- Insurance and registration flows
- Parts-fitment lookups
- Automotive marketplaces
- Fleet and dealer tools
Car Specs & Data API Documentation
Everything you need to integrate — base URL, auth, and copy-paste examples.
The Car Specs & Data API gives you instant access to a curated database of vehicle configurations through simple GET endpoints. Browse makes and models, then search exact specs by make, model, year, body style or fuel type.
Base URL
https://car-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=ford&model=explorer&year=2026
X-RapidAPI-Key: YOUR_RAPIDAPI_KEY
X-RapidAPI-Host: car-specs-data-api.p.rapidapi.comRequest & response
GET /v1/search?make=ford&model=explorer&year=2026 HTTP/1.1
Host: car-specs-data-api.p.rapidapi.com
X-RapidAPI-Key: YOUR_RAPIDAPI_KEY{
"count": 1,
"limit": 20,
"results": [
{
"make": "Ford",
"model": "Explorer",
"year": 2026,
"trim": "ST Sport Utility 4-Door",
"body": "Sport Utility",
"engine": "3.0L 2956CC 181Cu. In. V6 GAS DOHC Turbocharged",
"fuel_type": "GAS",
"drive_type": "AWD",
"display_name": "Ford Explorer 2026 ST"
}
]
}Code examples
curl --request GET \
--url 'https://car-specs-data-api.p.rapidapi.com/v1/search?make=ford&model=explorer&year=2026' \
--header 'X-RapidAPI-Key: YOUR_RAPIDAPI_KEY' \
--header 'X-RapidAPI-Host: car-specs-data-api.p.rapidapi.com'Available Endpoints
GET /v1/makes
List all car makes.
/v1/makesGET /v1/models
List models for a given make.
/v1/models?make=fordGET /v1/search
Search configurations. Requires a narrowing query (a model, a 3+ char q, or at least two filters).
/v1/search?make=ford&model=explorer&year=2026Request Parameters
Optional Parameters
make- Exact make (case-insensitive).model- Partial model match.year- Exact model year (1900-2100).body- Partial body-style match (e.g. Sport Utility).fuel- Exact fuel type (e.g. GAS, DIESEL).q- Free-text match (3+ chars to qualify as narrowing).limit- Max results (1-25, default 20).
Car 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, year, submodel, trim, body style, full engine details (CC and CID displacement, cylinder count and layout, litre badge, aspiration), drive type, door count and a human-readable display name.
Call /cars/v1/search with filters such as make, model and year, for example /cars/v1/search?make=ford&model=explorer&year=2026. The query must be narrow enough — supply a model, a 3+ character q, or at least two filters — otherwise the request returns a 400.
It is a curated sample of roughly 560 configurations across 53 makes spanning model years 1911-2026. List endpoints return up to 25 rows per call.
Pass your key as ?apikey=YOUR_API_KEY when calling the edge endpoint directly, or send the X-RapidAPI-Key header when subscribing through RapidAPI. No OAuth, SDK or webhooks.
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→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