v1
latestOpenAPI 3.0.22026-07-132450182.6 KBUAS Operating Areas
Retrieve UAS Operating Areas (UOAs) found within given area.
Retrieve UAS Operating Areas (UOAs) found within given area. Request body parameters are:
- poly: GeoJSON Polygon defining the area. Max allowed area is 1000 km^2.
post/us/v1/uoa/polygon-query
Headers
x-api-keystring
Request body
Example request
{
"poly": {
"type": "Polygon",
"coordinates": [
[
[
-84.31182861328125,
39.47171528483254
],
[
-83.9959716796875,
39.47224533091448
],
[
-84.07218933105469,
39.627374847167204
],
[
-84.31182861328125,
39.47171528483254
]
]
]
}
}Response
A GeoJSON FeatureCollection, one Feature for each UOA.
Example response
{
"found": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.09488,
39.385147
],
[
-84.094337,
39.383957
],
[
-84.093947,
39.382732
],
[
-84.093714,
39.381483
],
[
-84.093641,
39.380222
],
[
-84.093729,
39.378962
],
[
-84.093975,
39.377714
],
[
-84.094379,
39.376491
],
[
-84.094936,
39.375305
],
[
-84.09564,
39.374166
],
[
-84.096485,
39.373087
],
[
-84.097464,
39.372076
],
[
-84.098565,
39.371145
],
[
-84.09978,
39.370301
],
[
-84.101096,
39.369554
],
[
-84.1025,
39.36891
],
[
-84.103979,
39.368375
],
[
-84.105518,
39.367955
],
[
-84.107104,
39.367654
],
[
-84.10872,
39.367474
],
[
-84.110351,
39.367417
],
[
-84.111981,
39.367485
],
[
-84.113595,
39.367676
],
[
-84.115177,
39.367988
],
[
-84.116712,
39.368418
],
[
-84.118184,
39.368963
],
[
-84.119581,
39.369616
],
[
-84.120888,
39.370373
],
[
-84.122093,
39.371224
],
[
-84.123184,
39.372163
],
[
-84.124151,
39.37318
],
[
-84.124984,
39.374265
],
[
-84.125676,
39.375409
],
[
-84.25012,
39.610147
],
[
-84.250663,
39.611333
],
[
-84.251053,
39.612555
],
[
-84.251286,
39.613799
],
[
-84.251359,
39.615056
],
[
-84.251271,
39.616312
],
[
-84.251025,
39.617555
],
[
-84.250621,
39.618774
],
[
-84.250064,
39.619956
],
[
-84.24936,
39.62109
],
[
-84.248515,
39.622166
],
[
-84.247536,
39.623173
],
[
-84.246435,
39.624101
],
[
-84.24522,
39.624942
],
[
-84.243904,
39.625686
],
[
-84.2425,
39.626328
],
[
-84.241021,
39.626861
],
[
-84.239482,
39.627279
],
[
-84.237896,
39.627579
],
[
-84.23628,
39.627759
],
[
-84.234649,
39.627815
],
[
-84.233019,
39.627748
],
[
-84.231405,
39.627558
],
[
-84.229823,
39.627247
],
[
-84.228288,
39.626818
],
[
-84.226816,
39.626275
],
[
-84.225419,
39.625624
],
[
-84.224112,
39.624871
],
[
-84.222907,
39.624022
],
[
-84.221816,
39.623087
],
[
-84.220849,
39.622073
],
[
-84.220016,
39.620992
],
[
-84.219324,
39.619853
],
[
-84.09488,
39.385147
]
]
]
},
"properties": {
"startDateTime": "2022-06-29T12:00:00.000Z",
"endDateTime": "2022-09-29T21:00:00.000Z",
"text": "AIRSPACE UAS WI AN AREA DEFINED AS 1NM EITHER SIDE OF A LINE FM 393654N0841405W ( .7NM NW MGY) TO 392249N0840637W (8.3NM E 40I) SFC-375FT DLY 1200-2100"
}
}
]
}
}