docs / copart

Copart API

Copart API

base /copart/v14 endpoints
post/copart/v1/lot_detail1 credit

Full detail for one lot by `lot_number`: VIN (publicly masked by Copart), make, model, trim, year, primary/secondary damage, title type & group, odometer, color, engine, fuel, drive, transmission, estimated retail value, current/high bid, sale date & time, yard location (city/state/zip/lat/long) and keys availability.

ParameterAllowed / rangeDescription
lot_numberrequiredCopart lot number — the digits in a copart.com/lot/ URL or a search result's lot_number.
Try in playground →
post/copart/v1/lot_images1 credit

All auction photos for one lot by `lot_number`: ordered full-size, hi-res and thumbnail image URLs for the vehicle (exterior, interior, damage, VIN plate, odometer).

ParameterAllowed / rangeDescription
lot_numberrequiredCopart lot number to fetch photos for.
Try in playground →
post/copart/v1/yards1 credit

Live list of Copart yards / locations you can filter `search` by, each with its yard_number and current lot count. Lifted from the live search facet taxonomy — use a yard_number with search's `yard_number` filter to scope to one location.

ParameterAllowed / rangeDescription
queryoptionalOptional name filter (case-insensitive substring) to find a yard, e.g. 'dallas', 'ca -', 'houston'.
Try in playground →