Skip to main content
GET
Route News

Overview

Returns recent news articles, strike alerts, weather warnings, and disruption reports relevant to a given route. Powered by AI curation from Google News and ANSA — only items with meaningful impact on flight reliability are included. News is cached for 6 hours per route. Pass refresh=true to force a fresh fetch.

Request

string
required
IATA code of the departure airport.
string
required
IATA code of the arrival airport.
boolean
default:"false"
If true, bypasses the cache and fetches fresh news. Use sparingly.
string
required
Your API key.

Response

string
IATA code of the departure airport.
string
IATA code of the arrival airport.
array
List of news items relevant to the route.
object
Cache and fetch metadata.

Example

Response
You can include news inline in the /api/score response by passing news=true. This avoids a second API call when you need both score and news context together.