| POST | /us/v1/airspace/distance-query | Retrieve all requested types of airspace located within given distance of location. |
| POST | /us/v1/airspace/route-query | Retrieve all requested types of airspace traversed by route. |
| POST | /us/v1/airspace/polygon-query | Retrieve all requested types of airspace located within given GeoJSON Polygon. |
| POST | /us/v1/wx-forecast/distance-query | Retrieve forecast values within given distance of location for all requested weather elements and time periods. |
| POST | /us/v1/wx-forecast/route-query | Retrieve forecast values along a route for all requested weather elements and time periods. |
| POST | /us/v1/wx-forecast/polygon-query | Retrieve forecast values within given GeoJSON polygon for all requested weather elements and time periods. |
| POST | /us/v1/restrictions/distance-query | Retrieve flight restrictions applicable within given distance of location. |
| POST | /us/v1/restrictions/route-query | Retrieve flight restrictions applicable along route. |
| POST | /us/v1/restrictions/polygon-query | Retrieve flight restrictions applicable within given area. |
| POST | /us/v1/ssa/distance-query | Retrieve all special security areas located within given distance of location. |
| POST | /us/v1/ssa/route-query | Retrieve all special security areas traversed by route. |
| POST | /us/v1/ssa/polygon-query | Retrieve all special security areas located within given GeoJSON Polygon. |
| POST | /us/v1/venues/distance-query | Retrieve all restricted public venues located within given distance of location. |
| POST | /us/v1/venues/route-query | Retrieve all restricted public venues traversed by route. |
| POST | /us/v1/venues/polygon-query | Retrieve all restricted public venues located within given GeoJSON Polygon. |
| POST | /us/v1/obstacles/distance-query | Retrieve obstacles within given distance of location. |
| POST | /us/v1/obstacles/route-query | Retrieve obstacles found along a route. |
| POST | /us/v1/obstacles/polygon-query | Retrieve obstacles located within given area. |
| POST | /us/v1/uoa/distance-query | Retrieve UAS Operating Areas (UOAs) found within given distance of location. |
| POST | /us/v1/uoa/route-query | Retrieve UAS Operating Areas (UOAs) found along route. |
| POST | /us/v1/uoa/polygon-query | Retrieve UAS Operating Areas (UOAs) found within given area. |
| POST | /us/v1/aerodromes/distance-query | Retrieve aerodromes within given distance of location. |
| POST | /us/v1/aerodromes/route-query | Retrieve aerodromes found along a route. |
| POST | /us/v1/aerodromes/polygon-query | Retrieve aerodromes located within given area. |