{
  "x402Version": 2,
  "id": 649,
  "slug": "649",
  "resource": "https://stabletravel.dev/api/seats-aero/availability",
  "description": "Retrieve bulk cached Seats.aero award availability for a mileage program, optionally filtered by region, date, and cabin.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xDd257723b86B4947483905cdAcBbBC70fACF2ec0",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "40000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "6u5LMGQC2qk9peNibahmRWxGVXrBypk8nhTCcqtiuqMY",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "40000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "cabin": "business",
            "destination_region": "Europe",
            "end_date": "2026-12-31",
            "origin_region": "North America",
            "source": "united",
            "start_date": "2026-12-01",
            "take": 100
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "cursor": 123456,
            "data": [
              {
                "Date": "2026-12-10",
                "ID": "avail_123",
                "JAirlines": "UA",
                "JAvailable": true,
                "JDirect": true,
                "JMileageCost": "88000",
                "JRemainingSeats": 2,
                "Route": {
                  "DestinationAirport": "FRA",
                  "DestinationRegion": "Europe",
                  "OriginAirport": "SFO",
                  "OriginRegion": "North America",
                  "Source": "united"
                },
                "Source": "united"
              }
            ],
            "hasMore": true
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
                  },
                  "cursor": {
                    "description": "Cursor from a previous Seats.aero response",
                    "maximum": 9007199254740991,
                    "minimum": -9007199254740991,
                    "type": "integer"
                  },
                  "destination_region": {
                    "enum": [
                      "North America",
                      "South America",
                      "Africa",
                      "Asia",
                      "Europe",
                      "Oceania"
                    ],
                    "type": "string"
                  },
                  "end_date": {
                    "description": "Latest departure date",
                    "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                    "type": "string"
                  },
                  "origin_region": {
                    "enum": [
                      "North America",
                      "South America",
                      "Africa",
                      "Asia",
                      "Europe",
                      "Oceania"
                    ],
                    "type": "string"
                  },
                  "skip": {
                    "description": "Number of results to skip",
                    "maximum": 9007199254740991,
                    "minimum": 0,
                    "type": "integer"
                  },
                  "source": {
                    "description": "Seats.aero mileage program source, such as united or aeroplan",
                    "minLength": 1,
                    "type": "string"
                  },
                  "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": [
                  "source"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "stabletravel.dev",
  "lastUpdated": "2026-09-13T14:55:21.581Z",
  "quality": {
    "calls30d": 974,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-13T14:55:21.351Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "stabletravel.dev",
    "manifest_name": "stabletravel.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}