Military Training Route agency contact information including originating and scheduling agencies
Ordered by ROUTE_TYPE_CODE, ROUTE_ID, AGENCY_TYPE. The ordered-by list is also the unique record key. Agency types include originating and up to four scheduling agencies.
# Introspect the MtrAgy type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
routeTypeCode
routeId
artcc
# }
}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 | ||
| routeTypeCode ← ROUTE_TYPE_CODE | RouteTypeCode | MTR Type Code indicating whether the route is IFR or VFR |
| |
| routeId ← ROUTE_ID | String | Route Identifier. Along with ROUTE_TYPE_CODE creates a unique MTR identifier | ||
| artcc ← ARTCC | String | List of ARTCC Idents that the MTR traverses. Multiple ARTCCs separated by spaces when route crosses multiple centers | ||
| agencyType ← AGENCY_TYPE | AgencyType | MTR Agency Type Code indicating the role of the agency in relation to the route |
| |
| agencyName ← AGENCY_NAME | String | Agency organization name | ||
| station ← STATION | String | Agency station or installation name | ||
| address ← ADDRESS | String | Agency mailing or physical address | ||
| city ← CITY | String | Agency city | ||
| stateCode ← STATE_CODE | String | Agency state using standard two-letter post office abbreviation for US states and territories | ||
| zipCode ← ZIP_CODE | String | Agency ZIP code | ||
| commercialNo ← COMMERCIAL_NO | String | Agency commercial phone number | ||
| dsnNo ← DSN_NO | String | Agency Defense Switched Network (DSN) phone number | ||
| hours ← HOURS | String | Agency hours of operation and scheduling availability |