Query the FlightAware AeroAPI v4 for airport board data and detect departure or arrival disruptions

domain: flightaware.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Authenticate with your AeroAPI key via the Authorization header (value: YOUR_AEROAPI_KEY) on all requests to the base URL https://aeroapi.flightaware.com/aeroapi.
  2. Call GET /airports/{id}/flights/departures or /arrivals with the ICAO or IATA airport code to retrieve the departure/arrival board for the airport; use the start and end query parameters to bound the time window.
  3. For each flight in the response, inspect the actual_off / actual_on timestamps versus the scheduled_off / scheduled_on; compute the delay in minutes; flag flights where the delta exceeds your threshold.
  4. For cancellations, check the cancelled boolean field on each flight object — a true value indicates the airline has cancelled the flight in AeroAPI's data.
  5. To track a specific flight over time, use GET /flights/{ident} with the flight identifier (e.g., AA123) to retrieve the flight's current status, estimated times, and any diversion information.
  6. Store the AeroAPI fa_flight_id as your canonical flight reference for subsequent queries — flight identifiers can be reused across dates, but fa_flight_id is unique per operation.

Known gotchas

Related routes

Query flight status for a specific flight using FlightAware AeroAPI v4
flightaware.com · 5 steps · unrated
Monitor real-time flight status and disruptions using the FlightAware AeroAPI
flightaware · 6 steps · unrated
Retrieve flight and airport data from the AeroDataBox API via RapidAPI
RapidAPI (aerodatabox) · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans