/api/v1/navaids/batchCommercial PilotGet Batch
Gets navaids for multiple identifiers in a single request.
Code Examples
curl \
-H "Ocp-Apim-Subscription-Key: YOUR_API_KEY" \
"https://api.preflightapi.io/api/v1/navaids/batch?ids=value"curl \
-H "Ocp-Apim-Subscription-Key: YOUR_API_KEY" \
"https://api.preflightapi.io/api/v1/navaids/batch?ids=value"Description
GET /api/v1/navaids/batch?ids=DFW,BIE,AUSParameters
| Name | In | Type | Description |
|---|---|---|---|
| ids | query | string | Comma-separated list of NAVAID identifiers (maximum 100) |
Response Schema
Internal unique identifier.
FAA NASR field: NAV_ID. NAVAID facility identifier (e.g., DFW, AUS). Not globally unique — the same identifier may exist for different facility types.
FAA NASR field: NAV_TYPE. Facility type (e.g., VOR, VORTAC, NDB, DME, TACAN).
FAA NASR field: NAV_STATUS. Current operational status of the facility.
FAA NASR field: NAME. Official name of the NAVAID facility.
FAA NASR field: CITY. City associated with the NAVAID.
FAA NASR field: STATE_CODE. Two-letter state or territory code (e.g., TX, CA).
FAA NASR field: STATE_NAME. Full state or territory name.
FAA NASR field: COUNTRY_CODE. Two-letter country code (e.g., US).
FAA NASR field: COUNTRY_NAME. Full country name.
FAA NASR field: LAT_DECIMAL. Latitude in decimal degrees (WGS 84).
FAA NASR field: LONG_DECIMAL. Longitude in decimal degrees (WGS 84).
FAA NASR field: ELEV. Elevation in feet above MSL.
FAA NASR field: OWNER. Name of the facility owner.
FAA NASR field: OPERATOR. Name of the facility operator.
FAA NASR field: NAS_USE_FLAG. Whether the facility is part of the National Airspace System.
FAA NASR field: PUBLIC_USE_FLAG. Whether the facility is for public use.
FAA NASR field: MAG_VARN. Magnetic variation in degrees.
FAA NASR field: MAG_VARN_HEMIS. Magnetic variation direction (E or W).
FAA NASR field: MAG_VARN_YEAR. Year the magnetic variation was last determined.
FAA NASR field: FREQ. Transmitted frequency in MHz (VOR) or kHz (NDB).
FAA NASR field: CHAN. TACAN/VORTAC channel designation (e.g., 78X).
FAA NASR field: VOICE_CALL. Voice call name used by the facility.
FAA NASR field: OPER_HOURS. Hours of operation (e.g., CONTINUOUS, 0600-2200).
FAA NASR field: NDB_CLASS_CODE. NDB class code (e.g., HH, MHW, H-SAB/LOM). Only applicable to NDB facility types.
FAA NASR field: ALT_CODE. VOR Standard Service Volume classification (e.g., High, Low, Terminal).
FAA NASR field: DME_SSV. DME Standard Service Volume classification (e.g., High, Low, Terminal).
FAA NASR field: SIMUL_VOICE_FLAG. Whether the facility broadcasts voice simultaneously on the navigation frequency.
FAA NASR field: AUTO_VOICE_ID_FLAG. Whether the facility has automatic voice identification.
FAA NASR field: HIWAS_FLAG. Whether the facility broadcasts Hazardous Inflight Weather Advisory Service.
FAA NASR field: LOW_NAV_ON_HIGH_CHART_FLAG. Whether this low-altitude NAVAID appears on high-altitude charts.
FAA NASR field: PWR_OUTPUT. Transmitter power output in watts.
FAA NASR field: TACAN_DME_STATUS. Operational status of the co-located TACAN or DME component.
FAA NASR field: TACAN_DME_LAT_DECIMAL. Latitude of the TACAN/DME antenna in decimal degrees (WGS 84). May differ from the VOR position.
FAA NASR field: TACAN_DME_LONG_DECIMAL. Longitude of the TACAN/DME antenna in decimal degrees (WGS 84).
FAA NASR field: HIGH_ALT_ARTCC_ID. Identifier of the high-altitude Air Route Traffic Control Center.
FAA NASR field: HIGH_ARTCC_NAME. Name of the high-altitude ARTCC.
FAA NASR field: LOW_ALT_ARTCC_ID. Identifier of the low-altitude ARTCC.
FAA NASR field: LOW_ARTCC_NAME. Name of the low-altitude ARTCC.
FAA NASR field: FSS_ID. Identifier of the associated Flight Service Station.
FAA NASR field: FSS_NAME. Name of the associated Flight Service Station.
FAA NASR field: NOTAM_ID. NOTAM identifier for the facility.
FAA NASR field: EFFECTIVE_DATE. Date the current NASR data cycle became effective. ISO 8601 UTC format.
Machine-readable error code (e.g., "AIRCRAFT_NOT_FOUND").
Human-readable error message suitable for display.
Additional error details (only included in development environment).
Name of the external service that failed (only included for 503 errors).
Field-level validation errors (only for validation failures).
UTC timestamp when the error occurred.
Correlation ID for tracing the request.
Request path that generated the error.