Route point-by-point details for each STAR body and transition segment
Ordered by STAR_COMPUTER_CODE, ROUTE_PORTION_TYPE, ROUTE_NAME, BODY_SEQ, POINT_SEQ. The ordered-by list is also the unique record key.
# Introspect the StarRte type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
starComputerCode
artcc
routePortionType
# }
}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 | ||
| starComputerCode ← STAR_COMPUTER_CODE | String | FAA-assigned computer identifier for the STAR; references STAR_COMPUTER_CODE in STAR_BASE | ||
| artcc ← ARTCC | StarAptArtcc | List of all responsible ARTCCs based on airports served | 26 values
| |
| routePortionType ← ROUTE_PORTION_TYPE | RoutePortionType | Identifies whether the route segment is a transition or a body |
| |
| routeName ← ROUTE_NAME | String | The name of the transition or body segment | ||
| bodySeq ← BODY_SEQ | CifpPathPointContinuationRecordNo | Sequence number to uniquely identify a body segment in the rare case that the body name is not unique for a given STAR |
| |
| transitionComputerCode ← TRANSITION_COMPUTER_CODE | String | FAA-assigned computer identifier for the transition segment | ||
| pointSeq ← POINT_SEQ | StarRtePointSeq | Sequencing number in multiples of ten; points are in order as adapted for the given segment | 18 values
| |
| point ← POINT | String | The fix or NAVAID adapted on the segment | ||
| icaoRegionCode ← ICAO_REGION_CODE | CifpSidIcaoCode2 | Two-letter ICAO region code applicable to FIX point types only | 15 values
| |
| pointType ← POINT_TYPE | FromPtType | Specific fix or NAVAID type for the route point | 21 values
| |
| nextPoint ← NEXT_POINT | String | The point that directly follows the current point on an individual segment | ||
| arptRwyAssoc ← ARPT_RWY_ASSOC | String | List of airports and/or airport/runway combinations associated with a given segment |