VOR Receiver Checkpoint data providing ground and airborne checkpoints for verifying VOR receiver accuracy
Ordered by NAV_ID, NAV_TYPE, COUNTRY_CODE, CITY, AIR_GND_CODE, BRG. Only VOR, VOR/DME, and VORTAC type NAVAIDs have checkpoints.
# Introspect the NavCkpt type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
navId
navType
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 | ||
| navId ← NAV_ID | String | NAVAID Facility Identifier. References NAV_ID in NAV_BASE. | ||
| navType ← NAV_TYPE | NavCkptNavType | NAVAID Facility Type. References NAV_TYPE in NAV_BASE. |
| |
| stateCode ← STATE_CODE | StateChkCode | Associated State Post Office Code. References STATE_CODE in NAV_BASE. | 49 values
| |
| city ← CITY | String | NAVAID Associated City Name. References CITY in NAV_BASE. | ||
| countryCode ← COUNTRY_CODE | String | Country Post Office Code for country where NAVAID is located. References COUNTRY_CODE in NAV_BASE. | ||
| altitude ← ALTITUDE | Int | Altitude of the checkpoint; only populated when checkpoint is an airborne (air) checkpoint | feet MSL | |
| brg ← BRG | Int | Bearing of the VOR checkpoint from the NAVAID | degrees | |
| airGndCode ← AIR_GND_CODE | AirGndCode | Air/Ground Code indicating whether the checkpoint is an airborne or ground checkpoint |
| |
| chkDesc ← CHK_DESC | String | Narrative description associated with the Air or Ground checkpoint location | ||
| arptId ← ARPT_ID | String | Airport Identifier associated with the checkpoint location | ||
| stateChkCode ← STATE_CHK_CODE | StateChkCode | State Code in which the associated checkpoint city is located | 49 values
|