EasyVFR DYNAM Data API
Live European airspace and graphical NOTAM data.
REST + GeoJSON. Same aeronautical data that drives EasyVFR and NOTAMbriefing — Eurocontrol EAD and NM B2B, national AIPs, VFR manuals — consolidated into one consistent DYNAM format with dynamic activation, vertical limits, and styling hints ready for the map.
curl -H "Authorization: Bearer <<TOKEN>>" \
"https://dynam.easyvfr.stream/api/v1/data/airspaces?countries=NL,BE,DE&scope=dynam"
Tokens and End-user OAuth clients are issued after review. Use the Production access request page for this environment. The public third-party scope is dynam; static is internal-only.
Documentation
- 01 Quickstart Pick auth and licensing model, request approval, make your first DYNAM call.
- 02 MapLibre/Mapbox Load the GeoJSON source, draw airspaces, and filter graphical NOTAM features.
- 03 Data Response shape, graphical NOTAM fields, vertical limits, activation, and styling hints.
- 04 Airspace Types Full table of type codes and OpenAIP mappings.
- 05 Auth API token, End-user OAuth, application tokens, scopes, and user rights.
- 06 Reference OpenAPI: every endpoint, parameter, and response schema.