Everything You Need for Aviation Data
One API, complete aviation coverage. From live tracking to ML predictions.
Weather & Forecasts
METAR, TAF, winds aloft, PIREPs, and AIRMET/SIGMET advisories worldwide.
Airport Data & Search
Detailed data for 50,000+ airports. Search by coordinates, IP geolocation, or text.
Live ADS-B Tracking
Real-time aircraft positions via ADS-B feed. Filter by location, callsign, altitude, and more.
Aerodrome Charts
SID, STAR, approach, and ground charts for airports across 91 countries.
Flight Operations
Real-time flight status, schedules, distance calculations, and AI-powered briefings.
ML Predictions
Machine-learning-powered flight time estimation with route deviation awareness.
Quick Start
# Get METAR weather for JFK airport
curl -H "X-RapidAPI-Key: YOUR_API_KEY" YOUR_API_BASE_URL/v3/weather/metar/KJFK
# Search airports near coordinates
curl -H "X-RapidAPI-Key: YOUR_API_KEY" "YOUR_API_BASE_URL/v3/airports/search/location?lat=40.64&lon=-73.78&radius=50"
# Get live flight status
curl -H "X-RapidAPI-Key: YOUR_API_KEY" YOUR_API_BASE_URL/v3/flight_status/BA123