Smart Travel Ops API
Pricing
from $5.00 / 1,000 results
Go to Apify Store
Smart Travel Ops API
A real-time flight and airport data API for developers using live aviation data sources. Get live flight status, airport details, route distances, local time and more with real aviation data from OpenSky, AirLabs and Aviation-Edge.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Alessandro Amato
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Share
Real-time aviation intelligence for flights, airports, and routes.
Get live flight status, delays, schedules, airport details, and route information — all in a single API call. Built on top of OpenSky Network, mwgg/airports, and optional Aviation-Edge enrichment.
Features
- ✈️ Live Flight Status — Track any flight by callsign or ICAO24 transponder code
- 🕐 Flight Delays — Detect delays using real-time state vectors
- 🛬 Airport Details — Full airport info by IATA/ICAO code (timezone, coordinates, elevation)
- 🗺️ Route Intelligence — Haversine distance, estimated duration, and great-circle path between airports
- 📡 Live Position — Real-time latitude, longitude, altitude, speed, and heading
- 📅 Flight Schedules — Historical arrivals/departures with time-range filters
- 🔍 Flight Search — Search flights by aircraft, airport, or route
Actions
| Action | Input | Description |
|---|---|---|
flightStatus | callsign or icao24 | Current position and status of a flight |
flightDelay | callsign | Detect if a flight is delayed (requires Aviation-Edge key) |
flightTimes | icao24, begin, end | Historical flight times for an aircraft |
airportDetails | iata or icao | Airport metadata and timezone |
routeInfo | origin, destination | Distance and duration between two airports |
flightSummary | callsign | Human-readable flight summary |
livePosition | callsign or icao24 | Coordinate, altitude, and speed conversions |
localAirportTime | iata | Current local time at an airport |
flightScheduleLookup | flightNumber, date | Scheduled departure/arrival times |
flightSearch | origin, destination, begin, end | Search flights by route and time |
Example Input
{"action": "flightStatus","callsign": "AAL123"}
Example Output
{"success": true,"action": "flightStatus","timestamp": "2026-05-01T12:00:00Z","data": {"found": true,"callsign": "AAL123","icao24": "A1B2C3","originCountry": "United States","latitude": 40.7128,"longitude": -74.0060,"altitude": 35000,"velocity": 250,"heading": 90,"onGround": false}}
Pricing
- Pay Per Event
apify-actor-start: $0.0005result: $0.0005- ~$1.00 per 1,000 requests
Data Sources
- OpenSky Network — Live flight state vectors
- mwgg/airports — Airport database via unpkg CDN
- Aviation-Edge (optional) — Schedule and delay data
Notes
- OpenSky may return HTTP 403 from cloud datacenters. For best results, run locally or provide an Aviation-Edge API key.
- No browser automation = minimal CU cost.