From d6d25b962a474233d8a6121af79768f795338965 Mon Sep 17 00:00:00 2001 From: Mark Driver Date: Thu, 4 Jun 2026 14:58:46 -0500 Subject: [PATCH] Add ProblemsByVin API information to README Added ProblemsByVin API for vehicle complaints and recalls. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8285022f..6cb0280d 100644 --- a/README.md +++ b/README.md @@ -1868,6 +1868,9 @@ API | Description | Auth | HTTPS | CORS | | [Kelley Blue Book](http://developer.kbb.com/#!/data/1-Default) | Vehicle info, pricing, configuration, plus much more | `apiKey` | Yes | No | | [Mercedes-Benz](https://developer.mercedes-benz.com/apis) | Telematics data, remotely access vehicle functions, car configurator, locate service dealers | `apiKey` | Yes | No | | [NHTSA](https://vpic.nhtsa.dot.gov/api/) | NHTSA Product Information Catalog and Vehicle Listing | No | Yes | Unknown | +| [ProblemsByVin](https://problemsbyvin.com/data/) | Owner complaints, + recalls and failure-mileage statistics by vehicle make, model and year | + No | Yes | Yes | | [RevCarData](https://revcardata.com) | 86,000+ global vehicle specifications and EV metrics | `apiKey` | Yes | Yes | | [Smartcar](https://smartcar.com/docs/) | Lock and unlock vehicles and get data like odometer reading and location. Works on most new cars | `OAuth` | Yes | Yes |