Full access to the vehicle history using API

Integrate vehicle data into your business: detailed history, auctions, accidents and real-time mileage for informed decisions

Tariffs

Learn more about the capabilities of our API, which provides full access to advanced vehicle data by VIN code.

Standard

Get 1,000 requests per month
100$/month
Requests per month: 1,000 Requests per second: 2
Top offer Favorite tariff

Professional

Get 5,000 requests per month
300$/month
Get a discount by paying for a year20%
Requests per month: 5,000 Requests per second: 5

VIP

Get 15,000 requests per month
800$/month
Get a discount by paying for a year20%
Requests per month: 15,000 Requests per second: 10

Report

After receiving a token in the LC, you can use it to search for reports on this URL:

POST https://vinbid.info/api/v1/search

Place Vin in the body of the request:

{
"vin": "1N4AL3AP4EC406092"
}

To use this endpoint, you need to provide an HTTP-heading with an authorization token as follows:

Authorization: Bearer I6MTgxLCJpYXQiOjE1MDk1NTg4MTksIm4cCI6MTUwOTU1OTQxOX0.ACV0t3UyHXs0

Response format:

Response
ELEMENT
status
vin
origin_timestamp
lots
report_url
DESCRIPTION
status
vin
timestamp
Array of lot objects (see below)
Link to report
FORMAT
string
string
string
array
string
EXAMPLE
ok
3C4PDCBB4GT111117
2024-11-09T08:53:24.000000Z
https://vinbid.info/report/e74972b2-91b5-4c2a-922b-dc4346a2fc50
Lot Object
ELEMENT
vin
body
fuel
keys
name
type
year
brand
color
drive
model
price
engine
lot_id
auction
document
location
odometer
cylinders
highlight
sale_date
repair_cost
location_zip
retail_value
transmission
configuration
odometer_type
primary_damage
secondary_damage
images
DESCRIPTION
Vin
Body
Fuel
Keys
Name
Type
Year
Brand
Color
Drive
Model
Price
Engine
Lot ID
Auction
Document
Location
Odometer
Cylinders
Highlight
Sale Date
Repair Cost
Location Zip
Retail Value
Transmission
Configuration
Odometer Type
Primary Damage
Secondary Damage
Images
FORMAT
string
string
string
string
string
string
integer
string
string
string
string
integer
string
integer
string
string
string
integer
integer
string
date-time
integer
string
integer
string
string
string
string
string
array
EXAMPLE
3C4PDCBB4GT111117
Wagon 4 Dr.
Gasoline
Present
DODGE JOURNEY SXT
AUTOMOBILE
2016
DODGE
GRAY
Front Wheel Drive
JOURNEY
1850
2.4L I4 DOHC 16V Dual VVT
30570097
iaai
ORIGINAL-TX
Dallas
102997
4
Run & Drive
2021-11-10
9153
18073
12226
Automatic
SXT
ACTUAL
FRONT END
LEFT FRONT

HTTP codes

401 Error: Unauthorized

{
"message": "Unauthenticated."
}
404

You can also receive reports using the URL:

GET https://vinbid.info/api/v1/search?vin=1N4AL3AP4EC406092