# StableTravel Seats.aero Trip Details

> StableTravel Seats.aero Trip Details is a paid API for AI agents from stabletravel.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Retrieve flight-level trip details and booking links for a specific Seats.aero availability ID

## Facts

- Endpoint: GET https://stabletravel.dev/api/seats-aero/trips/30im96WmcqPsBu21yTrWEwzjCkI
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stabletravel-seats-aero-trip-details-5b3d1992
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BAsdkokCrdhNdmTkjDO-d

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stabletravel-seats-aero-trip-details-5b3d1992
```

Example prompt: Can you pull up the full trip details and booking links for that Seats.aero award availability with ID 30im96WmcqPsBu21yTrWEwzjCkI — I want to see the flight numbers, carriers, departure and arrival times, mileage cost, taxes, and how many seats are left?

## When to prefer this

Use this endpoint when you have a specific Seats.aero availability ID and need full flight-level details including segments, carriers, mileage costs, taxes, remaining seats, and booking links. This is the right choice after searching for award availability and identifying a specific result you want to act on. Not for searching across routes or dates — use the Availability search endpoint for that.

## Known failure modes

- Invalid or expired availability ID returns empty data array
- Availability ID no longer active (award space gone) returns null or empty result
- Payment failure (x402 protocol) returns 402 Payment Required
- Malformed request returns 400 Bad Request
- Rate limiting or server error returns 500

## How this service works

Retrieve flight-level trip details and booking links for a Seats.aero availability ID.

## Output

Returns an array of trip objects each containing flight segment details (ID, cabin, stops, source, carriers, flight numbers, departure/arrival times, mileage cost, alliance cost, taxes and currency, total duration, remaining seats, and availability segments with nested segment-level data), plus booking links to complete the award reservation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "properties": {
      "data": {
       "anyOf": [
        {
         "type": "array",
         "items": {
          "type": "object",
          "properties": {
           "ID": {
            "anyOf": [
             {
              "type": "string"
             },
             {
              "type": "null"
             }
            ]
           },
           "Cabin": {
            "anyOf": [
             {
              "type": "string"
             },
             {
              "type": "null"
             }
            ]
           },
           "Stops": {
            "anyOf": [
             {
              "type": "number"
             },
             {
              "type": "null"
             }
            ]
           },
           "Source": {
            "anyOf": [
             {
              "type": "string"
             },
             {
              "type": "null"
             }
            ]
           },
           "RouteID": {
            "anyOf": [
             {
              "type": "string"
             },
             {
              "type": "null"
             }
            ]
           },
           "Carriers": {
            "anyOf": [
             {
              "type": "string"
             },
             {
              "type": "null"
             }
            ]
           },
           "ArrivesAt": {
            "anyOf": [
             {
              "type": "string"
             },
             {
              "type": "null"
             }
            ]
           },
           "CreatedAt": {
            "anyOf": [
             {
              "type": "string"
             },
     
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stabletravel-seats-aero-trip-details-5b3d1992/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stabletravel.dev](https://www.zero.xyz/host/stabletravel.dev/llms.txt)
