βοΈIATA/ICAO
IpForensics provide the airport codes of IATA airport code and ICAO airport code together with country code and region name
Sample Response
"iata_icao_airport_codes": {
"comment": "airport codes of IATA airport code and ICAO airport code, names and locations",
"airport": {
"id": 4940,
"country_code": "NG",
"region_name": "Lagos",
"iata": "LOS",
"icao": "DNMM",
"airport": "Murtala Muhammed International Airport",
"latitude": "6.577370167",
"longitude": "3.321160078"
},
"all_airports": [
{
"id": 4937,
"country_code": "NG",
"region_name": "Bauchi",
"iata": "BCU",
"icao": "",
"airport": "Bauchi State Airport",
"latitude": "10.482833",
"longitude": "9.744"
},
{
"id": 4938,
"country_code": "NG",
"region_name": "Delta",
"iata": "QRW",
"icao": "DNSU",
"airport": "Warri Airport (Osubi Airport)",
"latitude": "5.59611",
"longitude": "5.81778"
},
...
]
}
Field
Description
comment
A brief description about this return type
airport
A single airport information(IATA & ICAO) in the region/state associated with the IP.
id: unique identity from IpForensics database.
country_code: Two-character country code based on ISO 3166.
region_name: Region or state name.
iata: Three-character code of IATA airport code
icao: Four-character code of ICAO airport code
airport: Airport name.
latitude: Latitude of the airport.
longitude: Longitude of the airport.
all_airports
A list of airports information(IATA & ICAO) in the country associated with the IP.
Last updated
Was this helpful?