Loading...
Get the number of CARFAX and Autocheck records available for a VIN.
x-api-key header required
Use VIN 1FMDU34X7PUD75574 for testing.
curl -X GET \
https://api.cheapvhr.com/v1/records/vin/1FMDU34X7PUD75574 \
-H "x-api-key: YOUR_API_KEY"Returns the year/make/model and available record counts for the VIN
{
"vehicle": {
"year": 1993,
"make": "FORD",
"model": "EXPLORER"
},
"carfax_records": 12,
"autocheck_records": 8
}