Airspace
Provides access to controlled airspace (Class B, C, D) and special use airspace (restricted, prohibited, warning, MOA, alert) data sourced from FAA ArcGIS services. Each airspace includes boundary geometry (GeoJSON), altitude limits, and classification. Airspace GlobalIds are returned by the navigation log endpoint for airspaces along a planned route — use the by-global-ids endpoints to retrieve full details for those airspaces.
Controlled (Class B, C, D, E) and special-use airspace boundaries with full geospatial coordinates. Sourced from the FAA Aeronautical Data Delivery System.
FAA Aeronautical Data Delivery System/api/v1/airspaces/by-classesPrivate PilotGet By Classes
Gets controlled airspaces filtered by airspace class (B, C, or D).
/api/v1/airspaces/by-citiesPrivate PilotGet By City
Gets controlled airspaces filtered by city name.
/api/v1/airspaces/by-statesPrivate PilotGet By State
Gets controlled airspaces filtered by two-letter state code.
/api/v1/airspaces/special-use/by-type-codesPrivate PilotGet By Type Code
Gets special use airspaces filtered by type code.
/api/v1/airspaces/by-icao-or-identsPrivate PilotGet By Icao Or Ident
Gets controlled airspaces associated with specific airports by ICAO code or FAA identifier.
/api/v1/airspaces/by-global-idsPrivate PilotGet By Global Ids
Gets controlled airspaces by their global IDs. This endpoint is designed to be used with the
AirspaceGlobalIds returned by the navigation log endpoint (POST /api/v1/navlog/calculate)
to retrieve full details for airspaces along a planned route.
/api/v1/airspaces/special-use/by-global-idsPrivate PilotGet Special Use By Global Ids
Gets special use airspaces by their global IDs. This endpoint is designed to be used with the
SpecialUseAirspaceGlobalIds returned by the navigation log endpoint (POST /api/v1/navlog/calculate)
to retrieve full details for special use airspaces along a planned route.