From b0f0a5ef8047aca4dadbbdebdf80344b753506e1 Mon Sep 17 00:00:00 2001 From: Mohammed Farish <62788088+mohammedfarish@users.noreply.github.com> Date: Mon, 13 Nov 2023 21:11:21 +0530 Subject: [PATCH] Added Flight Fare Search API (#250) * Added Flight Fare Search API * Fixed formatting issues --------- Co-authored-by: Mohammed Farish --- .gitignore | 5 ++++- README.md | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cda7d068..22ebc37b 100644 --- a/.gitignore +++ b/.gitignore @@ -130,4 +130,7 @@ dmypy.json .pyre/ # Node -node_modules/ \ No newline at end of file +node_modules/ + +# VS Code Configs +.vscode/ \ No newline at end of file diff --git a/README.md b/README.md index dd463513..85c8c654 100644 --- a/README.md +++ b/README.md @@ -1669,6 +1669,7 @@ | [Community Transit](https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints) | Transitland API | No | Yes | Unknown | | [CTS](https://api.cts-strasbourg.eu/) | CTS Realtime API | `apiKey` | Yes | Yes | | [facha](https://docs.api.facha.dev/) | Aircraft Tracking, AIS Ship Tracking, Temporary Email Detection, IP GeoLocation, Package Tracking | No | Yes | Unknown | +| [Flight Fare Search](https://rapidapi.com/farish978/api/flight-fare-search) | Search for realtime flight fares across destinations | `apiKey` | Yes | Yes | | [Grab](https://developer.grab.com/docs/) | Track deliveries, ride fares, payments and loyalty points | `OAuth`| Yes | Unknown | | [GraphHopper](https://docs.graphhopper.com/) | A-to-B routing with turn-by-turn instructions | `apiKey` | Yes | Unknown | | [Icelandic APIs](http://docs.apis.is/) | Open APIs that deliver services in or regarding Iceland | No | Yes | Unknown |