The Vehicle information API is a powerful tool designed to provide comprehensive and accurate data on new and used cars, with the aim of optimizing automotive analysis, sales, and inventory management processes. Through a clear response structure in JSON format, the API provides detailed information on each vehicle, including its make, model, year, transmission type, fuel type, drive type, exterior and interior color, and additional features.
One of the main attractions of this API is its ability to integrate sales history information, providing the listed price, estimated market value, sales status, geographic location, and data associated with auctions or dealers.
In short, the Vehicle information API offers a complete solution for automotive data management, combining accuracy, speed, and flexibility. It is ideal for auction companies, dealerships, car marketplaces, and developers looking to enrich their platforms with reliable and up-to-date automotive market data.
Get detailed information about a vehicle, including specifications, sales history, location, price, condition, engine, mileage, and associated images.
Vehicle Data - Endpoint Features
| Object | Description |
|---|---|
vin |
[Required] Enter a VIN |
{
"data": {
"_id": "64489f5ac24d4cb75310ee6a",
"make": "JEEP",
"model": "PATRIOT SP",
"sales_history": [
{
"data": {
"accident_records": "",
"address": "NC - Raleigh / Lane\n - B",
"airbags": false,
"city": "",
"condition": "ENHANCED VEHICLES",
"country": "United States",
"cylinders": "4",
"dealer_name": "",
"description": "",
"doors": "",
"drivetrain": "FWD",
"email": "",
"engine": "2.4L 4",
"exterior_color": "GREEN",
"exterior_condition": "",
"exterior_features": [],
"fair_market_value": {
"max": "",
"min": ""
},
"features": [],
"fuel": "GAS",
"fuel_capacity": "",
"images": [
"https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2015/JEEP/PATRIOT-SP/1C4NJPBB3FD398798/04/25/2023/35/64489f5ac24d4cb75310ee6a-0-0.jpg",
"https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2015/JEEP/PATRIOT-SP/1C4NJPBB3FD398798/04/25/2023/35/64489f5ac24d4cb75310ee6a-0-1.jpg",
"https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2015/JEEP/PATRIOT-SP/1C4NJPBB3FD398798/04/25/2023/35/64489f5ac24d4cb75310ee6a-0-2.jpg",
"https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2015/JEEP/PATRIOT-SP/1C4NJPBB3FD398798/04/25/2023/35/64489f5ac24d4cb75310ee6a-0-3.jpg",
"https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2015/JEEP/PATRIOT-SP/1C4NJPBB3FD398798/04/25/2023/35/64489f5ac24d4cb75310ee6a-0-4.jpg",
"https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2015/JEEP/PATRIOT-SP/1C4NJPBB3FD398798/04/25/2023/35/64489f5ac24d4cb75310ee6a-0-5.jpg",
"https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2015/JEEP/PATRIOT-SP/1C4NJPBB3FD398798/04/25/2023/35/64489f5ac24d4cb75310ee6a-0-6.jpg",
"https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2015/JEEP/PATRIOT-SP/1C4NJPBB3FD398798/04/25/2023/35/64489f5ac24d4cb75310ee6a-0-7.jpg",
"https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2015/JEEP/PATRIOT-SP/1C4NJPBB3FD398798/04/25/2023/35/64489f5ac24d4cb75310ee6a-0-8.jpg",
"https://vhr.nyc3.cdn.digitaloceanspaces.com/sales-history/2015/JEEP/PATRIOT-SP/1C4NJPBB3FD398798/04/25/2023/35/64489f5ac24d4cb75310ee6a-0-9.jpg"
],
"interior_color": "",
"interior_condition": "",
"interior_features": [],
"is_hot": false,
"keys": "NO",
"last_updated": "2023-04-25T20:49:19.828Z",
"listing_id": "0070294102",
"listing_price": {
"currency": "USD",
"price": "1,350",
"repair_cost": "88,971",
"retail_value": "7,818"
},
"manufactured_in": "",
"mechanical": [],
"money_back_guarantee": false,
"monster_ad": false,
"newly_listed": false,
"odometer_km": "327,347",
"odometer_mi": "203,405",
"other": [],
"owner_record": "",
"phone": "",
"primary_damage": "FRONT END",
"reduced_price": false,
"report_url": "",
"safety": [],
"sale_date": "01/03/23",
"sale_document": "SALVAGE CERTIFICATE OF TITLE",
"sale_status": "Sold!",
"secondary_damage": "",
"seller_type": "Auction",
"special_offer": false,
"state": "",
"technology": [],
"title_record": "",
"transmission": "AUTOMATIC",
"vehicle_type": "AUTOMOBILE",
"vhr_preview": [],
"zip_code": ""
},
"post_date": ""
}
],
"trim": "",
"vin": "1C4NJPBB3FD398798",
"year": "2015"
},
"status": "success"
}
curl --location --request GET 'https://zylalabs.com/api/10988/vehicle+information+api/20714/vehicle+data?vin=1C4NJPBB3FD398798' --header 'Authorization: Bearer YOUR_API_KEY'
Pass the VIN Number and receive data from that VIN.
VIN Decoder - Endpoint Features
| Object | Description |
|---|---|
vin |
[Required] VIN Number to lookup |
{"Make":"Volkswagen","Model":"Golf","Model year":"2012","Vehicle class":"Compact Car","Vehicle type":"Passenger car","Manufactured in":"Germany","Manufacturer":"Volkswagen AG","Adress line 1":"Wolfsburg\/Hannover","Adress line 2":"Wolfsburg\/Hannover","Region":"Europe","Country":"Germany","Note":"Manufacturer builds more than 500 vehicles per year","Number of doors":"5","Number of seats":"4-5","Driveline":"2WD","VIN":"WVWZZZAUZEW389248"}
curl --location --request GET 'https://zylalabs.com/api/10988/vehicle+information+api/23471/vin+decoder?vin=WVWZZZAUZEW389248' --header 'Authorization: Bearer YOUR_API_KEY'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
The Vehicle Data endpoint returns detailed information about vehicles, including specifications like make, model, year, and engine type, as well as sales history, location, price, condition, mileage, and associated images.
Key fields in the response include vehicle make, model, sales history (with accident records, condition, and dealer information), drivetrain, fuel type, exterior color, and images, providing a comprehensive overview of each vehicle.
The response data is structured in JSON format, with a main "data" object containing vehicle details. Nested objects, such as "sales_history," provide additional context, making it easy to parse and utilize the information programmatically.
The endpoint provides information on vehicle specifications, sales history, geographic location, pricing, condition, engine details, mileage, and images, making it suitable for various automotive analysis needs.
The data is sourced from various automotive databases, auction records, and dealer inventories, ensuring a broad and reliable dataset for accurate vehicle information and market analysis.
Typical use cases include automotive market analysis, inventory management for dealerships, auction data integration, and enhancing car marketplace platforms with detailed vehicle information.
Users can customize their requests by specifying parameters such as vehicle make, model, year, or location to filter results according to their specific needs, allowing for targeted data retrieval.
Data accuracy is maintained through regular updates, validation against trusted sources, and quality checks that ensure the information reflects current market conditions and vehicle statuses.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
1,831ms
Service Level:
100%
Response Time:
6,863ms
Service Level:
100%
Response Time:
871ms
Service Level:
100%
Response Time:
9,216ms
Service Level:
100%
Response Time:
656ms
Service Level:
100%
Response Time:
718ms
Service Level:
100%
Response Time:
718ms
Service Level:
100%
Response Time:
1,089ms
Service Level:
100%
Response Time:
1,293ms
Service Level:
100%
Response Time:
668ms
Service Level:
100%
Response Time:
833ms
Service Level:
100%
Response Time:
3,497ms
Service Level:
100%
Response Time:
1,382ms
Service Level:
100%
Response Time:
977ms
Service Level:
100%
Response Time:
3,541ms
Service Level:
100%
Response Time:
729ms
Service Level:
100%
Response Time:
656ms
Service Level:
100%
Response Time:
3,761ms
Service Level:
100%
Response Time:
2,001ms