Integrate Aviator Avenue
Add drone flight legality checks to your platform in 60 seconds.
Embed the widget
Drop two lines into any HTML page. Works everywhere — no framework required.
<script src="https://aviatoravenue.net/api/widget" data-api-key="YOUR_API_KEY"></script> <div id="aa-flight-check"></div>
Use the API directly
Two endpoints. JSON in, JSON out. Works with any language.
curl -X POST https://aviatoravenue.net/api/v1/flight/check \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"lat": 52.37,
"lng": 4.90,
"altitude_m": 50,
"drone_class": "C1",
"operator_category": "open_a1"
}'API Reference
Everything you need to get started.
/api/v1/flight/checkCheck drone flight legality for coordinates.
/api/v1/route/validateValidate an entire flight route against airspace regulations.
/api/v1/scenario/evaluateRun what-if scenarios: altitude change, drift, emergency landing, altitude sweep.
/api/v1/risk/scoreGet a 0-100 risk score with breakdown by airspace, altitude, drone class, and more.
/api/v1/regulations/lookupQuery drone regulations by country, category, and drone class. No auth required.
/api/v1/regulations/countriesList all supported countries with coverage level and regulation counts.
/api/v1/airspace/zonesQuery airspace zones by country. Optional lat/lng/radius for spatial filtering.
/api/v1/keys/usageCheck your current quota and usage. Requires X-API-Key header.
Authentication: Pass your API key via X-API-Key header.
Integrate with your stack
Aviator Avenue fits into any drone workflow.
Flight Planning Software
Embed pre-flight compliance checks
Drone Operations
Automate regulatory validation
Training & Simulation
Add real-world airspace rules
Compliance & Reporting
Generate flight audit trails
Insurance & Risk
Flight risk assessment data
Custom Applications
Build anything with our API