StableTravel Seats.aero Routes is a paid API for AI agents from stabletravel.dev, paid per call via x402, $0.01/call, status healthy (last checked 2026-09-14, last successful call 2026-09-08).
Retrieves all award flight routes available under a specific mileage program via the Seats.aero data source
List airline flight route pairs covered by a Seats.aero mileage program source. These are origin/destination airport pairs, not API routes.
Returns an array of route objects, each containing a route ID, the mileage program source, distance in miles, number of days out the route is searchable, origin and destination airport codes, and origin and destination regions.
GEThttps://stabletravel.dev/api/seats-aero/routesUse this endpoint when you need to enumerate all available award routes for a specific mileage program before searching for specific availability. It is the right first step when a user wants to understand which origin-destination pairs a frequent flyer program supports, especially before calling award availability search endpoints.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": [
{
"ID": "route_123",
"Source": "united",
"Distance": 5685,
"NumDaysOut": 365,
"OriginRegion": "North America",
"OriginAirport": "SFO",
"DestinationRegion": "Europe",
"DestinationAirport": "FRA"
}
]
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"