OE Build Sheet (Europe) from VIN
Factory build data for option identification and marketing, parts ordering and risk management - providing European coverage for 33 OEMs.
Brand coverage:
| Alpine | DS | Land Rover | Peugeot | Smart |
| Audi | Ford | Lexus | Polestar | Toyota |
| BMW | Hyundai | Mazda | RAM | Vauxhall |
| Chrysler | Jaguar | Mercedes-Benz | Renault | VW |
| Citroën | Jeep | Mini | Saab | Volvo |
| Dacia | Kia | Nissan | Seat | |
| Dodge | Lancia | Opel | Skoda |
Use it in combination with OE Build Sheet (Global) from VIN for maximum coverage of 49 brands.
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
OE Build Sheet
Factory Codes
Vehicle Details
Parts Ordering
Risk Management
Sample Response
Documentation
Introduction
Header
When making calls to our API, include the following header:
Example Request
https://api.oneautoapi.com/oneauto/oebuildsheeteuropefromvin?vehicle_identification_number=ABCDE123456F78910&callback_url=https://webhookexample/l235o5abcde6f/receiver&return_data_in_callback=true
Example Sandbox Request
https://sandbox.oneautoapi.com/oneauto/oebuildsheeteuropefromvin?vehicle_identification_number=ABCDE123456F78910&callback_url=https://webhookexample/l235o5abcde6f/receiver&return_data_in_callback=true
Request Parameters
Sample Response
{
"success": true,
"result": {
"manufactured_date": "2015-03-19",
"delivered_date": "2020-03-01",
"oem_colour_desc": "Metallic mythical black (0E)",
"oem_interior_trim_desc": "Soul (black) (QF)",
"oem_engine_desc": "CULB (D64 : 4-cylinder SI engine 2.0 l/132 kW (16V) turbo FSI homog. base engine T4U/T56/ TM2/TV2/TL6/TG6/TR6/TS6/TD6/TM6/T06/TD3)",
"oem_transmission_type_desc": "PUZ (G1D : 7-speed automatic transmission for four-wheel drive vehicle)",
"oem_drivetrain_desc": "All-wheel drive",
"oem_wheel_desc": "20 Inch Wheel",
"options": [
{
"factory_code": "123456",
"factory_desc": "ADDITIONAL AIR CONDITIONING",
"additional_desc": "Without Additional Air Conditioning"
},
{
"factory_code": "234567",
"factory_desc": "WIFI",
"additional_desc": "Without Wifi"
}
]
},
"error": "If there is an error the message would go here"
}