# DFlight API **Provider:** DFlight **Category:** weather **Base URL:** `https://dflight-api.ljaero.com/` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://dflight-api.ljaero.com/ ## Description DFlight API 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://dflight-api.ljaero.com//us/v1/aerodromes/distance-query` | Retrieve aerodromes within given distance of location. | | POST | `https://dflight-api.ljaero.com//us/v1/aerodromes/polygon-query` | Retrieve aerodromes located within given area. | | POST | `https://dflight-api.ljaero.com//us/v1/aerodromes/route-query` | Retrieve aerodromes found along a route. | | POST | `https://dflight-api.ljaero.com//us/v1/airspace/distance-query` | Retrieve all requested types of airspace located within given distance of location. | | POST | `https://dflight-api.ljaero.com//us/v1/airspace/polygon-query` | Retrieve all requested types of airspace located within given GeoJSON Polygon. | | POST | `https://dflight-api.ljaero.com//us/v1/airspace/route-query` | Retrieve all requested types of airspace traversed by route. | | POST | `https://dflight-api.ljaero.com//us/v1/obstacles/distance-query` | Retrieve obstacles within given distance of location. | | POST | `https://dflight-api.ljaero.com//us/v1/obstacles/polygon-query` | Retrieve obstacles located within given area. | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://dflight-api.ljaero.com//us/v1/aerodromes/distance-query' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/dflight/) — CC BY 4.0*