Flight Delay API: Delays by Airport as JSON
A flight delay API returns flights that are already late, filtered by airport and a minute floor. On FlightLabs that is GET https://api.goflightlabs.com/flight_delays with access_key, type=departures, dep_iata, and delay. The live feed rejects a floor at or below 30 minutes — use delay=60.
Starter is $24.99/mo (4,000 calls) with a 7-day trial (or 50 requests). MCP: mcp.goflightlabs.com. Docs: /flight_delays.
Request: EWR departures ≥ 60 minutes
curl "https://api.goflightlabs.com/flight_delays?access_key=YOUR_KEY&delay=60&type=departures&dep_iata=EWR"
Response: live row (22 Sep 2026)
One row from a live dep_iata=EWR call that day (39 rows total). Not the older CZ6890 docs fi...
Continue Reading