Extra protection for all buyers of used vehicles.
Each year hundreds of thousands of vehicles are sold through salvage auction, many with serious damage or mechanical issues - often finding their way back into the market with hidden defects.
Checking for salvage history provides additional reassurance for consumers, and is a valuable tool for the retail motor trade when buying stock. Also of value to insurers, warrantly providers and lenders in assessing risk for new policies and agreements.
Key Features
3m+ Salvage Records
Damage Descriptions
Salvage Image Links
Lot ID and Description
Mileage
Date of Sale
Sample Response
Documentation
Introduction
Header
When making calls to our API, include the following header:
Example Request
https://api.oneautoapi.com/carguide/salvagecheckfromvin?vehicle_identification_number=ABCDE123456F78910
Example Sandbox Request
https://sandbox.oneautoapi.com/carguide/salvagecheckfromvin?vehicle_identification_number=ABCDE123456F78910
Request Parameters
Sample Response
{
"success": true,
"result": {
"salvage_auction_record_found": true,
"salvage_auction_records": [
{
"salvage_auction_record_id": 1234567,
"salvage_auction_lot_desc": "CAT S - Repairable Structural",
"salvage_auction_lot_date": "2020-01-01",
"mileage": 12345,
"primary_damage_desc": "Slight Front Damage",
"secondary_damage_desc": "Unable to select 5th gear, steering poor.",
"salvage_auction_location": "York",
"external_image_urls": [
"https://images.examplewebsite.com/salvageimages12a34b5/1234AB5C_hrs.jpg"
]
}
]
},
"error": "If there is an error the message would go here"
}