DEPRECATED - use Get Advisories BBox or Get Advisories GeoJSON.
Advisories represent geographic areas where special consideration must be made before operating drones. Examples of advisories may range from restricted airspace, where it's illegal to operate a drone, to warnings where it's important for you to understand the context of where you're flying to maximize safety. Additional advisory types will be documented as they're added.
Request
Header Params
Content-Type
enum<string>Â
required
Allowed value:
application/json;charset=UTF-8
Example:
application/json;charset=UTF-8
Authorization
stringÂ
required
Authorization bearer accessToken generated in Authorization step
Default:
{{access-token}}
Example:
{{access-token}}
Body Params application/json
geometry
objectÂ
required
GeoJSON formatted geometry. Available geometries may be a point, line, or polygon. The resulting bounding box of the geometry can't have a side length greater than 30 nautical miles.
coordinates
array [array]Â
required
type
stringÂ
required
category
stringÂ
required
This is the specified rule category under which you'll be flying.
Category
Description
faa_107
FAA Commercial UAS Flight
faa_44809
FAA Recreational UAS Flight
source
stringÂ
optional
Represents the source of the advsiory or the authority that created the advisory. Additional sources will be made available in the future.
Source
Description
faa
Federal (FAA) advisories
community
State & Local community advisories
all
All available advisories
startTime
stringÂ
optional
Filters advisories that are active at the same time as, or after startTime. Send as YYYY-MM-DDThh:mmZ.
endTime
stringÂ
optional
Filters advisories that are active at the same time as, or after endTime. Send as YYYY-MM-DDThh:mmZ.
maxAltitude
integerÂ
optional
The maximimum altitude anticipated for the operation. This helps to determine FAA restrictions.