Contact facility and frequency information associated with each MAA
Ordered by MAA_ID, FREQ_SEQ. References MAA_ID in MAA_BASE.
# Introspect the MaaCon type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
maaId
freqSeq
facId
# }
}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 | ||
| maaId ← MAA_ID | String | Unique identifier for a Miscellaneous Activity Area; references MAA_ID in MAA_BASE | ||
| freqSeq ← FREQ_SEQ | Int | Unique sequence number for frequency contact entries within a given MAA | ||
| facId ← FAC_ID | String | Contact facility identifier | ||
| facName ← FAC_NAME | String | Contact facility name | ||
| commercialFreq ← COMMERCIAL_FREQ | Float | Commercial (civilian) radio frequency for contacting the associated facility | MHz | |
| commercialChartFlag ← COMMERCIAL_CHART_FLAG | String | Flag indicating whether the commercial frequency is depicted on charts | ||
| milFreq ← MIL_FREQ | Float | Military radio frequency for contacting the associated facility | MHz | |
| milChartFlag ← MIL_CHART_FLAG | String | Flag indicating whether the military frequency is depicted on charts |