Search cached Seats.aero award availability by origin, destination, dates, cabin
Search cached Seats.aero award availability by origin, destination, dates, cabin, carriers, and pagination.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
265 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://stabletravel.dev/api/seats-aero/search
| Category | Search and research |
|---|---|
| Provider host | stabletravel.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3,448 from 20 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 265 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"cabin": "business",
"destination_airport": "FRA,LHR",
"end_date": "2026-12-15",
"only_direct_flights": true,
"origin_airport": "SFO",
"start_date": "2026-12-01",
"take": 25
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"cabin": {
"description": "Award cabin to require",
"enum": [
"economy",
"premium",
"business",
"first"
],
"type": "string"
},
"carriers": {
"description": "Comma-delimited carrier filter, e.g. \"UA,LH\".",
"type": "string"
},
"cursor": {
"description": "Cursor from a previous Seats.aero response",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"destination_airport": {
"description": "Destination airport list. Comma-delimit multiple codes, e.g. \"FRA,LHR\".",
"minLength": 3,
"type": "string"
},
"end_date": {
"description": "Latest departure date",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"type": "string"
},
"include_trips": {
"description": "Include trip-level details in cached search results",
"type": "boolean"
},
"only_direct_flights": {
"description": "Only return results with direct award availability",
"type": "boolean"
},
"order_by": {
"description": "Order results by cheapest mileage instead of default date order",
"enum": [
"lowest_mileage"
],
"type": "string"
},
"origin_airport": {
"description": "Origin airport list. Comma-delimit multiple codes, e.g. \"SFO,LAX\".",
"minLength": 3,
"type": "string"
},
"skip": {
"description": "Number of results to skip",
"maximum": 9007199254740991,
"minimum": 0,
"type": "integer"
},
"start_date": {
"description": "Earliest departure date",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"type": "string"
},
"take": {
"description": "Number of results to return, 10 to 1000",
"maximum": 1000,
"minimum": 10,
"type": "integer"
}
},
"required": [
"origin_airport",
"destination_airport"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": {},
"properties": {
"count": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"cursor": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"data": {
"anyOf": [
{
"items": {
"additionalProperties": {},
"properties": {
"AvailabilityTrips": {},
"CreatedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"Date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"FAirlines": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"FAvailable": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"FDirect": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"FMileageCost": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]