Skip to content

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.

index.html
<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.

POST/api/v1/flight/check

Check drone flight legality for coordinates.

Request: lat, lng, altitude_m, drone_class, operator_category
Response: result, confidence, summary, zone, warnings
POST/api/v1/route/validate

Validate an entire flight route against airspace regulations.

Request: waypoints[], altitude_m, drone_class, operator_category
Response: result, segments[], zone_transitions[], route metadata
POST/api/v1/scenario/evaluate

Run what-if scenarios: altitude change, drift, emergency landing, altitude sweep.

POST/api/v1/risk/score

Get a 0-100 risk score with breakdown by airspace, altitude, drone class, and more.

GET/api/v1/regulations/lookup

Query drone regulations by country, category, and drone class. No auth required.

GET/api/v1/regulations/countries

List all supported countries with coverage level and regulation counts.

GET/api/v1/airspace/zones

Query airspace zones by country. Optional lat/lng/radius for spatial filtering.

GET/api/v1/keys/usage

Check your current quota and usage. Requires X-API-Key header.

Authentication: Pass your API key via X-API-Key header.

Get your API key

Sign up for free — 100 checks/month. No credit card required.

Get Free API Key →

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

Integrate — Aviator Avenue