Below are the details of the GET request to get IATA Code by geo location
{
"code": "BSB",
"IATA": "BSB",
"ICAO": "SBBR",
"distance_meters": "127763.232556459"
}
Below are the details of the GET request to get geo location by IATA Code
{
"latitude":"-15.8711",
"longitude":"-47.918625",
"code":"BSB"
}
Below are the details of the GET request to get ICAO Code by geo location
{
"ICAO": "SBBR",
"distance_meters": "127763.232556459"
}
Below are the details of the GET request to get geo location by ICAO Code
{
"latitude":"-15.8711",
"longitude":"-47.918625",
"IATA":"BSB",
"ICAO":"SBBR"
}
If you are feeling generous and want to show your support, you can buy him a beer or coffee via the PayPal donate button below. :)
I hope you find this API useful.
Feel free to get in touch if you have any questions or suggestions.