1. Only CURRENT lots
APICAR
  • Only CURRENT lots
    • Get current active lots
      GET
    • Get current lot by Lot ID
      GET
    • Get current lot by VIN
      GET
    • Get current bid
      GET
    • Get decoded vin
      GET
    • Get current bid for many lots
      POST
  • Only HISTORY
    • Get sold/history lots
      GET
    • Get history car by ID
      GET
    • Get latest history sale by VIN
      GET
    • Get all sale histories by VIN
      GET
    • Get all sale histories by Lot ID
      GET
    • Get average sale price statistic
      GET
    • Get sale count info by lots
      POST
  • ALL LOTS
    • Find lot by Lot ID in any status
      GET
    • Find lot by VIN in any status
      GET
    • Find many lots in any status
      POST
    • Find many lots by VIN in any status
      POST
    • Find lot for catalog/web by Lot ID
      GET
  • OTHER
    • Get makes and models
      GET
    • Get available filters
      GET
  • CREATING DATABASE
    • Get updated current lots
      GET
    • Get deleted current lots
      GET
    • Get updated history lots
      GET
  1. Only CURRENT lots

Get current active lots

GET
/cars
Returns only active/current auction lots.

Request

Query Params

Header Params

Responses

🟢200
application/json
Success
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.apicar.store/api/cars?make=undefined&model=undefined&series=undefined&buy_now=undefined&year_from=undefined&year_to=undefined&auction_date_from=undefined&auction_date_to=undefined&engine_size_from=undefined&engine_size_to=undefined&price_new_from=undefined&price_new_to=undefined&engine=undefined&engine_size=undefined&country=undefined&seller=undefined&location=undefined&document_old=undefined&state=undefined&cylinders=undefined&odometer_min=undefined&odometer_max=undefined&auction_data_period=undefined&search=undefined&hide_vins=undefined&page=undefined&size=undefined&sort=undefined&vehicle_type=&seller_type=&seller_detailed_type=&transmission=&fuel=&drive=&status=&color=&damage_pr=&damage_sec=&document=&auction_type=&odobrand=&keys=&body_type=&direction=&site=' \
--header 'api-key;'
Response Response Example
{}
Modified at 2026-04-29 14:57:34
Next
Get current lot by Lot ID
Built with