Created
May 22, 2019 10:38
-
-
Save fhdalikhan/a7c4ed4b4d1375209170975809a32281 to your computer and use it in GitHub Desktop.
Airport autocomplete API's
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* API FOR GET REQUESTS | |
// most simple and returns iata code | |
https://airport-autosuggest.flightright.net/v1/airports/COM?name=london | |
// connected to kiwi.com, but you can still use it for autocompletes and has a lot of information | |
https://api.skypicker.com/locations/?term=london | |
* BELOW API IS FOR POST REQUESTS | |
// related to openflights data or a simple text autocomplete | |
https://openflights.org/php/autocomplete.php | |
Send Header Content-Type: application/x-www-form-urlencoded | |
Send Form key and value below | |
qs london |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment