Base data for Parachute Jump Areas (PJAs), one record per PJA
Ordered by PJA_ID, which also serves as the unique record key. Replaces legacy PJA.txt Subscriber File.
# Introspect the PjaBase type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
pjaId
navId
navType
# }
}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 | ||
| pjaId ← PJA_ID | String | PJA ID that uniquely identifies a Parachute Jump Area | ||
| navId ← NAV_ID | String | NAVAID Facility Identifier with which PJA is Associated | ||
| navType ← NAV_TYPE | NavType | NAVAID Facility Type with which the PJA is Associated | 13 values
| |
| radial ← RADIAL | Float | Azimuth in degrees from NAVAID (0-359.99) | degrees | |
| distance ← DISTANCE | Float | Distance in nautical miles from NAVAID | nautical miles | |
| navaidName ← NAVAID_NAME | String | Name of NAVAID with which PJA is Associated | ||
| stateCode ← STATE_CODE | PjaBaseStateCode | PJA State Abbreviation (Two-Letter Post Office code) | 50 values
| |
| city ← CITY | String | PJA Associated City Name | ||
| latitude ← LATITUDE | String | PJA Latitude in formatted degrees-minutes-seconds string | ||
| latDecimal ← LAT_DECIMAL | Float | PJA Latitude in decimal degrees format | degrees | |
| longitude ← LONGITUDE | String | PJA Longitude in formatted degrees-minutes-seconds string | ||
| longDecimal ← LONG_DECIMAL | Float | PJA Longitude in decimal degrees format | degrees | |
| arptId ← ARPT_ID | String | Landing Facility Identifier with which PJA is Associated | ||
| siteNo ← SITE_NO | String | Site Number of Associated Landing Facility; references SITE_NO in APT_BASE | ||
| siteTypeCode ← SITE_TYPE_CODE | SiteTypeCode | Landing Facility Type Code indicating the type of facility associated with the PJA |
| |
| dropZoneName ← DROP_ZONE_NAME | String | PJA Drop Zone Name | ||
| maxAltitude ← MAX_ALTITUDE | Int | PJA Maximum Altitude Allowed; type indicated by MAX_ALTITUDE_TYPE_CODE | ||
| maxAltitudeTypeCode ← MAX_ALTITUDE_TYPE_CODE | MaxAltitudeTypeCode | PJA Maximum Altitude Allowed Type indicating whether the altitude is AGL, MSL, or unlimited |
| |
| pjaRadius ← PJA_RADIUS | Float | PJA Area Radius from center point | nautical miles | |
| chartRequestFlag ← CHART_REQUEST_FLAG | ContrFuelAvbl | Indicates whether Sectional Charting is Required |
| |
| publishCriteria ← PUBLISH_CRITERIA | String | Indicates whether PJA is to be Published in Airport/Facility Directory (Y/N) | ||
| description ← DESCRIPTION | String | Additional descriptive text for the PJA Area | ||
| timeOfUse ← TIME_OF_USE | String | Times of Use description for the PJA | ||
| fssId ← FSS_ID | PjaBaseFssId | FSS Identifier with which PJA is Associated | 60 values
| |
| fssName ← FSS_NAME | String | FSS Name with which PJA is Associated | ||
| pjaUse ← PJA_USE | MaaUse | PJA Use Description indicating whether the area is for civil, military, or joint use |
| |
| volume ← VOLUME | String | PJA Area Volume description | ||
| pjaUser ← PJA_USER | String | PJA User Group Name and Description identifying the organization(s) authorized to use the PJA | ||
| remark ← REMARK | String | Remark text; free form text that further describes a PJA |