Skip to content

Get Car Performance

GET
/api/v1/cars/{id}/performance.json
id
required
string

Car ID/Slug/Custom_slug

lookup_by
string
Example
vin

Valid permissions

object
id
integer
days_old
integer
nullable
car_type
string
status
string
make
string
model
string
vin
string
nullable
created_at
string format: date-time
updated_at
string format: date-time
leads_count
integer
photos_count
integer
phone_calls
integer
price_changes_count
integer
last_price_change
string
nullable
start_price
number
nullable
days_to_twenty_photos
integer
nullable
stocknum
string
nullable
slug
string
views
integer
sold_date
string
nullable
price_type
string
leads
Array<object>
object
id
integer
created_at
string format: date-time
source
string
nullable
lead_status
string
nullable
lead_state
string
nullable
price_changes
Array<object>
object
updated_at
string
dapprice
number
nullable
egcprice
number
nullable
Examples
{
"id": 1,
"days_old": 10,
"car_type": "used",
"status": "available",
"make": "Toyota",
"model": "Camry",
"vin": "ABC123",
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2024-01-01T00:00:00.000Z",
"leads_count": 0,
"photos_count": 0,
"phone_calls": 0,
"price_changes_count": 0,
"last_price_change": null,
"start_price": 5000,
"days_to_twenty_photos": null,
"stocknum": "12345",
"slug": "2020-toyota-camry-12345",
"views": 0,
"sold_date": null,
"price_type": "dap",
"leads": [
{
"id": 1,
"created_at": "2024-01-01T00:00:00.000Z",
"source": "Website",
"lead_status": "new",
"lead_state": "new"
}
],
"price_changes": [
{
"updated_at": "2024-01-01T00:00:00.000Z",
"dapprice": 4500,
"egcprice": null
}
]
}

If car belongs to dealership not associated with API key