APIHub
Back to Explore

DFlight API

[DFlight API](https://ljaero.com/solutions/dflight/) supplies the up-to-date information needed for compliance with UAV preflight assessment requirements. Separate endpoints are available for each of the following information categories: - Airspace - Weather - Temporary Flight Restrictions - Special Security Areas - Restricted Public Venues - Surface Obstacles - Aerodromes - UAS Operating Areas

Uncategorized
none
HTTPS
CORS: Unknown
Visit official documentation

Latency

308ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
POST

/us/v1/aerodromes/distance-query

Retrieve aerodromes within given distance of location.

  • x-api-key (header)
POST

/us/v1/obstacles/polygon-query

Retrieve obstacles located within given area.

  • x-api-key (header)
POST

/us/v1/aerodromes/polygon-query

Retrieve aerodromes located within given area.

  • x-api-key (header)
POST

/us/v1/aerodromes/route-query

Retrieve aerodromes found along a route.

  • x-api-key (header)
POST

/us/v1/airspace/distance-query

Retrieve all requested types of airspace located within given distance of location.

  • x-api-key (header)
POST

/us/v1/airspace/polygon-query

Retrieve all requested types of airspace located within given GeoJSON Polygon.

  • x-api-key (header)
POST

/us/v1/airspace/route-query

Retrieve all requested types of airspace traversed by route.

  • x-api-key (header)
POST

/us/v1/obstacles/distance-query

Retrieve obstacles within given distance of location.

  • x-api-key (header)
POST

/us/v1/obstacles/route-query

Retrieve obstacles found along a route.

  • x-api-key (header)
POST

/us/v1/restrictions/distance-query

Retrieve flight restrictions applicable within given distance of location.

  • x-api-key (header)
POST

/us/v1/restrictions/polygon-query

Retrieve flight restrictions applicable within given area.

  • x-api-key (header)
POST

/us/v1/restrictions/route-query

Retrieve flight restrictions applicable along route.

  • x-api-key (header)
POST

/us/v1/ssa/distance-query

Retrieve all special security areas located within given distance of location.

  • x-api-key (header)
POST

/us/v1/ssa/polygon-query

Retrieve all special security areas located within given GeoJSON Polygon.

  • x-api-key (header)
POST

/us/v1/ssa/route-query

Retrieve all special security areas traversed by route.

  • x-api-key (header)
POST

/us/v1/uoa/distance-query

Retrieve UAS Operating Areas (UOAs) found within given distance of location.

  • x-api-key (header)
POST

/us/v1/wx-forecast/route-query

Retrieve forecast values along a route for all requested weather elements and time periods.

  • x-api-key (header)
POST

/us/v1/uoa/polygon-query

Retrieve UAS Operating Areas (UOAs) found within given area.

  • x-api-key (header)
POST

/us/v1/uoa/route-query

Retrieve UAS Operating Areas (UOAs) found along route.

  • x-api-key (header)
POST

/us/v1/venues/distance-query

Retrieve all restricted public venues located within given distance of location.

  • x-api-key (header)
POST

/us/v1/venues/polygon-query

Retrieve all restricted public venues located within given GeoJSON Polygon.

  • x-api-key (header)
POST

/us/v1/venues/route-query

Retrieve all restricted public venues traversed by route.

  • x-api-key (header)
POST

/us/v1/wx-forecast/distance-query

Retrieve forecast values within given distance of location for all requested weather elements and time periods.

  • x-api-key (header)
POST

/us/v1/wx-forecast/polygon-query

Retrieve forecast values within given GeoJSON polygon for all requested weather elements and time periods.

  • x-api-key (header)

24 endpoints auto-detected

curl -X POST \
  "https://dflight-api.ljaero.com/us/v1/aerodromes/distance-query"

dflight-api.ljaero.com · HTTPS only