Public, read-only GraphQL surface over the FAA National Airspace System Resource (NASR) and coded instrument flight procedures (CIFP). GET the endpoint in a browser for GraphiQL; POST for queries.
FAA National Airspace System Resource — airports, runways, navaids, fixes, ATC facilities, airways, frequencies, ILS installations.
FAA Coded Instrument Flight Procedures (ARINC 424) — SIDs, STARs, approaches, enroute airways, waypoints, controlled and restrictive airspace.
{
airport(icaoId: "KSFO") {
arptName
city
elevation
aptRwy { rwyId rwyLen rwyWidth }
}
source(id: "nasr") { version effective }
}limit (default 50, max 500) and offset.APT_BASE become types like AptBase; columns like ARPT_ID become fields like arptId.String.source(id: "nasr") { version } to detect 28-day cycle updates for incremental sync.