v1

latestOpenAPI 3.0.22026-07-132450182.6 KB
UAS Operating Areas

Retrieve UAS Operating Areas (UOAs) found along route.

Retrieve UAS Operating Areas (UOAs) found along your route. Request body parameters are:

post/us/v1/uoa/route-query

Headers

x-api-keystring

Request body

routeobject required

Example request

{
  "route": {
    "type": "LineString",
    "coordinates": [
      [
        -89.428019,
        38.693705
      ],
      [
        -89.256689,
        38.604771
      ],
      [
        -89.331396,
        38.388092
      ]
    ]
  }
}

Response

A GeoJSON FeatureCollection, one Feature for each UOA.

foundobject required

Example response

{
  "found": {
    "type": "FeatureCollection",
    "features": [
      {
        "type": "Feature",
        "geometry": {
          "type": "Polygon",
          "coordinates": [
            [
              [
                -89.404767,
                38.705917
              ],
              [
                -89.405408,
                38.695736
              ],
              [
                -89.407324,
                38.685651
              ],
              [
                -89.410498,
                38.675761
              ],
              [
                -89.414898,
                38.666159
              ],
              [
                -89.420482,
                38.65694
              ],
              [
                -89.427197,
                38.648191
              ],
              [
                -89.434978,
                38.639997
              ],
              [
                -89.443749,
                38.632437
              ],
              [
                -89.453427,
                38.625585
              ],
              [
                -89.463918,
                38.619506
              ],
              [
                -89.475121,
                38.61426
              ],
              [
                -89.486928,
                38.609896
              ],
              [
                -89.499226,
                38.606458
              ],
              [
                -89.511896,
                38.603977
              ],
              [
                -89.524816,
                38.60248
              ],
              [
                -89.537861,
                38.601979
              ],
              [
                -89.550907,
                38.60248
              ],
              [
                -89.563827,
                38.603977
              ],
              [
                -89.576496,
                38.606458
              ],
              [
                -89.588794,
                38.609896
              ],
              [
                -89.600601,
                38.61426
              ],
              [
                -89.611804,
                38.619506
              ],
              [
                -89.622295,
                38.625585
              ],
              [
                -89.631973,
                38.632437
              ],
              [
                -89.640744,
                38.639997
              ],
              [
                -89.648525,
                38.648191
              ],
              [
                -89.65524,
                38.65694
              ],
              [
                -89.660824,
                38.666159
              ],
              [
                -89.665225,
                38.675761
              ],
              [
                -89.668398,
                38.685651
              ],
              [
                -89.670315,
                38.695736
              ],
              [
                -89.670956,
                38.705917
              ],
              [
                -89.670315,
                38.716096
              ],
              [
                -89.668398,
                38.726176
              ],
              [
                -89.665225,
                38.73606
              ],
              [
                -89.660824,
                38.745652
              ],
              [
                -89.65524,
                38.75486
              ],
              [
                -89.648525,
                38.763596
              ],
              [
                -89.640744,
                38.771776
              ],
              [
                -89.631973,
                38.779321
              ],
              [
                -89.622295,
                38.786158
              ],
              [
                -89.611804,
                38.792223
              ],
              [
                -89.600601,
                38.797456
              ],
              [
                -89.588794,
                38.801809
              ],
              [
                -89.576496,
                38.805238
              ],
              [
                -89.563827,
                38.807711
              ],
              [
                -89.550907,
                38.809204
              ],
              [
                -89.537861,
                38.809704
              ],
              [
                -89.524816,
                38.809204
              ],
              [
                -89.511896,
                38.807711
              ],
              [
                -89.499226,
                38.805238
              ],
              [
                -89.486928,
                38.801809
              ],
              [
                -89.475121,
                38.797456
              ],
              [
                -89.463918,
                38.792223
              ],
              [
                -89.453427,
                38.786158
              ],
              [
                -89.443749,
                38.779321
              ],
              [
                -89.434978,
                38.771776
              ],
              [
                -89.427197,
                38.763596
              ],
              [
                -89.420482,
                38.75486
              ],
              [
                -89.414898,
                38.745652
              ],
              [
                -89.410498,
                38.73606
              ],
              [
                -89.407324,
                38.726176
              ],
              [
                -89.405408,
                38.716096
              ],
              [
                -89.404767,
                38.705917
              ]
            ]
          ]
        },
        "properties": {
          "startDateTime": "2022-09-02T11:30:00.000Z",
          "endDateTime": "2022-10-01T02:00:00.000Z",
          "text": "AIRSPACE UAS WI AN AREA DEFINED AS 8NM RADIUS OF 384221.30N0893216.30W (6.5NM SE H07) SFC-100FT AGL DLY 1130-0200"
        }
      },
      {
        "type": "Feature",
        "geometry": {
          "type": "Polygon",
          "coordinates": [
            [
              [
                -89.059767,
                38.610611
              ],
              [
                -89.060408,
                38.600417
              ],
              [
                -89.062324,
                38.590319
              ],
              [
                -89.065498,
                38.580415
              ],
              [
                -89.069898,
                38.570801
              ],
              [
                -89.075482,
                38.561569
              ],
              [
                -89.082197,
                38.552808
              ],
              [
                -89.089978,
                38.544603
              ],
              [
                -89.098749,
                38.537034
              ],
              [
                -89.108427,
                38.530173
              ],
              [
                -89.118918,
                38.524086
              ],
              [
                -89.130121,
                38.518832
              ],
              [
                -89.141928,
                38.514463
              ],
              [
                -89.154226,
                38.51102
              ],
              [
                -89.166896,
                38.508536
              ],
              [
                -89.179816,
                38.507037
              ],
              [
                -89.192861,
                38.506535
              ],
              [
                -89.205907,
                38.507037
              ],
              [
                -89.218827,
                38.508536
              ],
              [
                -89.231496,
                38.51102
              ],
              [
                -89.243794,
                38.514463
              ],
              [
                -89.255601,
                38.518832
              ],
              [
                -89.266804,
                38.524086
              ],
              [
                -89.277295,
                38.530173
              ],
              [
                -89.286973,
                38.537034
              ],
              [
                -89.295744,
                38.544603
              ],
              [
                -89.303525,
                38.552808
              ],
              [
                -89.31024,
                38.561569
              ],
              [
                -89.315824,
                38.570801
              ],
              [
                -89.320225,
                38.580415
              ],
              [
                -89.323398,
                38.590319
              ],
              [
                -89.325315,
                38.600417
              ],
              [
                -89.325956,
                38.610611
              ],
              [
                -89.325315,
                38.620804
              ],
              [
                -89.323398,
                38.630898
              ],
              [
                -89.320225,
                38.640795
              ],
              [
                -89.315824,
                38.650399
              ],
              [
                -89.31024,
                38.65962
              ],
              [
                -89.303525,
                38.668367
              ],
              [
                -89.295744,
                38.676558
              ],
              [
                -89.286973,
                38.684113
              ],
              [
                -89.277295,
                38.69096
              ],
              [
                -89.266804,
                38.697032
              ],
              [
                -89.255601,
                38.702273
              ],
              [
                -89.243794,
                38.706631
              ],
              [
                -89.231496,
                38.710064
              ],
              [
                -89.218827,
                38.712541
              ],
              [
                -89.205907,
                38.714036
              ],
              [
                -89.192861,
                38.714536
              ],
              [
                -89.179816,
                38.714036
              ],
              [
                -89.166896,
                38.712541
              ],
              [
                -89.154226,
                38.710064
              ],
              [
                -89.141928,
                38.706631
              ],
              [
                -89.130121,
                38.702273
              ],
              [
                -89.118918,
                38.697032
              ],
              [
                -89.108427,
                38.69096
              ],
              [
                -89.098749,
                38.684113
              ],
              [
                -89.089978,
                38.676558
              ],
              [
                -89.082197,
                38.668367
              ],
              [
                -89.075482,
                38.65962
              ],
              [
                -89.069898,
                38.650399
              ],
              [
                -89.065498,
                38.640795
              ],
              [
                -89.062324,
                38.630898
              ],
              [
                -89.060408,
                38.620804
              ],
              [
                -89.059767,
                38.610611
              ]
            ]
          ]
        },
        "properties": {
          "startDateTime": "2022-09-14T11:30:00.000Z",
          "endDateTime": "2022-09-29T02:00:00.000Z",
          "text": "AIRSPACE UAS WI AN AREA DEFINED AS 8NM RADIUS OF 383638.20N0891134.30W (7.5NM NW ENL) SFC-100FT AGL DLY 1130-0200"
        }
      },
      {
        "type": "Feature",
        "geometry": {
          "type": "Polygon",
          "coordinates": [
            [
              [
                -89.141156,
                38.441722
              ],
              [
                -89.141796,
                38.431504
              ],
              [
                -89.143713,
                38.421382
              ],
              [
                -89.146887,
                38.411455
              ],
              [
                -89.151287,
                38.401818
              ],
              [
                -89.156871,
                38.392565
              ],
              [
                -89.163586,
                38.383784
              ],
              [
                -89.171367,
                38.37556
              ],
              [
                -89.180138,
                38.367972
              ],
              [
                -89.189816,
                38.361095
              ],
              [
                -89.200307,
                38.354994
              ],
              [
                -89.21151,
                38.349728
              ],
              [
                -89.223317,
                38.345348
              ],
              [
                -89.235615,
                38.341897
              ],
              [
                -89.248285,
                38.339408
              ],
              [
                -89.261204,
                38.337905
              ],
              [
                -89.27425,
                38.337402
              ],
              [
                -89.287296,
                38.337905
              ],
              [
                -89.300215,
                38.339408
              ],
              [
                -89.312885,
                38.341897
              ],
              [
                -89.325183,
                38.345348
              ],
              [
                -89.33699,
                38.349728
              ],
              [
                -89.348193,
                38.354994
              ],
              [
                -89.358684,
                38.361095
              ],
              [
                -89.368362,
                38.367972
              ],
              [
                -89.377133,
                38.37556
              ],
              [
                -89.384914,
                38.383784
              ],
              [
                -89.391629,
                38.392565
              ],
              [
                -89.397213,
                38.401818
              ],
              [
                -89.401613,
                38.411455
              ],
              [
                -89.404787,
                38.421382
              ],
              [
                -89.406704,
                38.431504
              ],
              [
                -89.407344,
                38.441722
              ],
              [
                -89.406704,
                38.451939
              ],
              [
                -89.404787,
                38.462057
              ],
              [
                -89.401613,
                38.471977
              ],
              [
                -89.397213,
                38.481604
              ],
              [
                -89.391629,
                38.490846
              ],
              [
                -89.384914,
                38.499614
              ],
              [
                -89.377133,
                38.507824
              ],
              [
                -89.368362,
                38.515397
              ],
              [
                -89.358684,
                38.52226
              ],
              [
                -89.348193,
                38.528347
              ],
              [
                -89.33699,
                38.5336
              ],
              [
                -89.325183,
                38.537968
              ],
              [
                -89.312885,
                38.541409
              ],
              [
                -89.300215,
                38.543892
              ],
              [
                -89.287296,
                38.545391
              ],
              [
                -89.27425,
                38.545892
              ],
              [
                -89.261204,
                38.545391
              ],
              [
                -89.248285,
                38.543892
              ],
              [
                -89.235615,
                38.541409
              ],
              [
                -89.223317,
                38.537968
              ],
              [
                -89.21151,
                38.5336
              ],
              [
                -89.200307,
                38.528347
              ],
              [
                -89.189816,
                38.52226
              ],
              [
                -89.180138,
                38.515397
              ],
              [
                -89.171367,
                38.507824
              ],
              [
                -89.163586,
                38.499614
              ],
              [
                -89.156871,
                38.490846
              ],
              [
                -89.151287,
                38.481604
              ],
              [
                -89.146887,
                38.471977
              ],
              [
                -89.143713,
                38.462057
              ],
              [
                -89.141796,
                38.451939
              ],
              [
                -89.141156,
                38.441722
              ]
            ]
          ]
        },
        "properties": {
          "startDateTime": "2022-09-15T11:30:00.000Z",
          "endDateTime": "2022-09-30T02:00:00.000Z",
          "text": "AIRSPACE UAS WI AN AREA DEFINED AS 8NM RADIUS OF 382630.20N0891627.30W (9.7NM WSW ENL) SFC-100FT AGL DLY 1130-0200"
        }
      }
    ]
  }
}