Base ILS localizer data including system type, ownership, location, frequency, and operational status
Ordered by SITE_NO, SITE_TYPE_CODE, RWY_END_ID. This combination is also the unique record key.
# Introspect the IlsBase type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
siteNo
siteTypeCode
stateCode
# }
}Run at https://api.nav.sortie.co/graphql — GraphiQL is available in-browser.
| Field | Type | Description | Units | Enum |
|---|---|---|---|---|
| effDate ← EFF_DATE | String | The 28 Day NASR Subscription Effective Date in format YYYY/MM/DD | ||
| siteNo ← SITE_NO | String | Landing Facility Site Number. A unique identifying number. References the landing facility. | ||
| siteTypeCode ← SITE_TYPE_CODE | SiteTypeCode | Landing Facility Type Code |
| |
| stateCode ← STATE_CODE | IlsBaseStateCode | Associated State Post Office Code, standard two letter abbreviation for US States and Territories | 56 values
| |
| arptId ← ARPT_ID | String | Location Identifier. Unique 3-4 character alphanumeric identifier assigned to the Landing Facility | ||
| city ← CITY | String | Associated City Name | ||
| countryCode ← COUNTRY_CODE | String | Country Post Office Code | ||
| rwyEndId ← RWY_END_ID | String | ILS Runway End Identifier | ||
| ilsLocId ← ILS_LOC_ID | String | ILS Identification code | ||
| systemTypeCode ← SYSTEM_TYPE_CODE | SystemTypeCode | ILS System Type code indicating the type of instrument landing system | 9 values
| |
| stateName ← STATE_NAME | IlsBaseStateName | Associated State Name | 56 values
| |
| regionCode ← REGION_CODE | RegionCode | FAA Region responsible for the NAVAID | 9 values
| |
| rwyLen ← RWY_LEN | Int | ILS Runway Length in whole feet | feet | |
| rwyWidth ← RWY_WIDTH | Int | ILS Runway Width in whole feet | feet | |
| category ← CATEGORY | Category | Category of the ILS system |
| |
| owner ← OWNER | String | Concatenation of the ILS Owner Code and ILS Owner Name (e.g. F-FEDERAL AVIATION ADMINISTRATION). Prefix letter indicates ownership type: A=Air Force, C=Coast Guard, F=Federal/FAA, N=Navy, O=Other public, P=Private, R=Army | ||
| operator ← OPERATOR | String | Concatenation of the ILS Operator Code and ILS Operator Name (e.g. F-FEDERAL AVIATION ADMINISTRATION). Prefix letter indicates operator type: A=Air Force, C=Coast Guard, F=Federal/FAA, N=Navy, O=Other public, P=Private, R=Army | ||
| apchBear ← APCH_BEAR | Float | ILS Approach Bearing in degrees magnetic | degrees magnetic | |
| magVar ← MAG_VAR | Int | Magnetic Variation in degrees | degrees | |
| magVarHemis ← MAG_VAR_HEMIS | LongHemis | Magnetic Variation Direction hemisphere indicator |
| |
| componentStatus ← COMPONENT_STATUS | ComponentStatus | Operational Status of the Localizer |
| |
| componentStatusDate ← COMPONENT_STATUS_DATE | String | Effective Date of Localizer Operational Status | ||
| latDeg ← LAT_DEG | Int | Localizer Antenna Latitude Degrees | degrees | |
| latMin ← LAT_MIN | Int | Localizer Antenna Latitude Minutes | minutes | |
| latSec ← LAT_SEC | Float | Localizer Antenna Latitude Seconds | seconds | |
| latHemis ← LAT_HEMIS | LatHemis | Localizer Antenna Latitude Hemisphere |
| |
| latDecimal ← LAT_DECIMAL | Float | Localizer Antenna Latitude in decimal format | degrees | |
| longDeg ← LONG_DEG | Int | Localizer Antenna Longitude Degrees | degrees | |
| longMin ← LONG_MIN | Int | Localizer Antenna Longitude Minutes | minutes | |
| longSec ← LONG_SEC | Float | Localizer Antenna Longitude Seconds | seconds | |
| longHemis ← LONG_HEMIS | LongHemis | Localizer Antenna Longitude Hemisphere |
| |
| longDecimal ← LONG_DECIMAL | Float | Localizer Antenna Longitude in decimal format | degrees | |
| latLongSourceCode ← LAT_LONG_SOURCE_CODE | LatLongSourceCode | Code indicating source of Latitude/Longitude information | 16 values
| |
| siteElevation ← SITE_ELEVATION | Float | Site Elevation of Localizer Antenna in tenths of a foot MSL | tenths of feet MSL | |
| locFreq ← LOC_FREQ | Float | Localizer Frequency | MHz | |
| bkCourseStatusCode ← BK_COURSE_STATUS_CODE | BkCourseStatusCode | Localizer Back Course Status code |
|