CifpLocalizer

ILS/LOC localizer and glide slope facility records for airports, containing frequency, position, bearing, and approach category data

Source: CIFPTable: CIFP_LOCALIZERVersion: 239462ba9c35 (effective 2026-04-16)

Section code PI indicates ILS/LOC records. Coordinates are encoded as NDDMMSSCC (degrees, minutes, seconds, hundredths). Bearings, widths, and angles are encoded as scaled integers (e.g., bearing 1925 = 192.5 degrees, glide slope angle 300 = 3.00 degrees, localizer width 0510 = 5.10 degrees).

Example query

# Introspect the CifpLocalizer type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
  # ...rootQuery... {
    recordType
    customerAreaCode
    sectionCode
    airportIdentifier
  # }
}

Run at https://api.nav.sortie.co/graphql — GraphiQL is available in-browser.

Fields (28)

FieldTypeDescriptionUnitsEnum
recordType
RECORD_TYPE
RecordTypeARINC 424 record type indicator; S=Standard record
  • SStandard record
customerAreaCode
CUSTOMER_AREA_CODE
CustomerAreaCodeGeographic area code identifying the region of the world for which the data applies
  • CANCanada
  • LAMLatin America and Mexico
  • PACPacific (non-Hawaii)
  • SPASouth Pacific Area
  • USAUnited States
sectionCode
SECTION_CODE
CifpLocalizerSectionCodeARINC 424 section code identifying the type of record; PI indicates ILS/Localizer records
  • PIILS/Localizer
airportIdentifier
AIRPORT_IDENTIFIER
StringICAO identifier of the airport at which the ILS/localizer facility is located
icaoCode
ICAO_CODE
CifpLocalizerIcaoCodeICAO region code identifying the geographic region of the airport
12 values
  • K1Contiguous United States (western)
  • K2Contiguous United States (north-central)
  • K3Contiguous United States (south-central)
  • K4Contiguous United States (eastern)
  • K5Contiguous United States (southeastern)
  • K6Contiguous United States (north-eastern)
  • K7Contiguous United States (other)
  • NSPacific Islands (US-administered)
  • PAAlaska
  • PGGuam and Mariana Islands
  • PHHawaii
  • TJPuerto Rico and US Virgin Islands
localizerIdentifier
LOCALIZER_IDENTIFIER
StringFour-character identifier of the localizer facility (e.g., IBET, IBRW)
ilsCategory
ILS_CATEGORY
IlsCategoryILS approach category indicating precision capability of the ILS system
  • 0LOC only (no glide slope / non-precision localizer)
  • 1ILS Category I
  • 2ILS Category II
  • 3ILS Category III
  • AIGS (Instrument Guidance System)
  • LLDA (Localizer-type Directional Aid)
continuationRecordNo
CONTINUATION_RECORD_NO
StringContinuation record number; 0 indicates the primary record, values 1 and above indicate continuation records with additional data
localizerFrequency
LOCALIZER_FREQUENCY
LocalizerFrequencyLocalizer transmitter frequency encoded as an integer by multiplying MHz by 100 (e.g., 11150 = 111.50 MHz)MHz (scaled by 100)
38 values
  • 10830108.30 MHz
  • 10835108.35 MHz
  • 10850108.50 MHz
  • 10855108.55 MHz
  • 10870108.70 MHz
  • 10875108.75 MHz
  • 10890108.90 MHz
  • 10895108.95 MHz
  • 10910109.10 MHz
  • 10915109.15 MHz
  • 10930109.30 MHz
  • 10935109.35 MHz
  • 10950109.50 MHz
  • 10955109.55 MHz
  • 10970109.70 MHz
  • 10975109.75 MHz
  • 10990109.90 MHz
  • 10995109.95 MHz
  • 11010110.10 MHz
  • 11015110.15 MHz
  • 11030110.30 MHz
  • 11035110.35 MHz
  • 11050110.50 MHz
  • 11055110.55 MHz
  • 11070110.70 MHz
  • 11075110.75 MHz
  • 11090110.90 MHz
  • 11095110.95 MHz
  • 11110111.10 MHz
  • 11115111.15 MHz
  • 11130111.30 MHz
  • 11135111.35 MHz
  • 11150111.50 MHz
  • 11155111.55 MHz
  • 11170111.70 MHz
  • 11175111.75 MHz
  • 11190111.90 MHz
  • 11195111.95 MHz
runwayIdentifier
RUNWAY_IDENTIFIER
StringIdentifier of the runway served by this localizer (e.g., RW27, RW08, RW19R)
localizerLatitude
LOCALIZER_LATITUDE
StringLatitude of the localizer antenna encoded as NDDMMSSCC or SDDMMSSCC (hemisphere, degrees, minutes, seconds, hundredths of seconds)degrees (encoded)
localizerLongitude
LOCALIZER_LONGITUDE
StringLongitude of the localizer antenna encoded as EDDDMMSSCC or WDDDMMSSCC (hemisphere, degrees, minutes, seconds, hundredths of seconds)degrees (encoded)
localizerBearing
LOCALIZER_BEARING
StringFront course bearing of the localizer in tenths of degrees (e.g., 1925 = 192.5 degrees true)degrees true (scaled by 10)
glideSlopeLatitude
GLIDE_SLOPE_LATITUDE
StringLatitude of the glide slope antenna encoded as NDDMMSSCC or SDDMMSSCC (hemisphere, degrees, minutes, seconds, hundredths of seconds)degrees (encoded)
glideSlopeLongitude
GLIDE_SLOPE_LONGITUDE
StringLongitude of the glide slope antenna encoded as EDDDMMSSCC or WDDDMMSSCC (hemisphere, degrees, minutes, seconds, hundredths of seconds)degrees (encoded)
localizerPosition
LOCALIZER_POSITION
StringDistance of the localizer antenna from the stop end of the runway in tens of feet (e.g., 1306 = 1306 tens of feet; actual distance in feet when divided by scaling factor)feet
localizerPositionReference
LOCALIZER_POSITION_REFERENCE
StringReference point used for the localizer position measurement; null when not specified
glideSlopePosition
GLIDE_SLOPE_POSITION
StringDistance of the glide slope antenna from the runway threshold along the runway centerline in tens of feetfeet
localizerWidth
LOCALIZER_WIDTH
StringFull-scale course width of the localizer signal in hundredths of degrees (e.g., 0510 = 5.10 degrees)degrees (scaled by 100)
glideSlopeAngle
GLIDE_SLOPE_ANGLE
GlideSlopeAngleGlide slope angle in hundredths of degrees (e.g., 300 = 3.00 degrees, 350 = 3.50 degrees)degrees (scaled by 100)
26 values
  • 2052.05 degrees
  • 2502.50 degrees
  • 2602.60 degrees
  • 2612.61 degrees
  • 2752.75 degrees
  • 2802.80 degrees
  • 2832.83 degrees
  • 2852.85 degrees
  • 2902.90 degrees
  • 2952.95 degrees
  • 2982.98 degrees
  • 3003.00 degrees
  • 3083.08 degrees
  • 3093.09 degrees
  • 3103.10 degrees
  • 3143.14 degrees
  • 3153.15 degrees
  • 3203.20 degrees
  • 3253.25 degrees
  • 3403.40 degrees
  • 3503.50 degrees
  • 3543.54 degrees
  • 3553.55 degrees
  • 3603.60 degrees
  • 3803.80 degrees
  • 3923.92 degrees
stationDeclination
STATION_DECLINATION
StationDeclinationMagnetic variation at the localizer station, expressed as E (east) or W (west) followed by four digits in tenths of degrees (e.g., E0110 = 11.0 degrees east, W0050 = 5.0 degrees west)degrees (scaled by 10)
42 values
  • E00000.0 degrees (no variation, east)
  • E00101.0 degree east
  • E00202.0 degrees east
  • E00303.0 degrees east
  • E00404.0 degrees east
  • E00505.0 degrees east
  • E00606.0 degrees east
  • E00707.0 degrees east
  • E00808.0 degrees east
  • E00909.0 degrees east
  • E010010.0 degrees east
  • E011011.0 degrees east
  • E012012.0 degrees east
  • E013013.0 degrees east
  • E014014.0 degrees east
  • E015015.0 degrees east
  • E016016.0 degrees east
  • E017017.0 degrees east
  • E018018.0 degrees east
  • E019019.0 degrees east
  • E020020.0 degrees east
  • E021021.0 degrees east
  • W00000.0 degrees (no variation, west)
  • W00101.0 degree west
  • W00202.0 degrees west
  • W00303.0 degrees west
  • W00404.0 degrees west
  • W00505.0 degrees west
  • W00606.0 degrees west
  • W00707.0 degrees west
  • W00808.0 degrees west
  • W00909.0 degrees west
  • W010010.0 degrees west
  • W011011.0 degrees west
  • W012012.0 degrees west
  • W013013.0 degrees west
  • W014014.0 degrees west
  • W015015.0 degrees west
  • W016016.0 degrees west
  • W017017.0 degrees west
  • W018018.0 degrees west
  • W019019.0 degrees west
glideSlopeHeightAtLandingThreshold
GLIDE_SLOPE_HEIGHT_AT_LANDING_THRESHOLD
StringHeight of the glide slope above the runway landing threshold at the threshold crossing point (Threshold Crossing Height, TCH)feet AGL
glideSlopeElevation
GLIDE_SLOPE_ELEVATION
StringElevation of the glide slope antenna above mean sea level, encoded as a 5-digit integer in feet (e.g., 00106 = 106 feet MSL)feet MSL
supportingFacilityId
SUPPORTING_FACILITY_ID
StringIdentifier of a supporting navaid facility (e.g., DME or VOR) associated with this ILS; null if not applicable
supportingFacilityIcaoCode
SUPPORTING_FACILITY_ICAO_CODE
StringICAO region code for the supporting facility; null if no supporting facility is specified
supportingFacilitySectionCode
SUPPORTING_FACILITY_SECTION_CODE
StringARINC 424 section code indicating the type of the supporting facility (e.g., VD for VOR/DME, DB for NDB); null if no supporting facility is specified
fileRecordNo
FILE_RECORD_NO
StringSequential record number within the ARINC 424 data file, used for traceability and ordering
cycleDate
CYCLE_DATE
StringAIRAC cycle date in YYMM format indicating the 28-day cycle when this record was last updated (e.g., 1707 = 7th cycle of 2017)