Aircraft arresting system data associated with runway ends at landing facilities
Ordered by SITE_NO, SITE_TYPE_CODE, RWY_ID, RWY_END_ID, ARREST_DEVICE_CODE
# Introspect the AptArs 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 | ||
| rwyId ← RWY_ID | String | Runway identification | ||
| rwyEndId ← RWY_END_ID | String | Runway end identifier; the runway end described by the arresting system information | ||
| arrestDeviceCode ← ARREST_DEVICE_CODE | ArrestDeviceCode | Type of aircraft arresting device; indicates type of jet arresting barrier installed at the far end | 18 values
|