Proxima Vehicle Specs
Proxima Vehicle Specs is a comprehensive database of vehicle specifications covering 15,000+ engine variants across multiple vehicle categories. ## Supported vehicle types - Cars (9,780 engines — EU, US, JP, KR, DE, IT, FR, UK, Africa/ME and more) - Motorcycles (1,316) - Historic & Classic cars (829) - Boats & Watercraft (728) - Trucks (430) - Tractors (411) - Racing cars (347) - Airplanes (330)…
Proxima Vehicle Specs endpoints
| Method | Endpoint | Description |
|---|---|---|
| Discovery | ||
| GET |
getVehicleTypes /api/vehicle-types |
Returns all distinct vehicle types available in the dataset, with engine count for each. **No parameters required** — use the returned values as valid inputs for the… |
| GET |
getStats /api/stats |
Returns dataset statistics: total engines, total brands, total models, and a breakdown by vehicle type. **No parameters required** — great first call to explore the dataset size. |
| Specs | ||
| GET |
searchSpecs /api/search |
Full-text search across brand names, model names, and engine names. Supports filtering by vehicle type, EU emission standard, and LEZ compliance. **Power filters:** -… |
| GET |
getEngines /api/engines |
Returns all engine variants for a given brand and model, optionally filtered by year and fuel type. Each engine includes: horsepower, displacement (cc), fuel type, production… |
| Catalog | ||
| GET |
getModels /api/models |
Returns all models for a given brand, optionally filtered by vehicle type. **Typical flow:** call after `/api/brands` — use the `id` from brands as the `brand` parameter here. |
| GET |
getBrands /api/brands |
Returns all available vehicle brands, optionally filtered by vehicle type. **Typical flow:** call this first to populate a brand selector, then call `/api/models` with the chosen… |
Proxima Vehicle Specs pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | 10 / second |
|
| ULTRA | $14.99 / month | 20 / second |
|
| MEGA | $29.99 / month | 50 / second |
|