OE Build Decode from VIN
Detailed OE Build Decode from VIN, covering 31 manufacturers in multiple markets.
|
Europe |
North America |
Australia |
|
Audi |
Alfa Romeo |
Audi |
|
BMW |
Audi |
BMW |
|
Chrysler |
BMW |
Chrysler |
|
Citroen |
Buick |
Citroen |
|
Dacia |
Chrysler |
Dodge |
|
Dodge |
Dodge |
Ford (US models only) |
|
DS |
Ford (EU models only) |
Hyundai |
|
Ford |
GMC |
Jaguar |
|
Hyundai |
Jaguar |
Jeep |
|
Jaguar |
Jeep |
Kia |
|
Jeep |
Kia |
Land Rover |
|
Kia |
Land Rover |
Mercedes-Benz |
|
Lancia |
Lincoln |
MINI |
|
Land Rover |
Mercedes-Benz |
Opel |
|
Lexus |
MINI |
Peugeot |
|
Mazda |
Polestar |
Polestar |
|
Mercedes-Benz |
RAM |
Renault |
|
MINI |
Volkswagen |
Skoda |
|
Opel |
Volvo |
Volkswagen |
|
Peugeot |
Volvo |
|
|
Polestar |
||
|
Renault |
||
|
SEAT |
||
|
Skoda |
||
|
Toyota |
||
|
Volkswagen |
||
|
Volvo |
Note - this is an asynchronous API which provides several options for receiving the data. Please read our article Working with Asynchronous API Methods before planning your integration.
Key Features
VIN Lookup
Production Code
Factory Codes
Vehicle Details
Manage Risk
Order Parts
Sample Response
Documentation
Introduction
Header
When making calls to our API, include the following header:
Example Request
https://api.oneautoapi.com/oneauto/oebuilddecode?vehicle_identification_number=ABCDE123456F78910&callback_url=https://webhookexample/l235o5abcde6f/receiver&return_data_in_callback=true
Example Sandbox Request
https://sandbox.oneautoapi.com/oneauto/oebuilddecode?vehicle_identification_number=ABCDE123456F78910&callback_url=https://webhookexample/l235o5abcde6f/receiver&return_data_in_callback=true
Request Parameters
Sample Response
{
"success": true,
"result": {
"vehicle_identification_number": "ABCDE123456F78910",
"manufacturer_desc": "Buick",
"model_range_desc": "Encore",
"model_desc": "Buick Encore 1.4T AMT(6-speed) Preferred 2020",
"oem_series_desc": "E1",
"oem_production_code": "wyxyzpjgj",
"oem_body_type_desc": "SUV",
"oem_power_value": 103,
"oem_fuel_type_desc": "Petrol",
"oem_engine_size_litres": 1.4,
"oem_drive_side": "LHD",
"manufactured_date": "2020-05-08",
"oem_colour_desc": "Midnight Black Pearlescent",
"oem_interior_trim_desc": "INTERIOR TRIM CONFIG #14",
"oem_engine_desc": "ENGINE GAS, 4 CYL, 1.4L, MFI, DOHC, TURBO, VVT, ALUM, GME",
"oem_transmission_type_desc": "Automatic",
"oem_drivetrain_desc": "FWD",
"options": [
{
"factory_code": "AKK",
"factory_desc": "WINDSHIELD STYLE ACOUSTIC PVB"
}
]
}
}