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
Latency
308ms p95
Uptime
0.0% 30d
Playground
Verified
live
Endpoints
/us/v1/aerodromes/distance-query
Retrieve aerodromes within given distance of location.
/us/v1/obstacles/polygon-query
Retrieve obstacles located within given area.
/us/v1/aerodromes/polygon-query
Retrieve aerodromes located within given area.
/us/v1/aerodromes/route-query
Retrieve aerodromes found along a route.
/us/v1/airspace/distance-query
Retrieve all requested types of airspace located within given distance of location.
/us/v1/airspace/polygon-query
Retrieve all requested types of airspace located within given GeoJSON Polygon.
/us/v1/airspace/route-query
Retrieve all requested types of airspace traversed by route.
/us/v1/obstacles/distance-query
Retrieve obstacles within given distance of location.
/us/v1/obstacles/route-query
Retrieve obstacles found along a route.
/us/v1/restrictions/distance-query
Retrieve flight restrictions applicable within given distance of location.
/us/v1/restrictions/polygon-query
Retrieve flight restrictions applicable within given area.
/us/v1/restrictions/route-query
Retrieve flight restrictions applicable along route.
/us/v1/ssa/distance-query
Retrieve all special security areas located within given distance of location.
/us/v1/ssa/polygon-query
Retrieve all special security areas located within given GeoJSON Polygon.
/us/v1/ssa/route-query
Retrieve all special security areas traversed by route.
/us/v1/uoa/distance-query
Retrieve UAS Operating Areas (UOAs) found within given distance of location.
/us/v1/wx-forecast/route-query
Retrieve forecast values along a route for all requested weather elements and time periods.
/us/v1/uoa/polygon-query
Retrieve UAS Operating Areas (UOAs) found within given area.
/us/v1/uoa/route-query
Retrieve UAS Operating Areas (UOAs) found along route.
/us/v1/venues/distance-query
Retrieve all restricted public venues located within given distance of location.
/us/v1/venues/polygon-query
Retrieve all restricted public venues located within given GeoJSON Polygon.
/us/v1/venues/route-query
Retrieve all restricted public venues traversed by route.
/us/v1/wx-forecast/distance-query
Retrieve forecast values within given distance of location for all requested weather elements and time periods.
/us/v1/wx-forecast/polygon-query
Retrieve forecast values within given GeoJSON polygon for all requested weather elements and time periods.
24 endpoints auto-detected
curl -X POST \ "https://dflight-api.ljaero.com/us/v1/aerodromes/distance-query"
dflight-api.ljaero.com · HTTPS only