From 0ed5629ceefae25384267bcb0328ae82d926c93a Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Tue, 28 Nov 2023 07:57:43 +0000 Subject: [PATCH] Add adsbdb API (#261) Add adsbdb API to transportation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 411e6f17..da74a364 100644 --- a/README.md +++ b/README.md @@ -1659,6 +1659,7 @@ ### Transportation | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [adsbdb](https://www.adsbdb.com) | Open access to aircraft, airline, and flight route data | No | Yes | Yes | | [ADS-B Exchange](https://www.adsbexchange.com/data/) | Access real-time and historical data of any and all airborne aircraft | No | Yes | Unknown | | [airportsapi](https://airport-web.appspot.com/api/docs/) | Get name and website-URL for airports by ICAO code | No | Yes | Unknown | | [AIS Hub](http://www.aishub.net/api) | Real-time data of any marine and inland vessel equipped with AIS tracking system | `apiKey` | No | Unknown |