Smart Travel Ops API avatar

Smart Travel Ops API

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Smart Travel Ops API

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

Alessandro Amato

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

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

ActionInputDescription
flightStatuscallsign or icao24Current position and status of a flight
flightDelaycallsignDetect if a flight is delayed (requires Aviation-Edge key)
flightTimesicao24, begin, endHistorical flight times for an aircraft
airportDetailsiata or icaoAirport metadata and timezone
routeInfoorigin, destinationDistance and duration between two airports
flightSummarycallsignHuman-readable flight summary
livePositioncallsign or icao24Coordinate, altitude, and speed conversions
localAirportTimeiataCurrent local time at an airport
flightScheduleLookupflightNumber, dateScheduled departure/arrival times
flightSearchorigin, destination, begin, endSearch 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.0005
  • result: $0.0005
  • ~$1.00 per 1,000 requests

Data Sources

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.