NAVAIDs
Provides access to FAA NASR navigation aid (NAVAID) data including VOR, VORTAC, NDB, DME, and TACAN facilities. Note: NavId is not globally unique — the same identifier can exist for different facility types. The identifier lookup endpoint returns all matches.
Full FAA NASR navigation aid database with facility details, frequencies, service volumes, VOR checkpoints, and operational remarks. Supports search, batch lookup, and spatial nearby queries.
FAA NASR Subscription data/api/v1/navaidsCommercial PilotGet Navaids
Gets a paginated list of navaids with optional filtering.
/api/v1/navaids/type/{type}Commercial PilotGet By Type
Gets a paginated list of navaids filtered by facility type.
/api/v1/navaids/{navId}Commercial PilotGet By Identifier
Gets all navaids matching an identifier. Because NavId is not globally unique (e.g., "DFW" can be both a VOR and an NDB), this endpoint returns a list.
/api/v1/navaids/batchCommercial PilotGet Batch
Gets navaids for multiple identifiers in a single request.
/api/v1/navaids/nearbyCommercial PilotSearch Nearby
Searches for navaids near a geographic point. Results are filtered by radius but not sorted by distance; pagination order is deterministic but arbitrary.