Copart Lot
Copart Lot API — retrieve structured auction lot data by lot number or URL. Specs, damage, bids, photos, yard location and sale status across regional Copart sites.
Credit cost: 2 credits per call
Authorization
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Query Parameters
query*string
Copart lot number or full lot URL.
Examples:
55295666
55295666 + region=uk
https://www.copart.co.uk/lot/55295666/clean-title-2014-porsche-panamera
region?string
Regional Copart site when query is a lot number only. Defaults to US.
Examples:
ca
uk
de
return_page_source?boolean
When true, return the raw HTML page source as {"result": "..."} instead of structured JSON. Defaults to false.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.piloterr.com/v2/copart/lot?query=string"{
"id": "55295666",
"lic": [
"ADDL-INFO",
"CERT-D",
"IV",
"VHDRP"
],
"url": "https://www.copart.co.uk/lot/55295666/clean-title-2014-porsche-panamera-4-8-v8-gts-4dr-pdk-sandy",
"fuel": "PETROL",
"keys": "YES",
"make": "PORSCHE",
"year": 2014,
"color": "GREY",
"drive": "2 AXLE RIGID BODY",
"model": "PANAMERA G",
"title": "2014 PORSCHE PANAMERA 4.8 V8 GTS 4DR PDK",
"engine": "4806 cc",
"images": [
"https://cs.copart.com/v1/AUTH_svc.pdoc00001/lpp/0626/7834e4c0e5da4ef3809e87b2e31a987d_thb.jpg"
],
"currency": "GBP",
"latitude": 52.14,
"lot_sold": false,
"odometer": 74190,
"image_url": "https://cs.copart.com/v1/AUTH_svc.pdoc00001/lpp/0626/7834e4c0e5da4ef3809e87b2e31a987d_thb.jpg",
"longitude": -0.3,
"sale_date": "2026-07-01T09:00:00+00:00",
"yard_city": "SANDY",
"yard_name": "SANDY",
"bid_status": "NEVER_BID",
"buy_it_now": true,
"run_status": "RUNS AND DRIVES",
"title_code": "U - Used Unrecorded",
"yard_state": "GB",
"current_bid": 4100,
"model_group": "PANAMERA",
"sale_status": "MINIMUM_BID",
"vin_partial": "*****************",
"yard_number": 401,
"last_updated": "2026-06-30T13:12:15+00:00",
"title_status": "CLEAN TITLE",
"transmission": "7 SPEED S-AUTO",
"vehicle_type": "VEHICLES UNDER 7.5 TONNES",
"yard_country": "GBR",
"primary_damage": "FRONT END",
"buy_it_now_price": 0,
"secondary_damage": "PREVIOUS REPAIR"
}{
"error": "Bad Request"
}{
"error": "Invalid API Key"
}{
"error": "Payment required"
}{
"error": "Rate limit exceeded for the API key: quota monthly"
}{
"error": "Internal Error"
}