Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fhdalikhan/a7c4ed4b4d1375209170975809a32281 to your computer and use it in GitHub Desktop.
Save fhdalikhan/a7c4ed4b4d1375209170975809a32281 to your computer and use it in GitHub Desktop.
Airport autocomplete API's
* 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