Loading...
Get CARFAX vehicle history reports by VIN or report ID.
This endpoint uses 1 credit per request.
x-api-key header required
Use VIN 1FMDU34X7PUD75574 for testing.
curl -X GET \
https://api.cheapvhr.com/v1/carfax/vin/1FMDU34X7PUD75574/html \
-H "x-api-key: YOUR_API_KEY"Returns HTML content of the CARFAX report
{
"yearMakeModel": "1993 FORD EXPLORER XLT",
"vin": "1FMDU34X7PUD75574",
"id": "2",
"html": "<!-- HTML CONTENT HERE -->"
}x-api-key header required
curl -X GET \
https://api.cheapvhr.com/v1/carfax/2 \
-H "x-api-key: YOUR_API_KEY"{
"id": "2",
"yearMakeModel": "1993 FORD EXPLORER XLT",
"VIN": "1FMDU34X7PUD75574",
"html": "<!-- HTML CONTENT HERE -->
}