AirHub API
  1. v2
AirHub API
  • Introduction
  • Authorization
    • Overview
    • Get Oauth Token
      POST
  • Advisories
    • Advisory
      POST
    • Get Advisories BBox
      GET
    • Get Advisories GeoJSON
      POST
  • Briefing
    • Overview
    • B4UFLY
      • What Is B4UFLY
      • The API Basics
      • Location vs Area
      • v1
        • B4UFLY Briefing by Area v1
        • B4UFLY Briefing by Location v1
      • v2
        • What's New in v2
        • B4UFLY Briefing by Area v2
          POST
        • B4UFLY Briefing by Location v2
          POST
  • LAANC SDSP
    • Overview
    • ASL Operations
      • List Operations
      • Create Operation
      • Get Operation
      • Delete Operation
      • Update Operation
    • LAANC Operations
      • Get Operation
      • Delete Operation
      • Create Operation
      • Update Operation
    • LAANC Authorizations
      • Rescinded and Invalid Operations
      • Submit Authorization
      • Get Authorization
      • Cancel Authorization
      • Cancel Invalid Authorization
      • Close Authorization
      • Acknowledge Rescinded Authorization
    • Operation v2
      POST
    • Create Ephemeral Operations
      POST
  • Risk
    • Get Hazard
      POST
    • Get Hazard Ground Type
      POST
    • Get Hazard Ground Risk
      POST
  • Aviation
    • Aviation
  • Surface
    • Overview
    • Suitability
    • Classification Surface
    • Surface v2 GeoJSON
    • Surface v2 Hexbin
  • Route
    • Route v2
  • Check
    • Check Airspace
    • Get Status
  • Elevation - NEW
    • Get List
  • Map Vector Tiles - NEW
    • Overview
    • Styled Tiles
    • Vector Tile
  • Flight
    • Get Flight Last Position QUERY
    • Get Flight Last Position INFO
  • Data Notification Subscribers
    • Get List
  1. v2

B4UFLY Briefing by Area v2

Sandbox
https://airhub-api-sandbox.airspacelink.com
Sandbox
https://airhub-api-sandbox.airspacelink.com
POST
/v2/briefing/b4ufly/area
Last modified:2025-04-11 19:55:16
Scope: briefing:area:read

Request

Body Params application/json

Example
{
    "boundary": {
        "coordinates": [
            [
                [
                    -83.07861764257095,
                    42.335222895650645
                ],
                [
                    -83.07861764257095,
                    42.318879440902606
                ],
                [
                    -83.05487387644406,
                    42.318879440902606
                ],
                [
                    -83.05487387644406,
                    42.335222895650645
                ],
                [
                    -83.07861764257095,
                    42.335222895650645
                ]
            ]
        ],
        "type": "Polygon"
    },
    "includeGeometry": false
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://airhub-api-sandbox.airspacelink.com/v2/briefing/b4ufly/area' \
--header 'Content-Type: application/json' \
--data-raw '{
    "boundary": {
        "coordinates": [
            [
                [
                    -83.07861764257095,
                    42.335222895650645
                ],
                [
                    -83.07861764257095,
                    42.318879440902606
                ],
                [
                    -83.05487387644406,
                    42.318879440902606
                ],
                [
                    -83.05487387644406,
                    42.335222895650645
                ],
                [
                    -83.07861764257095,
                    42.335222895650645
                ]
            ]
        ],
        "type": "Polygon"
    },
    "includeGeometry": false
}'

Responses

🟢200OK
application/json
A successful response.
Body

Example
{
    "status": "NOTICE_STATUS_UNSPECIFIED",
    "authorizationType": "AUTHORIZATION_TYPE_UNSPECIFIED",
    "notices": [
        {
            "dataSource": "NOTICE_DATA_SOURCE_UNSPECIFIED",
            "dataSubtype": "NOTICE_DATA_SUBTYPE_UNSPECIFIED",
            "title": "R-3002D",
            "description": "Lorem ipsum ....",
            "distance": 1.1234,
            "status": "NOTICE_STATUS_UNSPECIFIED",
            "code": "NOTICE_CODE_UNSPECIFIED",
            "ruleCode": "RULE_CODE_UNSPECIFIED",
            "ruleDescription": "No person may operate a small unmanned aircraft in restricted airspace unless that person has permission from the appropriate authority. Individuals violating any of these restrictions may be subject to FAA and/or law enforcement action.",
            "authority": "Federal Aviation Administration",
            "sourceUrl": "https://sua.faa.gov",
            "contact": {
                "text": "Colonel Sanders: 1-800-chicken",
                "phoneNumber": "+1234567890",
                "email": "test@gmail.com",
                "url": "https://wwww.airspacelink.com"
            },
            "lowerAltitude": {
                "value": 1000,
                "reference": "ALTITUDE_REFERENCE_UNSPECIFIED",
                "unit": "UNITS_UNSPECIFIED"
            },
            "upperAltitude": {
                "value": 1000,
                "reference": "ALTITUDE_REFERENCE_UNSPECIFIED",
                "unit": "UNITS_UNSPECIFIED"
            },
            "geometry": {
                "coordinates": [
                    [
                        [
                            -83.07861764257095,
                            42.335222895650645
                        ],
                        [
                            -83.07861764257095,
                            42.318879440902606
                        ],
                        [
                            -83.05487387644406,
                            42.318879440902606
                        ],
                        [
                            -83.05487387644406,
                            42.335222895650645
                        ],
                        [
                            -83.07861764257095,
                            42.335222895650645
                        ]
                    ]
                ],
                "type": "Polygon"
            },
            "schedule": {
                "startTime": "2024-08-24T14:15:22Z",
                "endTime": "2024-12-30T23:00:00Z",
                "timezone": "America/New_York",
                "text": "INTERMITTENT, 0600 - 0200, DAILY; OTHER TIMES BY NOTAM 6 HOURS IN ADVANCE",
                "timesOfUse": [
                    {
                        "daysActive": [
                            "SUN",
                            "MON",
                            "TUE",
                            "WED",
                            "THU",
                            "FRI",
                            "SAT"
                        ],
                        "dailyStart": "09:00",
                        "dailyEnd": "22:00",
                        "startTime": "2023-01-01T00:00:00Z",
                        "endTime": "9999-12-30T23:59:59Z",
                        "timezone": "America/New_York"
                    }
                ]
            },
            "events": [
                {
                    "name": "Detroit Lions vs. Los Angeles Rams",
                    "type": "NFL",
                    "startTime": "2025-01-12T12:00:00Z",
                    "endTime": "2025-01-12T14:30:00Z"
                }
            ]
        }
    ]
}
🔴500Server Error
Modified at 2025-04-11 19:55:16
Previous
What's New in v2
Next
B4UFLY Briefing by Location v2
Built with