Automate Ljaero DFlight
HumDay reads Ljaero DFlight’s own published API description and derives 24 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Ljaero DFlight is
[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 Yo
API host: dflight-api.ljaero.com
What HumDay can do in Ljaero DFlight
24 documented operations change something in Ljaero DFlight.
- POSTRetrieve all special security areas traversed by route.
/us/v1/ssa/route-query - POSTRetrieve UAS Operating Areas (UOAs) found along route.
/us/v1/uoa/route-query - POSTRetrieve all special security areas located within given GeoJSON Polygon.
/us/v1/ssa/polygon-query - POSTRetrieve UAS Operating Areas (UOAs) found within given area.
/us/v1/uoa/polygon-query - POSTRetrieve all special security areas located within given distance of location.
/us/v1/ssa/distance-query - POSTRetrieve UAS Operating Areas (UOAs) found within given distance of location.
/us/v1/uoa/distance-query - POSTRetrieve all restricted public venues traversed by route.
/us/v1/venues/route-query - POSTRetrieve all requested types of airspace traversed by route.
/us/v1/airspace/route-query - POSTRetrieve all restricted public venues located within given GeoJSON Polygon.
/us/v1/venues/polygon-query - POSTRetrieve obstacles found along a route.
/us/v1/obstacles/route-query - POSTRetrieve all restricted public venues located within given distance of location.
/us/v1/venues/distance-query - POSTRetrieve aerodromes found along a route.
/us/v1/aerodromes/route-query - POSTRetrieve all requested types of airspace located within given GeoJSON Polygon.
/us/v1/airspace/polygon-query - POSTRetrieve all requested types of airspace located within given distance of location.
/us/v1/airspace/distance-query - POSTRetrieve obstacles located within given area.
/us/v1/obstacles/polygon-query - POSTRetrieve forecast values along a route for all requested weather elements and time periods.
/us/v1/wx-forecast/route-query - POSTRetrieve aerodromes located within given area.
/us/v1/aerodromes/polygon-query - POSTRetrieve obstacles within given distance of location.
/us/v1/obstacles/distance-query - POSTRetrieve flight restrictions applicable along route.
/us/v1/restrictions/route-query - POSTRetrieve aerodromes within given distance of location.
/us/v1/aerodromes/distance-query - POSTRetrieve forecast values within given GeoJSON polygon for all requested weather elements and time periods.
/us/v1/wx-forecast/polygon-query - POSTRetrieve flight restrictions applicable within given area.
/us/v1/restrictions/polygon-query - POSTRetrieve forecast values within given distance of location for all requested weather elements and time periods.
/us/v1/wx-forecast/distance-query - POSTRetrieve flight restrictions applicable within given distance of location.
/us/v1/restrictions/distance-query
How automating Ljaero DFlight works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Ljaero DFlight account.
- Grant access, then go live. You approve the specific Ljaero DFlight operations it may use — and only those.
Questions about Ljaero DFlight automation
- Can HumDay connect to Ljaero DFlight?
- Yes. HumDay reads Ljaero DFlight's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 24 operations are documented.
- Do I need to write code to automate Ljaero DFlight?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Ljaero DFlight account.
- What can HumDay do in Ljaero DFlight?
- 24 of the 24 documented operations change something in Ljaero DFlight, and 0 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Ljaero DFlight account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Ljaero DFlight is held behind that approval.
Where this came from
The operations above are read from a published API description for Ljaero DFlight at dflight-api.ljaero.com/openapi.json. Descriptions are the provider’s own words, not ours. Last published 2023-03-06.