ATIS (Automatic Terminal Information Service) information for ATC facilities including hours, phone numbers, and descriptions
Ordered by SITE_NO, SITE_TYPE_CODE, ATIS_NO. The ordered by list is also the unique record key. Derived from the legacy TWR9 record.
# Introspect the AtcAtis type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
siteNo
siteTypeCode
facilityType
# }
}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. Not applicable to TRACON, ARTCC or CERAP. | ||
| siteTypeCode ← SITE_TYPE_CODE | AtcAtisSiteTypeCode | Facility Type Code indicating the type of landing facility |
| |
| facilityType ← FACILITY_TYPE | FacilityType | Facility Type describing the ATC facility classification |
| |
| stateCode ← STATE_CODE | AtcAtisStateCode | Associated State Post Office Code, standard two-letter abbreviation for US States and Territories | 55 values
| |
| facilityId ← FACILITY_ID | String | Location Identifier. Unique 3-4 character alphanumeric identifier assigned to the Landing Facility or TRACON. | ||
| city ← CITY | String | Airport Associated City Name | ||
| countryCode ← COUNTRY_CODE | AtcAtisCountryCode | Country Post Office Code for the country where the airport is located | 7 values
| |
| atisNo ← ATIS_NO | AtisNo | ATIS Serial Number, used to distinguish multiple ATIS services at a single facility |
| |
| description ← DESCRIPTION | Description | Optional Description of Purpose fulfilled by the ATIS |
| |
| atisHrs ← ATIS_HRS | String | ATIS Hours of Operation in Local Time | ||
| atisPhoneNo ← ATIS_PHONE_NO | String | ATIS Phone Number for voice access to the ATIS broadcast |