CifpEnrouteWaypoint

Enroute waypoints (named fixes) used in the en route structure, corresponding to ARINC 424 Section EA records

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

These are named intersection/fix points used along airways and en route routes. Coordinates are encoded as DDMMSSss (degrees, minutes, seconds, decimal seconds) with hemisphere prefix. ICAO_CODE is typically null for enroute waypoints; ICAO_CODE_2 identifies the ICAO region.

Example query

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

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

Fields (18)

FieldTypeDescriptionUnitsEnum
recordType
RECORD_TYPE
CifpApproachRecordTypeIndicates whether the record is a standard record or a tailored record
  • SStandard record
  • TTailored record
customerAreaCode
CUSTOMER_AREA_CODE
CifpEnrouteWaypointCustomerAreaCodeGeographic area code identifying the region of the world where the waypoint is located
  • CANCanada
  • EEUEastern Europe and Asia
  • LAMLatin America
  • PACPacific
  • SPASouth Pacific and Antarctica
  • USAUnited States
sectionCode
SECTION_CODE
CifpEnrouteWaypointSectionCodeARINC 424 section and subsection code identifying the record type; EA indicates Enroute Waypoints
  • EAEnroute Waypoint
regionCode
REGION_CODE
StringIdentifies the region or FIR (Flight Information Region) associated with the waypoint; typically ENRT for enroute waypoints
icaoCode
ICAO_CODE
StringICAO region code for the waypoint; typically null for enroute waypoints where ICAO_CODE_2 is used instead
waypointIdentifier
WAYPOINT_IDENTIFIER
StringThe coded name or identifier of the enroute waypoint fix, up to 5 characters
icaoCode2
ICAO_CODE_2
CifpEnrouteWaypointIcaoCode2ICAO region code identifying the country or region responsible for the waypoint, used for disambiguation when waypoint identifiers are not globally unique
22 values
  • CYCanada
  • KUnited States (contiguous)
  • K1United States (region 1)
  • K2United States (region 2)
  • K3United States (region 3)
  • K4United States (region 4)
  • K5United States (region 5)
  • K6United States (region 6)
  • K7United States (region 7)
  • MDDominican Republic
  • MMMexico
  • MYBahamas
  • NZNew Zealand
  • PNorth Pacific (general)
  • PAAlaska (USA)
  • PGGuam and Mariana Islands
  • PHHawaii (USA)
  • TIUnited States Virgin Islands
  • TJPuerto Rico
  • TNNetherlands Antilles and Aruba
  • UHRussia Far East
  • ULRussia Western
continuationRecordNo
CONTINUATION_RECORD_NO
ContinuationRecordNoContinuation record number; 0 indicates the primary record, values 1 and above indicate continuation records with additional data for the same waypoint
  • 0Primary record
  • 1First continuation record
  • 2Second continuation record
waypointType
WAYPOINT_TYPE
WaypointTypeIndicates the type or category of the enroute waypoint
  • CCombined named intersection and RNAV waypoint
  • RNamed Intersection (off-airway named fix)
  • VVFR waypoint
  • WRNAV waypoint (unnamed/computer navigation fix)
waypointUsage
WAYPOINT_USAGE
WaypointUsageIndicates the airspace usage context of the waypoint (high altitude, low altitude, or both)
  • BBoth high and low altitude use
  • HHigh altitude use only (jet routes)
  • LLow altitude use only (victor airways)
waypointLatitude
WAYPOINT_LATITUDE
StringGeodetic latitude of the waypoint encoded as HDDMMSSss where H is hemisphere (N/S), DD is degrees, MM is minutes, SS is seconds, ss is decimal seconds (hundredths)degrees
waypointLongitude
WAYPOINT_LONGITUDE
StringGeodetic longitude of the waypoint encoded as HDDDMMSSss where H is hemisphere (E/W), DDD is degrees, MM is minutes, SS is seconds, ss is decimal seconds (hundredths)degrees
dynamicMagVariation
DYNAMIC_MAG_VARIATION
StringMagnetic variation at the waypoint location, encoded as HDDDd where H is direction (E=East, W=West), DDD is degrees, d is tenths of a degree. Used to convert magnetic courses to true courses.degrees
datumCode
DATUM_CODE
DatumCodeGeodetic datum code indicating the reference datum used for the waypoint coordinates
  • NARNorth American 1983 (NAD83 / WGS84 compatible)
  • WGEWorld Geodetic System 1984 (WGS84)
nameFormatIndicator
NAME_FORMAT_INDICATOR
StringIndicates the format of the waypoint name/description field; null indicates a standard named fix
waypointNameDesc
WAYPOINT_NAME_DESC
StringFull name or description of the waypoint; typically matches the WAYPOINT_IDENTIFIER for standard enroute fixes
fileRecordNo
FILE_RECORD_NO
StringSequential file record number assigned to this record within the CIFP data file, used for traceability and ordering
cycleDate
CYCLE_DATE
StringARINC 424 data cycle date in YYNN format where YY is the last two digits of the year and NN is the 28-day cycle number (01-13) indicating when this record was last updated