Vehicle Tuning Data API
TuningData API is a comprehensive REST API that provides hierarchical vehicle tuning information. The API offers structured data about vehicle brands, their models, production years, engine specifications, and available tuning stages. ### Key Features: - **Hierarchical Data Structure**: Navigate through Brand → Model → Year → Engine → Stage hierarchy - **High Performance**: Optimized with O(1)…
Vehicle Tuning Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Brands | ||
| GET |
getBrands /api/tdv/brands |
Lists all vehicle brands in the system |
| Models | ||
| GET |
getModelsByBrand /api/tdv/brands/{tdv_brand_id}/models |
Lists all models belonging to the selected brand |
| Years | ||
| GET |
getYearsByModel /api/tdv/models/{tdv_model_id}/years |
Lists all years belonging to the selected model |
| Engines | ||
| GET |
getEnginesByModelAndYear /api/tdv/models/{tdv_model_id}/years/{tdv_year_id}/engines |
Lists all engines belonging to the selected model and year |
| Stages | ||
| GET |
getTuningStagesByEngine /api/tdv/engines/{tdv_engine_id}/tuning-stages |
Lists all tuning stages belonging to the selected engine |
| Status | ||
| GET |
getRoot / |
Checks if the API is running |
Vehicle Tuning Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $30 / month | — |
|