Check Airspace
Deprecated
Sandbox
Sandbox
POST
/v1/check/airspace
Last modified:2024-05-17 17:26:42
aviation:read
DEPRECATED
controlled
: Represents airspace that is monitored and managed by air traffic control. If true
, rules implemented by air traffic apply.enabled
: Applies to controlled grids/areas with altitude ceilings. At times, these grids may be disabled. If true
, the altitude ceilings are in effect and require authorization in accordance with the rules and ceilings. If false
, alternative authorization is likely required. For example, the Drone Zone in the US.restricted
: Denotes airspace that is subject to limitations or may be prohibited entirely. If true
, drone flights cannot be authorized during a time window or in some cases into perpetuity.{ "controlled": false, "enabled": true | false, "restricted": false }
{ "controlled": true, "enabled": true, "restricted": false }
{ "controlled": false, "enabled": false, "restricted": true }
{ "controlled": true, "enabled": false, "restricted": false }
Request
Header Params
Content-Type
enum<string>
required
Allowed value:
application/json;charset=UTF-8
Example:
application/json;charset=UTF-8
Authorization
string
required
accessToken
generated in Authorization stepExample:
{{access-token}}
Body Params application/json
Request samples
Responses
Modified at 2024-05-17 17:26:42