Returns recent news articles, strike alerts, weather warnings, and disruption reports relevant to a given route. Powered by AI curation — only items with a meaningful impact on flight reliability are included.
{ "origin": "FCO", "destination": "LHR", "news": [ { "title": "Heathrow ATC staffing issues expected this weekend", "summary": "Air traffic control understaffing at Heathrow may cause ground delays of 30–60 minutes on Saturday.", "source": "AviationHerald", "url": "https://example.com/article", "published_at": "2026-04-08T14:30:00Z", "impact": "medium" } ], "cached": true, "cached_at": "2026-04-09T08:00:00Z"}
You can also include news inline in the /api/score response by passing news=true. This avoids a second API call if you need both the score and news context together.