Vehicle History

Product information

Take ultimate control and get access to the raw vehicle history data. Get a comprehensive report on the vehicle's history, including title records, accident history, and more.

Only pay if the vehicle has a history.

Go up to 50 history records back.

Check the history from multiple sources.

Vehicle History product image

Our benefits

Unparalleled Accuracy and Speed

We deliver unmatched accuracy in real-time, ensuring you receive reliable vehicle information instantly. Our system updates constantly to get you the most up to date information.

Insights Beyond Decoding

Unlock a wealth of vehicle data, including accident history, title records, and more. This enriched data empowers you to make informed decisions in various applications.

Effortless Integration and Scalability

Seamlessly integrate with your existing systems, streamlining your operations. The scalable architecture ensures smooth performance even when handling high volume

Empowering Diverse Applications

From law enforcement to parking management, insurance, and fleet management, our API provides the data foundation to optimize operations, enhance security, and gain valuable insights.

For developers

Harness the power.

Seeing is believing. That's why we're showing you the power of the Vehicle History API with a code example. Let's see what an example response from the VIN WBAFR7C57CC811956 returns when we pass it.

Access to a Large Dataset
The API boasts millions of vehicles in its database, including cars, motorcycles, and even RVs.
Variety of data points
It provides a rich set of data points beyond just basic specifications. You can access details like attributes, color options, equipment specifics, recall information, warranties
Affordable pricing
The API offers a low-cost entry point to start using their service, with plans likely suited for various use cases.
curl -G 'https://api.carsxe.com/history?key=<CARSXE_API_KEY>&vin=WBAFR7C57CC811956'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
{
  success: true,
  vin: "WBAFR7C57CC811956",
  junkAndSalvageInformation: [
    {
      ReportingEntityAbstract: {
        ReportingEntityCategoryCode: "J",
        IdentificationID: "P000001",
        ReportingEntityCategoryText: "Junk and Salvage",
        EntityName: "Copart, Inc.",
        LocationCityName: "Dallas",
        LocationStateUSPostalServiceCode: "TX",
        TelephoneNumberFullID: "9723915728",
        ContactEmailID: "",
      },
      VehicleObtainedDate: "2016-12-06T00:00:00.000Z",
      VehicleDispositionText: "TO BE DETERMINED",
      VehicleIntendedForExportCode: "N",
    },
    {
      ReportingEntityAbstract: {
        ReportingEntityCategoryCode: "J",
        IdentificationID: "P000001",
        ReportingEntityCategoryText: "Junk and Salvage",
        EntityName: "Copart, Inc.",
        LocationCityName: "Dallas",
        LocationStateUSPostalServiceCode: "TX",
        TelephoneNumberFullID: "9723915728",
        ContactEmailID: "",
      },
      VehicleObtainedDate: "2016-12-06T00:00:00.000Z",
      VehicleDispositionText: "SOLD",
      VehicleIntendedForExportCode: "N",
    },
    {
      ReportingEntityAbstract: {
        ReportingEntityCategoryCode: "J",
        IdentificationID: "P801910",
        ReportingEntityCategoryText: "Junk and Salvage",
        EntityName: "AUTOBIDMASTER LLC",
        LocationCityName: "PORTLAND",
        LocationStateUSPostalServiceCode: "OR",
        TelephoneNumberFullID: "5032984300",
        ContactEmailID: "",
      },
      VehicleObtainedDate: "2015-09-17T00:00:00.000Z",
      VehicleDispositionText: "SOLD",
      VehicleIntendedForExportCode: "N",
    },
    {
      ReportingEntityAbstract: {
        ReportingEntityCategoryCode: "J",
        IdentificationID: "P000001",
        ReportingEntityCategoryText: "Junk and Salvage",
        EntityName: "Copart, Inc.",
        LocationCityName: "Fairfield",
        LocationStateUSPostalServiceCode: "CA",
        TelephoneNumberFullID: "7076395294",
        ContactEmailID: "",
      },
      VehicleObtainedDate: "2015-08-11T00:00:00.000Z",
      VehicleDispositionText: "TO BE DETERMINED",
      VehicleIntendedForExportCode: "N",
    },
    {
      ReportingEntityAbstract: {
        ReportingEntityCategoryCode: "J",
        IdentificationID: "P000001",
        ReportingEntityCategoryText: "Junk and Salvage",
        EntityName: "Copart, Inc.",
        LocationCityName: "Fairfield",
        LocationStateUSPostalServiceCode: "CA",
        TelephoneNumberFullID: "7076395294",
        ContactEmailID: "",
      },
      VehicleObtainedDate: "2015-08-11T00:00:00.000Z",
      VehicleDispositionText: "SOLD",
      VehicleIntendedForExportCode: "N",
    },
    {
      ReportingEntityAbstract: {
        ReportingEntityCategoryCode: "J",
        IdentificationID: "P000116",
        ReportingEntityCategoryText: "Junk and Salvage",
        EntityName: "IAA",
        LocationCityName: "WESTCHESTER",
        LocationStateUSPostalServiceCode: "IL",
        TelephoneNumberFullID: "7084927000",
        ContactEmailID: "",
      },
      VehicleObtainedDate: "2015-06-04T00:00:00.000Z",
      VehicleDispositionText: "TO BE DETERMINED",
      VehicleIntendedForExportCode: "N",
    },
    {
      ReportingEntityAbstract: {
        ReportingEntityCategoryCode: "J",
        IdentificationID: "P000116",
        ReportingEntityCategoryText: "Junk and Salvage",
        EntityName: "IAA",
        LocationCityName: "WESTCHESTER",
        LocationStateUSPostalServiceCode: "IL",
        TelephoneNumberFullID: "7084927000",
        ContactEmailID: "",
      },
      VehicleObtainedDate: "2015-06-04T00:00:00.000Z",
      VehicleDispositionText: "SOLD",
      VehicleIntendedForExportCode: "N",
    },
  ],
  insuranceInformation: [
    {
      ReportingEntityAbstract: {
        ReportingEntityCategoryCode: "I",
        IdentificationID: "I200697",
        ReportingEntityCategoryText: "Insurers",
        EntityName: "MERCURY GENERAL GROUP",
        LocationCityName: "BREA",
        LocationStateUSPostalServiceCode: "CA",
        TelephoneNumberFullID: "7146716600",
        ContactEmailID: "DBALES@MERCURYINSURANCE.COM",
      },
      VehicleObtainedDate: "2015-06-05T00:00:00.000Z",
    },
  ],
  brandsRecordCount: 1,
  brandsInformation: [
    {
      code: "00",
      name: "Clear",
      description: "No brand exists for the vehicle.",
    },
    {
      code: "01",
      name: "Flood damage",
      description:
        '"Vehicle damaged by freshwater flood (or it is unknown whether the damage was caused by fresh water or salt water)."',
    },
    {
      code: "02",
      name: "Fire damage",
      description: "Vehicle damaged by fire.",
    },
    {
      code: "03",
      name: "Hail damage",
      description: "Vehicle damaged by hail.",
    },
    {
      code: "04",
      name: "Salt water damage",
      description: "Vehicle damaged by saltwater flood.",
    },
    {
      code: "05",
      name: "Vandalism",
      description: "Vehicle damaged by vandals.",
    },
    {
      code: "06",
      name: "Kit",
      description:
        '"A Vehicle that has been built by combining a chassis with a different (non-matching VIN) frame engine and body parts. The VIN on the chassis is used as the vehicle's VIN."',
    },
    {
      code: "07",
      name: "Dismantled",
      description:
        "The vehicle can only be sold as parts and cannot be legally driven.",
    },
    {
      code: "08",
      name: "Junk",
      description:
        'The vehicle is incapable of safe operation for use on the roads or highways and has no resale value except as a source of parts or "scrap or the vehicle's owner has irreversibly designated the vehicle" as a source of parts or scrap. This vehicle shall never be titled or "registered. Also known as non-repairable scrapped or destroyed."',
    },
    {
      code: "09",
      name: "Rebuilt",
      description:
        '"The vehicle previously branded ""salvage"" has passed anti-theft and safety inspections or other jurisdiction procedures to ensure the vehicle was rebuilt to required standards. Also known as prior salvage (salvaged)."',
    },
    {
      code: "10",
      name: "Reconstructed",
      description:
        '"A vehicle that has been permanently altered from original construction by removing adding or substituting major components."',
    },
    {
      code: "11",
      name: "Salvage",
      description:
        '"Damage or Not Specified - Any vehicle which has been wrecked" "destroyed or damaged to the extent that the total estimated or actual" cost of parts and labor to rebuild or reconstruct the vehicle to its pre-accident condition and for legal operation on roads or highways exceeds a jurisdiction-defined percentage of the retail value of the vehicle. The retail value of the vehicle is determined by a current edition of a nationally recognized compilation (to include automated data bases) of retail values. Salvage--Damage or Not Specified also includes any vehicle to which an insurance company acquires owner- ship pursuant to a damage "settlement or any vehicle that the vehicle's owner may wish to" "designate as a salvage vehicle by obtaining a salvage title without" "regard to extent of the vehicle's damage and repairs or any vehicle" for which the jurisdiction cannot distinguish the reason the vehicle was designated salvage.',
      record: {
        ReportingEntityAbstract: {
          ReportingEntityCategoryCode: "S",
          IdentificationID: "CA",
          ReportingEntityCategoryText: "",
          EntityName: "CALIFORNIA",
        },
        VehicleBrandCode: "11",
        VehicleBrandDate: {
          Date: "2015-07-01T00:00:00.000Z",
        },
      },
    },
    {
      code: "12",
      name: "Test Vehicle",
      description:
        "The vehicle is built and retained by the manufacturer for testing.",
    },
    {
      code: "13",
      name: "Refurbished",
      description:
        '"Any vehicle modified by the installation of a new cab and chassis for the existing coach which has been renovated resulting in a vehicle of greater value or a vehicle with a new style."',
    },
    {
      code: "14",
      name: "Collision",
      description: "Vehicle damaged by collision.",
    },
    {
      code: "15",
      name: "Reserved",
      description:
        '"Eliminated in favor of code 09. Code 15 was ""Prior Salvage."""',
    },
    {
      code: "16",
      name: "Salvage Retention",
      description:
        "The vehicle is branded salvage and is kept by the owner.",
    },
    {
      code: "17",
      name: "Prior Taxi",
      description: "Vehicle previously registered as a taxi.",
    },
    {
      code: "18",
      name: "Prior Police",
      description: "Vehicle previously registered as a police vehicle.",
    },
    {
      code: "19",
      name: "Original Taxi",
      description: "Vehicle is currently registered as a taxi.",
    },
    {
      code: "20",
      name: "Original Police",
      description: "Vehicle is currently registered as a police vehicle.",
    },
    {
      code: "21",
      name: "Remanufactured",
      description: "Vehicle was reconstructed by the manufacturer.",
    },
    {
      code: "22",
      name: "Gray Market",
      description:
        ""Vehicle was manufactured for use outside of the United States and has been brought into the United States. Brand '22' has been replaced by brands '45' and '46' as of 6/25/01."",
    },
    {
      code: "23",
      name: "Warranty Return",
      description:
        '"Vehicle returned to the manufacturer because of a breach in the warranty."',
    },
    {
      code: "24",
      name: "Antique",
      description: "The vehicle is over 50 years old.",
    },
    {
      code: "25",
      name: "Classic",
      description:
        '"The vehicle is over 20 years old and adheres to other jurisdiction-specific criteria e.g. vehicle make condition etc."',
    },
    {
      code: "26",
      name: "Agricultural Vehicle",
      description:
        '"The vehicle will primarily be operated on private roads for agricultural purposes."',
    },
    {
      code: "27",
      name: "Logging Vehicle",
      description:
        '"The vehicle will primarily be operated on private roads for logging purposes."',
    },
    {
      code: "28",
      name: "Street Rod",
      description:
        '"The vehicle has been modified to not conform with the manufacturer's specifications and the modifications adhere to jurisdiction-specific criteria."',
    },
    {
      code: "29",
      name: '"Vehicle Contains Reissued VIN"',
      description:
        '"The chassis VIN has been reissued i.e. the same VIN is reused."',
    },
    {
      code: "30",
      name: "Replica",
      description:
        '"A vehicle with a body built to resemble and be a reproduction of another vehicle of a given year and given manufacturer."',
    },
    {
      code: "31",
      name: "Totaled",
      description:
        '"A vehicle that is declared a total loss by a jurisdiction or an insurer that is obligated to cover the loss or that the insurer takes possession of or title to."',
    },
    {
      code: "32",
      name: "Owner Retained",
      description:
        '"A vehicle that has been declared by the insurance company to be a total loss but the owner maintains possession and ownership of the vehicle."',
    },
    {
      code: "33",
      name: "Bond Posted",
      description:
        '"The insurance company has issued a bond on the vehicle because the ownership of the vehicle cannot be proven; this allows the vehicle to be sold and titled. Note: This brand is not valid after January 17 2003."',
    },
    {
      code: "34",
      name: "Memorandum Copy",
      description:
        '"The title document is a facsimile title and not the active (original or duplicate) title document."',
    },
    {
      code: "35",
      name: "Parts Only",
      description:
        ""The vehicle may only be used for parts. This code is no longer used use '07 - Dismantled'."",
    },
    {
      code: "36",
      name: "Recovered Theft",
      description:
        '"The vehicle was previously titled as salvage due to theft. The Vehicle has been repaired and inspected (or complied with other jurisdiction procedures) and may be legally driven."',
    },
    {
      code: "37",
      name: "Undisclosed Lien",
      description:
        '"The vehicle has entered the titling jurisdiction from a jurisdiction that does not disclose lien-holder information on the title. The titling jurisdiction may issue a new title without this brand if no notice of a security interest in the vehicle is received within a jurisdiction defined timeframe. Note: This brand is not valid after January 17 2003."',
    },
    {
      code: "38",
      name: '"Prior Owner Retained"',
      description:
        '"A vehicle that was previously branded owner retained and was sold. The new owner's title contains this brand."',
    },
    {
      code: "39",
      name: '"Vehicle Non-conformity Uncorrected"',
      description:
        '"A non-safety defect reported to the jurisdiction by the vehicle manufacturer remains uncorrected."',
    },
    {
      code: "40",
      name: '"Vehicle Non-conformity Corrected"',
      description:
        '"A non-safety defect reported to the jurisdiction by the vehicle manufacturer has been corrected."',
    },
    {
      code: "41",
      name: '"Vehicle Safety Defect Uncorrected"',
      description:
        '"A safety defect reported to the jurisdiction by the vehicle manufacturer remains uncorrected."',
    },
    {
      code: "42",
      name: '"Vehicle Safety Defect Corrected"',
      description:
        '"A safety defect reported to the jurisdiction by the vehicle manufacturer has been corrected."',
    },
    {
      code: "43",
      name: '"VIN replaced by a new state assigned VIN"',
      description:
        '"A title should not be issued for the VIN. This brand can be issued for rebuilt vehicles."',
    },
    {
      code: "45",
      name: "Gray Market",
      description:
        '"Vehicle was manufactured for use outside the United States and has been brought into the United States. The vehicle is not in compliance with applicable federal standards."',
    },
    {
      code: "46",
      name: "Gray Market",
      description:
        '"Vehicle was manufactured for use outside the United States and has been brought into the United States. The vehicle is in compliance with applicable federal standards."',
    },
    {
      code: "47",
      name: "Manufacturer Buy",
      description:
        'A vehicle that has been bought back by the manufacturer under Back"jurisdiction -defined regulations or laws such as lemon laws. For" "example the manufacturer could be obligated to buy back the vehicle" when a specified number of repair attempts fails to correct a major "problem on a new vehicle or if a new vehicle has been out of service" for repair for the same problem for a cumulative period of 30 days or "more within one year of purchase."',
    },
    {
      code: "48",
      name: "Former Rental",
      description: "Former Rental",
    },
    {
      code: "49",
      name: "Salvage--Stolen",
      description:
        '"Any vehicle the reporting jurisdiction considers salvage because an insurance company has acquired ownership pursuant to a settlement based on the theft of the vehicle."',
    },
    {
      code: "50",
      name: '"Salvage--Reasons Other Than Damage or Stolen"',
      description:
        '"Any vehicle the reporting jurisdiction considers salvage based on criteria such as abandonment not covered by the Salvage-- Damage or Not Specified and Salvage--Stolen brands. Note.--Percent of damage is not reported with brand code 50."',
    },
    {
      code: "51",
      name: "Disclosed Damage",
      description:
        '"The vehicle has sustained damage to the extent that the damage is required to be disclosed under the jurisdiction's damage disclosure law."',
    },
    {
      code: "52",
      name: "Prior Non-",
      description:
        "A vehicle constructed by repairing a vehicle that has been destroyed Repairable /or declared to be non-repairable or otherwise declared to not be Repairedeligible for titling because of the extent of damage to the vehicle but has been issued a title pursuant to state law after falling within this criterion with this brand on the face of the certificate of title.",
    },
    {
      code: "53",
      name: "Crushed",
      description:
        '"The frame or chassis of the vehicle has been crushed or otherwise destroyed so that it is physically impossible to use it in constructing a vehicle."',
    },
    {
      name: "Hazardous substance",
      code: "55",
      description:
        "Hazardous Substance Contaminated Vehicle - The jurisdiction has determined that the vehicle has been contaminated by a ‘hazardous substance’ and is unsafe for use. Excluding flood damaged vehicles.<br><br>A 'hazardous substance' is any substance that could diminish the safety of the vehicle or cause injury to its occupants. The 'hazardous substance' has one or more, but is not limited to the following intrinsic 'hazardous properties':<ul><li>Explosiveness</li><li>Flammability</li><li>Ability to oxidize (accelerate a fire)</li><li>Human toxicity (acute or chronic)</li><li>Corrosiveness (to human tissue or metal)</li><li>Eco toxicity (with or without bioaccumulation)</li><li>Capacity, on contact with air or water, to develop one or more of the above properties.</li></ul>",
    },
    {
      code: "68",
      name: "Actual",
      description:
        'The true mileage for the vehicle. The odometer has not been "tampered with reached its mechanical limits or been altered."',
    },
    {
      code: "69",
      name: "Not Actual",
      description:
        "The odometer reading is known to be other than the true mileage for the vehicle.",
    },
    {
      code: "70",
      name: "Not Actual",
      description:
        'Odometer tampering verified - The odometer reading is known to be "other that the true mileage for the vehicle due to tampering."',
    },
    {
      code: "71",
      name: '"Exempt from Odometer Disclosure"',
      description:
        '"The vehicle falls within criteria that allow it to change ownership without disclosure of the odometer reading."',
    },
    {
      code: "72",
      name: '"Exceeds Mechanical Limits"',
      description:
        '"The odometer reading is less than the true mileage of the vehicle because the odometer can not display the total number of true miles."',
    },
    {
      code: "73",
      name: '"Odometer may be Altered"',
      description:
        '"The titling authority has reason to believe that the odometer reading does not reflect the true mileage of the vehicle because of an alteration to the odometer."',
    },
    {
      code: "74",
      name: "Odometer Replaced",
      description:
        '"The odometer in the vehicle is not the odometer put in the vehicle when manufactured."',
    },
    {
      code: "75",
      name: '"Reading at Time of Renewal"',
      description:
        '"The odometer reading was recorded when the registration was renewed."',
    },
    {
      code: "76",
      name: '"Odometer Discrepancy"',
      description:
        '"The titling authority has reason to believe that the odometer reading does not reflect the true mileage of the vehicle because of known previous recorded values of odometer for the vehicle."',
    },
    {
      code: "77",
      name: "Call Title Division",
      description:
        '"The titling authority knows of some problem with the odometer reading that it cannot print on a title. Titling authority will discuss the problem (manual process) with authorized inquirers."',
    },
    {
      code: "78",
      name: '"Rectify Previous Exceeds Mechanical Limits Brand"',
      description: "A state other than the brander corrected brand 72.",
    },
    {
      code: "90",
      name: "Pending Junk",
      description:
        'Consumer Assistance to Recycle and Save (CARS) program is Automobile -"processing an application which if approved will render this vehicle" CARS.gov "incapable of operating on public streets roads and highways. The" "vehicle will have no value except as a source of parts or scrap shall" be crushed or shredded within a specified time period (including the "engine block) and shall not be exported prior to crushing or" shredding. For additional information concerning the CARS program visit CARS.gov. Pursuant to the Consumer Assistance to Recycle and Save Act of',
    },
    {
      code: "91",
      name: "Junk Automobile -",
      description:
        '"2009 (CARS) this vehicle is incapable of operating on public streets" CARS.gov"roads and highways. The vehicle has no value except as a source of" "parts or scrap shall be crushed or shredded within a specified time" "period (including the engine block) and shall not be exported prior to"',
    },
  ],
  vinChanged: false,
  currentTitleInformation: [
    {
      VehicleIdentification: {
        IdentificationID: "WBAFR7C57CC811956",
      },
      TitleIssuingAuthorityName: "CA",
      TitleIssueDate: {
        Date: "2015-07-01T00:00:00.000Z",
      },
      VehicleOdometerReadingMeasure: "000026226",
      VehicleOdometerReadingUnitCode: "M",
      RecordMatchSequenceID: "01",
      HistoricTitleAbstract: [
        {
          VehicleIdentification: {
            IdentificationID: "WBAFR7C57CC811956",
          },
          TitleIssuingAuthorityName: "CA",
          TitleIssueDate: {
            Date: "2015-06-11T00:00:00.000Z",
          },
          VehicleOdometerReadingMeasure: "000024806",
          VehicleOdometerReadingUnitCode: "M",
        },
        {
          VehicleIdentification: {
            IdentificationID: "WBAFR7C57CC811956",
          },
          TitleIssuingAuthorityName: "CA",
          TitleIssueDate: {
            Date: "2015-04-16T00:00:00.000Z",
          },
          VehicleOdometerReadingMeasure: "000024806",
          VehicleOdometerReadingUnitCode: "M",
        },
        {
          VehicleIdentification: {
            IdentificationID: "WBAFR7C57CC811956",
          },
          TitleIssuingAuthorityName: "CA",
          TitleIssueDate: {
            Date: "2014-09-15T00:00:00.000Z",
          },
          VehicleOdometerReadingMeasure: "000000008",
          VehicleOdometerReadingUnitCode: "M",
        },
        {
          VehicleIdentification: {
            IdentificationID: "WBAFR7C57CC811956",
          },
          TitleIssuingAuthorityName: "CA",
          TitleIssueDate: {
            Date: "2012-04-14T00:00:00.000Z",
          },
          VehicleOdometerReadingMeasure: "000000008",
          VehicleOdometerReadingUnitCode: "M",
        },
      ],
    },
  ],
  historyInformation: [
    {
      VehicleIdentification: {
        IdentificationID: "WBAFR7C57CC811956",
      },
      TitleIssuingAuthorityName: "CA",
      TitleIssueDate: {
        Date: "2015-06-11T00:00:00.000Z",
      },
      VehicleOdometerReadingMeasure: "000024806",
      VehicleOdometerReadingUnitCode: "M",
    },
    {
      VehicleIdentification: {
        IdentificationID: "WBAFR7C57CC811956",
      },
      TitleIssuingAuthorityName: "CA",
      TitleIssueDate: {
        Date: "2015-04-16T00:00:00.000Z",
      },
      VehicleOdometerReadingMeasure: "000024806",
      VehicleOdometerReadingUnitCode: "M",
    },
    {
      VehicleIdentification: {
        IdentificationID: "WBAFR7C57CC811956",
      },
      TitleIssuingAuthorityName: "CA",
      TitleIssueDate: {
        Date: "2014-09-15T00:00:00.000Z",
      },
      VehicleOdometerReadingMeasure: "000000008",
      VehicleOdometerReadingUnitCode: "M",
    },
    {
      VehicleIdentification: {
        IdentificationID: "WBAFR7C57CC811956",
      },
      TitleIssuingAuthorityName: "CA",
      TitleIssueDate: {
        Date: "2012-04-14T00:00:00.000Z",
      },
      VehicleOdometerReadingMeasure: "000000008",
      VehicleOdometerReadingUnitCode: "M",
    },
  ],
}

Everything you need

What's included?

Get a comprehensive report on the vehicle's history including title records, accident history, and more.

Junk & Salvage Records
Get a wealth of junk and salvage records including reporting entity, location, contact information, vehicle obtained date, disposition and intended for export.
Insurance Records
Access a wealth of insurance information including insurer name, location, date and contact information.
Brand Records & Count
Get a detailed set of brand records with brand type, date, and location such as flood damage, collision, prior taxi, undisclosed lien, etc.
VIN Changed
Be informed if the VIN has been changed and get the date and location of the change.
Title Records
Access the up to date and historical title records including issuing authority (state), odometer reading, date, and VIN.
Historical Records
Get comprehensive historical records including date, location, and type of event such as registration, renewal, and title transfer.

Frequently asked questions

Can't find the answer you're looking for? Reach out to our customer support team.

What countries and states do you support?
The Vehicle History API covers provides amazing coverage of North America (U.S.A., Canada and Mexico). We also provide vehicle history data for vehicles in Europe and Asia but not as extensive.
How can I get started with the API?
Getting started with the API is easy. Simply sign up for an account, and you'll be able to start using the API right away. You can also contact our sales team for more information.
How often are the vehicle history records updated?
The history of a vehicle is constantly updated to reflect any change whether it be an accident, title transfer, odometer update or other events that may affect a vehicle.

Ready for the test drive?
Start your free trial today.

Test drive CarsXE's platform for 7 days. Sign up with your work email to elevate your trial experience.

See What Else We Do

Discover our other products tailored to enrich your understanding of cars and their analytics. Our products are powered by a robust API providing rich data about vehicles.

Whether you're a seasoned professional or just interested in automotive analytics, our products offer comprehensive data about a wide spectrum of vehicles. Be it fuel efficiency, performance metrics, or simply education about automobile features, our products have something for everyone.