Documentation Index Fetch the complete documentation index at: https://docs.driv.ly/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieve complete vehicle details based on the VIN, including make, model, trim, color, options, and specifications. It is ideal for obtaining OEM-specific information about a vehicle.
Capabilities Description Get OEM Build Information Retrieve detailed vehicle information by VIN. View OEM Build Information View detailed vehicle information, options, and specifications.
{
"build" : {
"vin" : "1FTEW1EP6KKD71896" ,
"year" : 2019 ,
"make" : "Ford" ,
"model" : "F-150" ,
"trim" : "XLT 4WD SuperCrew 5.5' Box" ,
"series" : "XLT" ,
"style" : "4D Truck" ,
"drivetrain" : "4x4" ,
"engine" : "5L V-8 port/direct injection, DOHC, variable valve control, regular unleaded, engine with 395HP" ,
"transmission" : "10-speed automatic" ,
"confidence" : 0.995 ,
"interiorColor" : {
"Medium Earth Gray" : "#808080"
},
"exteriorColor" : {
"Oxford White" : "#E7E7E5"
},
"options" : {
"102300-BCA1802302A" : "Equipment Group 302A Luxury" ,
"61CLCD" : "4.2 \" Productivity Screen in Instrument Cluster" ,
"PWRDRV" : "8-Way Power Driver Seat" ,
"STDRD" : "AM/FM Stereo with 6 Speakers" ,
"SYNC3" : "SYNC 3" ,
"M" : "Cloth 40/20/40 Front Seat" ,
"BAKLGT" : "Fixed Backlight with Privacy Glass" ,
"HFRONT" : "Heated Front Seats" ,
"LTHWHL" : "Leather-Wrapped Steering Wheel" ,
"54R" : "Power Glass Heated Sideview Mirrors" ,
"MIRROR" : "Auto-Dimming Rearview Mirror" ,
"PWRPDL" : "Power-Adjustable Pedals" ,
"RSEAT" : "Rear Under-Seat Storage" ,
"57Q" : "Rear Window Defroster" ,
"99P" : "2.7L V6 EcoBoost Engine" ,
"X19" : "3.55 Axle Ratio" ,
"NONGV1" : "6,600 lbs Payload Package GVWR" ,
"50N" : "Voice-Activated Touchscreen Navigation"
},
"optionsMsrp" : 1290
}
}
Next Steps
Review the API reference for the OEM Build API
Reference – OEM Build Explore the OEM Build API endpoint and parameters.