aviation:read
DEPRECATED
geometry
{ "geometry": { "coordinates": [ [ -85.5252170562744, 41.7848170756551 ] ], "type": "Point" }, "type": [ "sua", "stadium" ] }
curl --location --request POST 'https://airhub-api-sandbox.airspacelink.com/v1/aviation?buffer' \ --header 'Authorization: ' \ --header 'Content-Type: application/json;charset=UTF-8' \ --data-raw '{ "geometry": { "coordinates": [ [ -85.5252170562744, 41.7848170756551 ] ], "type": "Point" }, "type": [ "sua", "stadium" ] }'
{ "data": [ { "geometry": { "coordinates": [ [ [ -83.2320785522461, 42.3341843859394 ], [ -83.2262420654297, 42.3341843859394 ], [ -83.2262420654297, 42.3364684929947 ], [ -83.2320785522461, 42.3364684929947 ], [ -83.2320785522461, 42.3341843859394 ] ] ], "type": "Polygon" }, "properties": {}, "type": "Feature" } ], "message": "success", "statusCode": 200 }