Car Models and Data
Looking for an extensive database of car information? Look no further than our Autodata API! With over 132,000 car records, our API provides technical data and general information for every make and model, including the HSN and TSN. All data is up-to-date as of 2022. Our Autodata API is hosted on a MySQL database in AWS, ensuring reliable and secure access to our vast collection of car…
Car Models and Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| Brands | ||
| GET |
Show all brands /api/v1/brands |
Shows a List of all car brands |
| GET |
Find brand by name /api/v1/brands |
Find the brand you need by the name |
| Model Series | ||
| GET |
Show car model series /api/v1/model-series |
A list of car model series |
| GET |
Show model series generations /api/v1/model-series/generations |
Show a list of model series generations. Per page are 200 results listed. The generations also include the model series and brands. |
| GET |
Find Model Series by name /api/v1/model-series/find |
Show you all model series containing a certain string |
| GET |
Find Model Series Generation by name /api/v1/model-series/generations/find |
Shows you all model series generation containing a certain text |
| Cars | ||
| GET |
Showing a list of cars /api/v1/cars |
A list with all cars. These are provided per page. 20 cars are displayed on one page. |
| GET |
Find cars by hsn/tsn /api/v1/cars/hsn/{hsn}/tsn/{tsn} |
Find a car by hsn and tsn. Only vehicles registered in Germany have an HSN/TSN at all. |
| GET |
Get car by id /api/v1/cars/{id} |
Find a car by id. This route will show the complete car data. General data and also technical informations. You can also select one of three languages. Currently supported… |
| GET |
Find cars by maker, name or year /api/v1/cars/find |
Find cars by maker, name or model year in a paginated list. The format for the date is month/year for example: 05/21 is mai 2021. |
Car Models and Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $4.99 / month | — |
|
| ULTRA | $19.99 / month | — |
|
| MEGA | $49.99 / month | — |
|