OE Service History (UK) from VRM
Save time verifying vehicle service history, with digital service history retrieval from 44 manufacturers, with coverage of all European markets (inc non-EU) from MY 2012 onward.
| Full coverage | Limited coverage | Workshop remarks only |
| Audi | Aixam | Alfa Romeo |
| BMW | Alpine | Chrysler |
| Cupra | Bentley | Citroen |
| Ford | DAF | Dacia |
| Honda (Germany only) | DS | Dodge |
| Infiniti | Ferrari | Fiat |
| Jaguar | Iveco | Jeep |
| Land Rover | Maserati | Kia |
| Lexus | Piaggio | Peugeot |
| Mazda | Subaru | Polestar |
| Mercedes-Benz | Suzuki | Renault |
| Mini | Yamaha | Volvo |
| Nissan | ||
| Opel | ||
| Porsche | ||
| SEAT | ||
| Skoda | ||
| Toyota | ||
| Vauxhall | ||
| Volkswagen |
Full coverage: We expect to receive data on any recorded services from these manufacturers, making the data suitable for remarketing purposes and consumer reports
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
VRM Lookup
43 Manufacturers
OE Sourced
Service Type
Service Actions
Mileage
Sample Response
Documentation
Introduction
Header
When making calls to our API, include the following header:
Example Request
https://api.oneautoapi.com/ezyvin/servicehistoryfromvrm/?vehicle_registration_mark=AB21ABC&callback_url=https://webhookexample/l235o5abcde6f/receiver&return_data_in_callback=true
Example Sandbox Request
https://sandbox.oneautoapi.com/ezyvin/servicehistoryfromvrm/?vehicle_registration_mark=AB21ABC&callback_url=https://webhookexample/l235o5abcde6f/receiver&return_data_in_callback=true
Request Parameters
Sample Response
{
"success": true,
"result": {
"vehicle_identification_number": "ABCDE123456F78910",
"service_events": [
{
"date_of_service_event": "2019-10-21",
"mileage_observed": 69343,
"mileage_unit": "km",
"service_provider": "Premier Service Centre, 2 York Road, Leicester, LE4 9LS, United Kingdom",
"service_type": "service",
"service_actions": [
"Engine: oil and filter change.",
"Brake fluid replaced."
]
}
]
},
"error": "If there is an error the message would go here"
}