Runway data including physical dimensions, surface type, pavement classification, and weight-bearing capacity
Ordered by SITE_NO, SITE_TYPE_CODE, RWY_ID
# Introspect the AptRwy 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 | ||
| rwyLen ← RWY_LEN | Int | Physical runway length to the nearest foot | feet | |
| rwyWidth ← RWY_WIDTH | Int | Physical runway width to the nearest foot | feet | |
| surfaceTypeCode ← SURFACE_TYPE_CODE | SurfaceTypeCode | Runway surface type; may be a combination of two types when runway is composed of distinct sections | 51 values
| |
| cond ← COND | Cond | Runway surface condition |
| |
| treatmentCode ← TREATMENT_CODE | TreatmentCode | Runway surface treatment |
| |
| pcn ← PCN | Int | Pavement classification number (PCN); see FAA Advisory Circular 150/5335-5 for code definitions and PCN determination formula | ||
| pavementTypeCode ← PAVEMENT_TYPE_CODE | PavementTypeCode | Pavement type |
| |
| subgradeStrengthCode ← SUBGRADE_STRENGTH_CODE | SubgradeStrengthCode | Subgrade strength code (letters A-F) |
| |
| tirePresCode ← TIRE_PRES_CODE | TirePresCode | Tire pressure code (letters W-Z) |
| |
| dtrmMethodCode ← DTRM_METHOD_CODE | DtrmMethodCode | PCN determination method |
| |
| rwyLgtCode ← RWY_LGT_CODE | RwyLgtCode | Runway lights edge intensity | 7 values
| |
| rwyLenSource ← RWY_LEN_SOURCE | ArptElevSource | Runway length source | 18 values
| |
| lengthSourceDate ← LENGTH_SOURCE_DATE | String | Runway length source date (YYYY/MM/DD) | ||
| grossWtSw ← GROSS_WT_SW | Float | Runway weight-bearing capacity for single wheel type landing gear | thousands of pounds | |
| grossWtDw ← GROSS_WT_DW | Float | Runway weight-bearing capacity for dual wheel type landing gear | thousands of pounds | |
| grossWtDtw ← GROSS_WT_DTW | Float | Runway weight-bearing capacity for two dual wheels in tandem type landing gear | thousands of pounds | |
| grossWtDdtw ← GROSS_WT_DDTW | Float | Runway weight-bearing capacity for two dual wheels in tandem/two dual wheels in double tandem body gear type landing gear | thousands of pounds |