https://marketcheck-prod.apigee.net/v2/stats/carNational, state and city level stats for price, miles and dom
Country for which the stats are to be searched
Inventory type for which stats are to be searched, default is used
Year, Make, Model of the car, Separated by pipe e.g. ymm=2015|ford|f-150
Year, Make, Model, Trim of the car, Separated by pipe e.g. ymmt=2015|ford|f-150|platinum
Taxonomy vin for referance to find stats of similar cars
VIN that will be transformed to taxonomy_vin
State level stats
City level stats, pipe seperated like city_state=jacksonville|FL
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://marketcheck-prod.apigee.net/v2/stats/car' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}https://marketcheck-prod.apigee.net/v2/stats/carNational, state and city level stats for price, miles and dom
Country for which the stats are to be searched
Inventory type for which stats are to be searched, default is used
Year, Make, Model of the car, Separated by pipe e.g. ymm=2015|ford|f-150
Year, Make, Model, Trim of the car, Separated by pipe e.g. ymmt=2015|ford|f-150|platinum
Taxonomy vin for referance to find stats of similar cars
VIN that will be transformed to taxonomy_vin
State level stats
City level stats, pipe seperated like city_state=jacksonville|FL
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://marketcheck-prod.apigee.net/v2/stats/car' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}