From dfa66b8dcf531c5984e99ccf32df54f7b0fae50b Mon Sep 17 00:00:00 2001 From: loleci5 <78882935+loleci5@users.noreply.github.com> Date: Mon, 25 May 2026 19:57:58 +0200 Subject: [PATCH] Add RevCarData API information to README Add RevCarData to Vehicle APIs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63889589..8ca3d03e 100644 --- a/README.md +++ b/README.md @@ -1851,6 +1851,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 | +| [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 | **[⬆ Back to Index](#index)**