Car Specs & Data API
stringstringinteger · min: 1900 · max: 2100stringstringstringinteger · min: 1 · max: 25
Search cars
GET
https://car-specs-data-api.p.rapidapi.com
/v1/search
Search vehicle configurations. Partial, case-insensitive matching on model / q; exact match on make / year / fuel; partial on body. The query must be narrow enough — supply a model, a 3+ character q, or at least two filters — otherwise the request is refused with 400.
query Parameters
makeExact make (case-insensitive).
Example: ford
modelPartial model match (case-insensitive).
Example: explorer
yearExact model year.
Example: 2026
bodyPartial body-style match (e.g. "Sport Utility", "Crew Cab Pickup").
Example: Sport Utility
fuelExact fuel type (e.g. GAS, DIESEL, ELE).
Example: GAS
qFree-text match against make / model / display name (3+ chars to qualify as narrowing).
Example: explorer
limitMaximum results to return. Default 20, max 25.
Default: 20
Search cars › Responses
Matching cars.