From d6d25b962a474233d8a6121af79768f795338965 Mon Sep 17 00:00:00 2001 From: Mark Driver Date: Thu, 4 Jun 2026 14:58:46 -0500 Subject: [PATCH 1/3] 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 | From cbfe7ccf96893f45e8eef3e603a8afeed372be50 Mon Sep 17 00:00:00 2001 From: Mark Driver Date: Thu, 4 Jun 2026 15:04:57 -0500 Subject: [PATCH 2/3] Fix formatting issue in ProblemsByVin entry --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cb0280d..2b7db752 100644 --- a/README.md +++ b/README.md @@ -1869,8 +1869,8 @@ API | Description | Auth | HTTPS | CORS | | [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 | +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 | From b183e984054f2dda986ea2c07a430356beb07b92 Mon Sep 17 00:00:00 2001 From: Mark Driver Date: Thu, 4 Jun 2026 15:09:15 -0500 Subject: [PATCH 3/3] Fix formatting of ProblemsByVin entry in README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b7db752..98ac8e8c 100644 --- a/README.md +++ b/README.md @@ -1868,9 +1868,7 @@ 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 | +| [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 |