v1

latestOpenAPI 3.0.22026-07-132450182.6 KB
Flight Restrictions

Retrieve flight restrictions applicable along route.

Retrieve Flight Restrictions applicable along your route. Request body parameters are:

post/us/v1/restrictions/route-query

Headers

x-api-keystring

Request body

routeobject required

Example request

{
  "route": {
    "type": "LineString",
    "coordinates": [
      [
        -80.135,
        25.783
      ],
      [
        -80.127,
        25.797
      ],
      [
        -80.128,
        25.812
      ],
      [
        -80.132,
        25.824
      ]
    ]
  }
}

Response

A GeoJSON FeatureCollection, one Feature for each restriction.

foundobject required

Example response

{
  "found": {
    "type": "FeatureCollection",
    "features": [
      {
        "type": "Feature",
        "geometry": {
          "type": "GeometryCollection",
          "geometries": [
            {
              "type": "Polygon",
              "heightInformation": {
                "upperLevel": "15000",
                "uomUpperLevel": "FT",
                "lowerLevel": "0",
                "uomLowerLevel": "FT"
              },
              "coordinates": [
                [
                  [
                    -80.122778,
                    25.866363
                  ],
                  [
                    -80.106735,
                    25.865092
                  ],
                  [
                    -80.091181,
                    25.861319
                  ],
                  [
                    -80.076589,
                    25.855157
                  ],
                  [
                    -80.063402,
                    25.846796
                  ],
                  [
                    -80.052023,
                    25.836488
                  ],
                  [
                    -80.042797,
                    25.824548
                  ],
                  [
                    -80.036003,
                    25.81134
                  ],
                  [
                    -80.031847,
                    25.797264
                  ],
                  [
                    -80.030456,
                    25.782748
                  ],
                  [
                    -80.031869,
                    25.768235
                  ],
                  [
                    -80.036044,
                    25.754164
                  ],
                  [
                    -80.042853,
                    25.740963
                  ],
                  [
                    -80.052087,
                    25.729033
                  ],
                  [
                    -80.063466,
                    25.718735
                  ],
                  [
                    -80.076645,
                    25.710383
                  ],
                  [
                    -80.091223,
                    25.704229
                  ],
                  [
                    -80.106757,
                    25.700461
                  ],
                  [
                    -80.122778,
                    25.699192
                  ],
                  [
                    -80.138798,
                    25.700461
                  ],
                  [
                    -80.154333,
                    25.704229
                  ],
                  [
                    -80.168911,
                    25.710383
                  ],
                  [
                    -80.182089,
                    25.718735
                  ],
                  [
                    -80.193469,
                    25.729033
                  ],
                  [
                    -80.202703,
                    25.740963
                  ],
                  [
                    -80.209511,
                    25.754164
                  ],
                  [
                    -80.213686,
                    25.768235
                  ],
                  [
                    -80.2151,
                    25.782748
                  ],
                  [
                    -80.213708,
                    25.797264
                  ],
                  [
                    -80.209553,
                    25.81134
                  ],
                  [
                    -80.202759,
                    25.824548
                  ],
                  [
                    -80.193532,
                    25.836488
                  ],
                  [
                    -80.182153,
                    25.846796
                  ],
                  [
                    -80.168967,
                    25.855157
                  ],
                  [
                    -80.154375,
                    25.861319
                  ],
                  [
                    -80.13882,
                    25.865092
                  ],
                  [
                    -80.122778,
                    25.866363
                  ]
                ]
              ]
            }
          ]
        },
        "properties": {
          "notam_number": "2/6642",
          "startDateTime": "2022-05-27T14:30:00.000Z",
          "endDateTime": "2022-05-29T22:00:00.000Z",
          "text": "FL..AIRSPACE MIAMI BEACH, FL..TEMPORARY FLIGHTRESTRICTION. PURSUANT TO 14 CFR SECTION 91.145, MANAGEMENTOF ACFT OPS IN THE VICINITY OF AERIAL DEMONSTRATIONS AND MAJORSPORTING EVENTS, ACFT OPS ARE PROHIBITED WI AN AREA DEFINED AS 5NMRADIUS OF 254658N0800722W (VKZ047002.5) SFC-15000FT UNLESS AUTH BYATC. EFFECTIVE 2205271430 UTC UNTIL 2205272000 UTC, 2205281630 UTC UNTIL 2205282200 UTC, 2205282300 UTC UNTIL 2205290000 UTC, 2205290100 UTC UNTIL 2205290200 UTC, AND 2205291630 UTC UNTIL 2205292200 UTC. DUE TO MIAMI BEACH AIR AND SEA SHOW AERIAL DEMONSTRATIONS. JIMTUCCIARONE, TEL 216-390-8410, IS THE AIRSHOW POINT OF CTC. MIAMI/MIA/ APP, TEL 305-869-5477, IS THE FAA CDN FAC. ."
        }
      }
    ]
  }
}