ljaero.com – 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
You can define your geographic area of interest in one of three convenient ways:
- Providing a latitude/longitude point and distance around that point
- Providing a GeoJSON LineString defining your route
- Providing an arbitrary GeoJSON Polygon defining your area of interest
- Homepage
- https://api.apis.guru/v2/specs/ljaero.com:dflight/V 1.0.0.json
- Provider
- ljaero.com:dflight / dflight
- OpenAPI version
- 3.0.2
- Spec (JSON)
- https://api.apis.guru/v2/specs/ljaero.com/dflight/V 1.0.0/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/ljaero.com/dflight/V 1.0.0/openapi.yaml
Tools (26)
Extracted live via the executor SDK.
-
aerodromes.aerodromesByDistanceUsV1AerodromesDistanceQueryPostRetrieve aerodromes within given distance of a point. Request body parameters are:
- latitude: WGS84 latitude coordinate of your selected point, in decimal degrees
- longitude: WGS84 longitude coordinate of your selected point, in decimal degrees
- distance: distance in meters (max allowed value is 25000)
Successful requests return a GeoJSON FeatureCollection, with a separate Feature for each Aerodrome found. All Features will include properties for the facility name, ident, type, and operational status.
-
aerodromes.aerodromesByPolyUsV1AerodromesPolygonQueryPostRetrieve aerodromes located within given area. Request body parameters are:
- poly: defining the area. Max allowed area is 1000 km^2.
Successful requests return a GeoJSON FeatureCollection, with a separate Feature for each Aerodrome found. All Features will include properties for the facility name, ident, type, and operational status.
-
aerodromes.aerodromesByRouteUsV1AerodromesRouteQueryPostRetrieve aerodromes found along a route. Request body parameters are:
- route: defining the route. Max allowed length is 50 km.
Successful requests return a GeoJSON FeatureCollection, with a separate Feature for each Aerodrome found. All Features will include properties for the facility name, ident, type, and operational status.
-
airspace.aspByDistanceUsV1AirspaceDistanceQueryPostRetrieve selected types of airspace existing within given distance from a point. Request body parameters are:
- latitude: WGS84 latitude coordinate of your selected point, in decimal degrees
- longitude: WGS84 longitude coordinate of your selected point, in decimal degrees
- distance: distance in meters (max allowed value is 25000)
- asptypes: list of one or more airspace types you wish to retrieve. Allowed values are 'CAS', 'SUA', 'MAA', and 'MTR'.
Successful requests return a list of GeoJSON FeatureCollections, one for each Airspace type indicated in the request. Within each feature collection, there will be a separate Feature for each Airspace instance found. All Features will include a property indicating the airspace_type. Additional properties for each airspace_type are as follows:
- CAS (Controlled Airspace)
- name
- cas_class: B, C, D, or E2
- floor: integer value in ft MSL
- ceiling: integer value in ft MSL
- lannc: true/false indicating whether or not authorization for this airspace may be obtained via LAANC
- SUA (Special Use Airspace)
- name
- sua_type: AA = Alert Area, MOA = Military Operations Area, NSA = National Security Area, PA = Prohibited Area, RA = Restricted Area, WA = Warning Area
- floor: lower limit of the airspace
- floor_uom: unit of measure used for the numeric floor value: FT (feet) or FL (flight level)
- floor_ref: reference level used for the numeric floor value: AGL, MSL, or STD (standard atmosphere, used for flight level values)
- ceiling: upper limit of the airspace
- ceiling_uom: unit of measure used for the numeric floor value: FT (feet) or FL (flight level)
- ceiling_ref: reference level used for the numeric ceiling value: AGL, MSL, or STD (standard atmosphere, used for flight level values)
- MAA (Miscellaneous Activity Area)
- name
- maa_type: one of the following - ULTRALIGHT, PARACHUTE JUMP AREA, AEROBATIC PRACTICE, GLIDER, HANG GLIDER, SPACE LAUNCH ACTIVITY
- use_times: textual description of days/times when activity in the area should be expected
- MTR (Military Training Route)
- name
- use_times: textual description of days/times when MTR is active/hot
- terrain_following: boolean value indicating whether terrain following activity occurs on the route
- max_extent_nm: maximum distance that aircraft can deviate from route centerline
-
airspace.aspByPolyUsV1AirspacePolygonQueryPostRetrieve selected types of airspace located within given area. Request body parameters are:
- poly: defining the area. Max allowed area is 1000 km^2.
- asptypes: list of one or more airspace types you wish to retrieve. Allowed values are 'CAS', 'SUA', 'MAA', and 'MTR'.
Successful requests return a list of GeoJSON FeatureCollections, one for each Airspace type indicated in the request. Within each feature collection, there will be a separate Feature for each Airspace instance found. All Features will include a property indicating the airspace_type. Additional properties for each airspace_type are as follows:
- CAS (Controlled Airspace)
- name
- cas_class: B, C, D, or E2
- floor: integer value in ft MSL
- ceiling: integer value in ft MSL
- lannc: true/false indicating whether or not authorization for this airspace may be obtained via LAANC
- SUA (Special Use Airspace)
- name
- sua_type: AA = Alert Area, MOA = Military Operations Area, NSA = National Security Area, PA = Prohibited Area, RA = Restricted Area, WA = Warning Area
- floor: lower limit of the airspace
- floor_uom: unit of measure used for the numeric floor value: FT (feet) or FL (flight level)
- floor_ref: reference level used for the numeric floor value: AGL, MSL, or STD (standard atmosphere, used for flight level values)
- ceiling: upper limit of the airspace
- ceiling_uom: unit of measure used for the numeric floor value: FT (feet) or FL (flight level)
- ceiling_ref: reference level used for the numeric ceiling value: AGL, MSL, or STD (standard atmosphere, used for flight level values)
- MAA (Miscellaneous Activity Area)
- name
- maa_type: one of the following - ULTRALIGHT, PARACHUTE JUMP AREA, AEROBATIC PRACTICE, GLIDER, HANG GLIDER, SPACE LAUNCH ACTIVITY
- use_times: textual description of days/times when activity in the area should be expected
- MTR (Military Training Route)
- name
- use_times: textual description of days/times when MTR is active/hot
- terrain_following: boolean value indicating whether terrain following activity occurs on the route
- max_extent_nm: maximum distance that aircraft can deviate from route centerline
-
airspace.aspByRouteUsV1AirspaceRouteQueryPostRetrieve selected types of airspace traversed by route. Request body parameters are:
- route: defining the route. Max allowed length is 50 km.
- asptypes: list of one or more airspace types you wish to retrieve. Allowed values are 'CAS', 'SUA', 'MAA', and 'MTR'.
Successful requests return a list of GeoJSON FeatureCollections, one for each Airspace type indicated in the request. Within each feature collection, there will be a separate Feature for each Airspace instance found. All Features will include a property indicating the airspace_type. Additional properties for each airspace_type are as follows:
- CAS (Controlled Airspace)
- name
- cas_class: B, C, D, or E2
- floor: integer value in ft MSL
- ceiling: integer value in ft MSL
- lannc: true/false indicating whether or not authorization for this airspace may be obtained via LAANC
- SUA (Special Use Airspace)
- name
- sua_type: AA = Alert Area, MOA = Military Operations Area, NSA = National Security Area, PA = Prohibited Area, RA = Restricted Area, WA = Warning Area
- floor: lower limit of the airspace
- floor_uom: unit of measure used for the numeric floor value: FT (feet) or FL (flight level)
- floor_ref: reference level used for the numeric floor value: AGL, MSL, or STD (standard atmosphere, used for flight level values)
- ceiling: upper limit of the airspace
- ceiling_uom: unit of measure used for the numeric floor value: FT (feet) or FL (flight level)
- ceiling_ref: reference level used for the numeric ceiling value: AGL, MSL, or STD (standard atmosphere, used for flight level values)
- MAA (Miscellaneous Activity Area)
- name
- maa_type: one of the following - ULTRALIGHT, PARACHUTE JUMP AREA, AEROBATIC PRACTICE, GLIDER, HANG GLIDER, SPACE LAUNCH ACTIVITY
- use_times: textual description of days/times when activity in the area should be expected
- MTR (Military Training Route)
- name
- use_times: textual description of days/times when MTR is active/hot
- terrain_following: boolean value indicating whether terrain following activity occurs on the route
- max_extent_nm: maximum distance that aircraft can deviate from route centerline
-
flightRestrictions.tfrByDistanceUsV1RestrictionsDistanceQueryPostRetrieve Flight Restrictions applicable within given distance of a point. Request body parameters are:
- latitude: WGS84 latitude coordinate of your selected point, in decimal degrees
- longitude: WGS84 longitude coordinate of your selected point, in decimal degrees
- distance: distance in meters (max allowed value is 25000)
-
flightRestrictions.tfrByPolyUsV1RestrictionsPolygonQueryPostRetrieve Flight Restrictions located within given area. Request body parameters are:
- poly: defining the area. Max allowed area is 1000 km^2.
-
flightRestrictions.tfrByRouteUsV1RestrictionsRouteQueryPostRetrieve Flight Restrictions applicable along your route. Request body parameters are:
- route: defining the route. Max allowed length is 50 km.
-
restrictedPublicVenues.venByDistanceUsV1VenuesDistanceQueryPostRetrieve venues existing within given distance from a point. Request body parameters are:
- latitude: WGS84 latitude coordinate of your selected point, in decimal degrees
- longitude: WGS84 longitude coordinate of your selected point, in decimal degrees
- distance: distance in meters (max allowed value is 25000)
-
restrictedPublicVenues.venByPolyUsV1VenuesPolygonQueryPostRetrieve all restricted public venues located within given area. Request body parameters are:
- poly: defining the area. Max allowed area is 1000 km^2.
-
restrictedPublicVenues.venByRouteUsV1VenuesRouteQueryPostRetrieve all restricted public venues intersected by route. Request body parameters are:
- route: defining the route. Max allowed length is 50 km.
-
specialSecurityAreas.ssaByDistanceUsV1SsaDistanceQueryPostRetrieve special security areas existing within given distance from a point. Request body parameters are:
- latitude: WGS84 latitude coordinate of your selected point, in decimal degrees
- longitude: WGS84 longitude coordinate of your selected point, in decimal degrees
- distance: distance in meters (max allowed value is 25000)
-
specialSecurityAreas.ssaByPolyUsV1SsaPolygonQueryPostRetrieve all special security areas located within given area. Request body parameters are:
- poly: defining the area. Max allowed area is 1000 km^2.
-
specialSecurityAreas.ssaByRouteUsV1SsaRouteQueryPostRetrieve all special security areas intersected by route. Request body parameters are:
- route: defining the route. Max allowed length is 50 km.
-
surfaceObstacles.obstaclesByDistanceUsV1ObstaclesDistanceQueryPostRetrieve obstacles within given distance of a point. Request body parameters are:
- latitude: WGS84 latitude coordinate of your selected point, in decimal degrees
- longitude: WGS84 longitude coordinate of your selected point, in decimal degrees
- distance: distance in meters (max allowed value is 25000)
-
surfaceObstacles.obstaclesByPolyUsV1ObstaclesPolygonQueryPostRetrieve obstacles located within given area. Request body parameters are:
- poly: defining the area. Max allowed area is 1000 km^2.
-
surfaceObstacles.obstaclesByRouteUsV1ObstaclesRouteQueryPostRetrieve obstacles found along a route. Request body parameters are:
- route: defining the route. Max allowed length is 50 km.
-
uasOperatingAreas.uoaByDistanceUsV1UoaDistanceQueryPostRetrieve UAS Operating Areas (UOAs) found within given distance of a point. Request body parameters are:
- latitude: WGS84 latitude coordinate of your selected point, in decimal degrees
- longitude: WGS84 longitude coordinate of your selected point, in decimal degrees
- distance: distance in meters (max allowed value is 25000)
-
uasOperatingAreas.uoaByPolyUsV1UoaPolygonQueryPostRetrieve UAS Operating Areas (UOAs) found within given area. Request body parameters are:
- poly: defining the area. Max allowed area is 1000 km^2.
-
uasOperatingAreas.uoaByRouteUsV1UoaRouteQueryPostRetrieve UAS Operating Areas (UOAs) found along your route. Request body parameters are:
- route: defining the route. Max allowed length is 50 km.
-
weather.wxByDistanceUsV1WxForecastDistanceQueryPostRetrieve forecast values for selected weather elements and time period. Request body parameters are:
- latitude: WGS84 latitude coordinate of your selected point, in decimal degrees
- longitude: WGS84 longitude coordinate of your selected point, in decimal degrees
- distance: distance in meters (max allowed value is 25000)
- wxtypes: list of one or more weather forecast elements you wish to retrieve. Allowed values are "CIG", "DEWPT", "SKY", "TEMP", "VIS", "WINDDIR", "WINDGUST", "WINDSPEED".
- hours: number of hourly forecasts to return (1-24). For current hour only you should enter value of 1. To also retrieve values for each of the next n hours, enter n.
The response will consist of a GeoJSON FeatureCollection with one Feature for each forecast location found within requested area, properties of which will include an ordered list of forecast values for each requested weather element, for each requested hour. Units for each element are as follows:
- CIG: meters AGL
- DEWPT: degrees Celsius
- SKY: % cloud cover
- TEMP: degrees Celsius
- VIS: meters
- WINDDIR: degrees true
- WINDGUST: meters/sec
- WINDSPEED: meters/sec
-
weather.wxByPolyUsV1WxForecastPolygonQueryPostRetrieve forecast values located within given area for requested weather elements and time period. Request body parameters are:
- poly: defining the area. Max allowed area is 1000 km^2.
- wxtypes: list of one or more weather forecast elements you wish to retrieve. Allowed values are "CIG", "DEWPT", "SKY", "TEMP", "VIS", "WINDDIR", "WINDGUST", "WINDSPEED".
- hours: number of hourly forecasts to return (1-24). For current hour only you should enter value of 1. To also retrieve values for each of the next n hours, enter n.
The response will consist of a GeoJSON FeatureCollection with one Feature for each forecast location found within requested area, properties of which will include an ordered list of forecast values for each requested weather element, for each requested hour. Units for each element are as follows:
- CIG: meters AGL
- DEWPT: degrees Celsius
- SKY: % cloud cover
- TEMP: degrees Celsius
- VIS: meters
- WINDDIR: degrees true
- WINDGUST: meters/sec
- WINDSPEED: meters/sec
-
weather.wxByRouteUsV1WxForecastRouteQueryPostRetrieve forecast values along route for requested weather elements and time period. Request body parameters are:
- route: defining the route. Max allowed length is 50 km.
- wxtypes: list of one or more weather forecast elements you wish to retrieve. Allowed values are "CIG", "DEWPT", "SKY", "TEMP", "VIS", "WINDDIR", "WINDGUST", "WINDSPEED".
- hours: number of hourly forecasts to return (1-24). For current hour only you should enter value of 1. To also retrieve values for each of the next n hours, enter n.
The response will consist of a GeoJSON FeatureCollection with one Feature for each forecast location found within requested area, properties of which will include an ordered list of forecast values for each requested weather element, for each requested hour. Units for each element are as follows:
- CIG: meters AGL
- DEWPT: degrees Celsius
- SKY: % cloud cover
- TEMP: degrees Celsius
- VIS: meters
- WINDDIR: degrees true
- WINDGUST: meters/sec
- WINDSPEED: meters/sec
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools