IATAGeo

An API to get IATA code by Geo Location

Get Started

By GEO location

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"
}
                     

By IATA Code

Below are the details of the GET request to get geo location by IATA Code


{
   "latitude":"-15.8711",
   "longitude":"-47.918625",
   "code":"BSB"
}
                     

Get ICAO By GEO location

Below are the details of the GET request to get ICAO Code by geo location


{
  "ICAO": "SBBR",
  "distance_meters": "127763.232556459"
}
                     

By ICAO Code

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"
}
                     

Contact

I hope you find this API useful.
Feel free to get in touch if you have any questions or suggestions.

Get Connected