CarsDataset API
Vehicle specifications database — 47,000+ cars, 5,400+ trucks, 1,900+ motorcycles. Engine specs, performance, dimensions, fuel consumption, CO2, features. 370+ brands, 1898–2026.
CarsDataset API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Cars | ||
| GET |
listCarBrands /api/v1/brands |
Returns every brand in the database with its variant count, sorted alphabetically. |
| GET |
getVehicleImage /api/v1/vehicle-image |
Returns a single press/product photo for a (brand, model, year) combination. Falls back to nearest available year if exact match doesn't exist. Includes license and attribution… |
| GET |
listCarModels /api/v1/models |
Returns all distinct models for the given brand with year ranges and variant counts. |
| GET |
getCarStats /api/v1/stats |
Returns total variant/brand/model counts, year range, segments breakdown, and top brands. |
| GET |
searchCars /api/v1/search |
Full-text + filtered search across 47,000+ car variants. Returns complete specs including engine, performance, dimensions, fuel consumption, CO2, and features list. Free tier is… |
| GET |
getCarById /api/v1/vehicle/{vehicle_id} |
Fetch a single car variant by its numeric ID. Full spec returned. |
| Trucks | ||
| GET |
searchTrucks /api/v1/trucks/search |
Search 5,400+ commercial truck variants (light vans through heavy articulated trucks). Includes GVW, axle config, emission standard (Euro 3–6), payload, towing capacity, and more. |
| GET |
listTruckBrands /api/v1/trucks/brands |
|
| GET |
getTruckStats /api/v1/trucks/stats |
|
| GET |
getTruckById /api/v1/trucks/{truck_id} |
|
| Motorcycles | ||
| GET |
getMotoStats /api/v1/motorcycles/stats |
|
| GET |
listMotoBrands /api/v1/motorcycles/brands |
|
| GET |
searchMotorcycles /api/v1/motorcycles/search |
Search 1,900+ motorcycle variants across sport, touring, adventure, naked, scooter, and electric categories. Includes suspension, brakes, ABS type, traction control, riding… |
| GET |
getMotoById /api/v1/motorcycles/{moto_id} |
|
| Preview (no auth) | ||
| GET |
previewSearchMotorcycles /api/v1/preview/motorcycles/search |
Limited free preview for motorcycles. No API key required. |
| GET |
previewSearchTrucks /api/v1/preview/trucks/search |
Limited free preview for trucks. No API key required. |
| GET |
previewSearchCars /api/v1/preview/search |
Limited free preview — returns brand/model/year/segment/HP/fuel only (no dimensions, consumption, CO2, price, features). Max 20 results, 5 pages. Rate-limited to 15… |
CarsDataset API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $149 / month | 1000 / minute |
|
| PRO | $299 / month | 5000 / minute |
|