FlightLabs API - Airports API - Airports By Filter

# Airports By Filter API


This endpoint lets you filter and get detailed info about airports. You'll find data like airport name, IATA code, ICAO code, geographic coordinates, altitude, city, timezone, country code, contact details, website, and social media links. It also includes alternative names, runway count, yearly departures, connections, and indicators for major and international status.

Example API Request:

Use Edit parameters to customize the call, then run it and review the live response below.

Edit the parameters below. The example request updates as you type.

Filter by airport IATA code.

Filter by airport ICAO code.

Filter by IATA city code.

Filter by country ISO 2 code.

Test In Postman

API Response Objects

Each item in the response data array includes the following fields.

Field Description
name Public name.
iata_code IATA code.
icao_code ICAO code.
lat Geo Latitude.
lng Geo Longitude.
alt Airport Runway Elevation (feet).
city Airport metropolitan city name.
city_code Airport metropolitan 3-letter city code
un_locode United Nations location code.
timezone Airport location timezone.
country_code ISO 2 country code.
names Alternative names in different languages.
runways Total airport runways.
departures Total departures from the airport per year.
connections Total connections with other airports.
is_major The major airport in the metropolitan area.
is_international The airport provides international flights.
website Airport official website.
facebook Airport official Facebook page.
twitter Airport official Twitter account.
instagram Airport official Instagram profile.
linkedin Airport official Linkedin profile.