The API Basics
The API Basics
status
, an authorizationType
, and an array of notices
. The notices
returned are all the supporting evidence and awareness that contributes to the status
and authorizationType
. If you are simply trying to inform the user whether they can fly or not, you can simply reference the top-level status
propertyStatus
status
property returned by the API conveys the safety of flight at the location or area requested. This considers the status
of all the intersecting notices
and automatically is the most severe.Authorization Type
autorizationType
property returned by the API considers all the intersecting notices
and indicates the appropriate authorization type.Notices
status
and authorizationType
values. Each notice contains information to provide to operators about the airspace at the location or area of flight. This includes details about the airspace to include a type (code), title, description, schedule (if applicable), source, and rule information.code
property is effectively the type of airspace or noticestatus
property on each individual notice is relevant only to the status of that notice and conveys the safety of flight for that notice.description
property contains information to inform operators. If the description
is empty, then the ruleDescription
has useful information for operators.Modified at 2025-04-01 22:38:16