Airport contact information including managers, owners, and other facility contacts
Ordered by SITE_NO, SITE_TYPE_CODE, TITLE
# Introspect the AptCon type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
siteNo
siteTypeCode
stateCode
# }
}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; references SITE_NO in APT_BASE | ||
| siteTypeCode ← SITE_TYPE_CODE | SiteTypeCode | Landing facility type code |
| |
| stateCode ← STATE_CODE | String | Associated state post office code | ||
| arptId ← ARPT_ID | String | Location identifier; references ARPT_ID in APT_BASE | ||
| city ← CITY | String | Airport associated city name | ||
| countryCode ← COUNTRY_CODE | String | Country post office code where airport is located | ||
| title ← TITLE | Title | Title of contact such as MANAGER, OWNER, ASST-MGR, etc. | 31 values
| |
| name ← NAME | String | Facility contact name for the title | ||
| address1 ← ADDRESS1 | String | Contact address line 1 | ||
| address2 ← ADDRESS2 | String | Contact address line 2 | ||
| titleCity ← TITLE_CITY | String | Contact city | ||
| state ← STATE | String | Contact state code | ||
| zipCode ← ZIP_CODE | String | Contact zip code | ||
| zipPlusFour ← ZIP_PLUS_FOUR | String | Contact zip code plus four digit extension | ||
| phoneNo ← PHONE_NO | String | Contact phone number |