Base record for each Standard Terminal Arrival (STAR) procedure, one record per STAR
Ordered by STAR_COMPUTER_CODE. The ordered-by list is also the unique record key.
# Introspect the StarBase type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
arrivalName
amendmentNo
artcc
# }
}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 | ||
| arrivalName ← ARRIVAL_NAME | String | Name assigned to the Standard Terminal Arrival (STAR name) | ||
| amendmentNo ← AMENDMENT_NO | AmendmentNo | Amendment number (spelled out) of the STAR that will be active on the effective date | 9 values
| |
| artcc ← ARTCC | StarAptArtcc | List of all responsible ARTCCs based on airports served | 26 values
| |
| starAmendEffDate ← STAR_AMEND_EFF_DATE | String | The first effective date for which the STAR amendment became active, in format YYYY/MM/DD | ||
| rnavFlag ← RNAV_FLAG | ContrFuelAvbl | Flag indicating whether the STAR requires RNAV equipment |
| |
| starComputerCode ← STAR_COMPUTER_CODE | String | FAA-assigned computer identifier for the STAR (e.g., GLAND.BLUMS5) | ||
| servedArpt ← SERVED_ARPT | String | List of airports served by the STAR |