Cars
This is an API that allows users to fetch data about car makes and car models by make or by year, it contains up to 200 car makes and over 10000 car models with regular updates of new cars.
Cars endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Car make models /{make}/models |
This endpoint when given a car make will return all the models of that make |
| GET |
Car models by years /{year} |
This endpoint will return a list of car models details of a given year |
| GET |
Car make years /{make}/years |
This endpoint will return a list of all years when given a car make |
| GET |
Car models by make and year /{make}/{year} |
This endpoint will return all the car models when given the make and the year |
| GET |
Get all car makes /car_makes |
This endpoint will return a list of all car makes |
Cars pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $0.99 / month | — |
|
| ULTRA | $4.99 / month | — |
|
| MEGA Recommended | $9.99 / month | — |
|