CarBooks
This api information is being updated on a daily basis to avail more information as well as to update the existing information.
CarBooks endpoints
| Method | Endpoint | Description |
|---|---|---|
| Countries | ||
| GET |
Get all Countries /api/v1/automotive/countries |
Endpoint to get all the countries |
| Models | ||
| GET |
Get Car models (V1) /api/v1/automotive/models |
This endpoint return data of all car models not considering any car brand/ manufacturer |
| GET |
Get a model by Id (v1) /api/v1/automotive/models/{modelId} |
This endpoint gets details of an a model by it's Id |
| GET |
Get all car models (v2) /api/v2/automotive/models |
This endpoint gets car models details but a minified version of the data from car models v1 |
| GET |
Get Comparison two car models (v2) /api/v2/automotive/models/compare |
This endpoints returns details of two specified car models |
| GET |
GET: Random Car model /api/v1/automotive/models/random |
This endpoint get a random car model whenever it is invoked |
| GET |
Get all Features by Model Id /api/v1/automotive/models/{modelId}/features |
Retrieve all features based on a car model |
| Families | ||
| GET |
Get all families /api/v1/automotive/families |
An Endpoint to get all car families |
| Manufacturers | ||
| GET |
Get all Manufacturers /api/v1/automotive/manufacturers |
Endpoint to get manufacturers |
| GET |
Get a Manufacturer by manufacturerId /api/v1/automotive/manufacturers/{manufacturerId} |
An endpoint to get manufacturer by manufacturerId |
| Categories | ||
| GET |
Get all categories /api/v1/automotive/categories |
Endpoint to get all categories |
| CarTypes | ||
| GET |
Get all car types /api/v1/automotive/types |
Endpoint to get all car types |
| GET |
Get a car type by manufacturer ID /api/v1/automotive/manufacturers/{manufacturerId}/types |
Endpoint to get a car type by manufacturer ID |
| FeatureTypes | ||
| GET |
Get all feature types /api/v1/automotive/feature-types |
Endpoint to get all feature types (feature sections or categories) |
| YearsOfManufacture | ||
| GET |
Get all years of manufacture /api/v1/automotive/years-of-manufacture |
Endpoint to get all years of manufacture |
| CarFeatures | ||
| GET |
Get all car features /api/v1/automotive/features |
Endpoint to get all car features (these are returned with the Feature Type and Model of car they belong too) |
| ImageSections | ||
| GET |
Get all Image sections /api/v1/automotive/image-sections |
Endpoint to get all image sections |
| CarImages | ||
| GET |
Get all car images /api/v1/automotive/images |
Endpoint returns all car images regardless of which car it belongs too |
| GET |
Get a single car image by ID /api/v1/automotive/images/{carImageId} |
Endpoint to get a single car images by car image ID |
| GET |
Get specific car images by model Id /api/v1/automotive/images/models/{modelId} |
Endpoint returns a list of car images for the respective section |
CarBooks pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $7 / month | 400 / minute |
|
| ULTRA | $15 / month | 3000 / minute |
|