Auction History

Get detailed auction history and images for a specific VIN.
GET
Rate Limit: 10 RPS

Authentication

All API requests require an API key to be included in the x-api-key header.

Endpoint

GET /auction

Parameters

NameTypeRequired
vinstringRequired

Code Examples

Sample Response

JSON Response
{
  "data": {
    "vin": "ZFF74UFA6H0219990",
    "images": [
      "https://storage.torquenode.com/media/auction/ZFF74UFA6H0219990-1778293859/0.jpg",
      "https://storage.torquenode.com/media/auction/ZFF74UFA6H0219990-1778293859/1.jpg",
      "https://storage.torquenode.com/media/auction/ZFF74UFA6H0219990-1778293859/2.jpg",
      "https://storage.torquenode.com/media/auction/ZFF74UFA6H0219990-1778293859/3.jpg",
      "https://storage.torquenode.com/media/auction/ZFF74UFA6H0219990-1778293859/4.jpg",
      "https://storage.torquenode.com/media/auction/ZFF74UFA6H0219990-1778293859/5.jpg",
      "https://storage.torquenode.com/media/auction/ZFF74UFA6H0219990-1778293859/6.jpg"
    ],
    "vehicle": {
      "make": "FERRARI",
      "year": "2017",
      "color": "Yellow",
      "model": "F12",
      "engine": "",
      "airbags": "yes",
      "country": "ITALY",
      "odometer": "10 141 ml",
      "body_type": "coupe",
      "cylinders": "12",
      "fuel_type": "gas",
      "drive_type": "Rear Wheel Drive",
      "engine_size": "6.3",
      "manufacturer": "FERRARI S.P.A.",
      "transmission": "automatic"
    },
    "auction_history": [
      {
        "seller": "Farmers Insurance",
        "location": "SUN VALLEY - CA",
        "odometer": "10 141",
        "sale_date": "",
        "sale_price": "",
        "title_type": "OK CERT OF TITLE-SALVAGE",
        "keys_available": "Yes",
        "primary_damage": "Undercarriage",
        "secondary_damage": "",
        "vehicle_condition": ""
      }
    ]
  },
  "status": "success"
}