{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "stabletravel-dev-api-flights-search",
  "title": "Stabletravel \u00b7 Flights Search",
  "url": "https://stabletravel.dev/api/flights/search",
  "category": "data",
  "summary": "Stabletravel \u00b7 Flights Search \u2014 x402-protected data API. Pay $0.054 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Stabletravel \u00b7 Flights Search \u2014 x402 data API \u00b7 $0.054 per call",
    "description": "Stabletravel \u00b7 Flights Search \u2014 x402-protected data API. Pay $0.054 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 2.7,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xdd257723b86b4947483905cdacbbbc70facf2ec0",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "54000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Search flight offers with advanced criteria",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "originDestinations",
              "travelers",
              "sources"
            ],
            "properties": {
              "sources": {
                "type": "array",
                "items": {
                  "enum": [
                    "GDS"
                  ],
                  "type": "string"
                }
              },
              "travelers": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "id",
                    "travelerType"
                  ],
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "travelerType": {
                      "enum": [
                        "ADULT",
                        "CHILD",
                        "SENIOR",
                        "YOUNG",
                        "HELD_INFANT",
                        "SEATED_INFANT",
                        "STUDENT"
                      ],
                      "type": "string"
                    },
                    "associatedAdultId": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                }
              },
              "currencyCode": {
                "enum": [
                  "CAD",
                  "HKD",
                  "ISK",
                  "PHP",
                  "DKK",
                  "HUF",
                  "CZK",
                  "AUD",
                  "RON",
                  "SEK",
                  "IDR",
                  "INR",
                  "BRL",
                  "RUB",
                  "HRK",
                  "JPY",
                  "THB",
                  "EUR",
                  "CHF",
                  "SGD",
                  "PLN",
                  "BGN",
                  "TRY",
                  "CNY",
                  "NOK",
                  "NZD",
                  "ZAR",
                  "USD",
                  "MXN",
                  "ILS",
                  "GBP",
                  "KRW",
                  "MYR"
                ],
                "type": "string"
              },
              "searchCriteria": {
                "type": "object",
                "properties": {
                  "maxPrice": {
                    "type": "number"
                  },
                  "flightFilters": {
                    "type": "object",
                    "properties": {
                      "maxFlightTime": {
                        "type": "number"
                      },
                      "busSegmentAllowed": {
                        "type": "boolean"
                      },
                      "cabinRestrictions": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "cabin": {
                              "enum": [
                                "ECONOMY",
                                "PREMIUM_ECONOMY",
                                "BUSINESS",
                                "FIRST"
                              ],
                              "type": "string"
                            },
                            "coverage": {
                              "enum": [
                                "MOST_SEGMENTS",
                                "AT_LEAST_ONE_SEGMENT",
                                "ALL_SEGMENTS"
                              ],
                              "type": "string"
                            },
                            "originDestinationIds": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          },
                          "additionalProperties": false
                        }
                      },
                      "crossBorderAllowed": {
                        "type": "boolean"
                      },
                      "railSegmentAllowed": {
                        "type": "boolean"
                      },
                      "carrierRestrictions": {
                        "type": "object",
                        "properties": {
                          "excludedCarrierCodes": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "includedCarrierCodes": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "blacklistedInEUAllowed": {
                            "type": "boolean"
                          }
                        },
                        "additionalProperties": false
                      },
                      "connectionRestriction": {
                        "type": "object",
                        "properties": {
                          "airportChangeAllowed": {
                            "type": "boolean"
                          },
                          "technicalStopsAllowed": {
                            "type": "boolean"
                          },
                          "maxNumberOfConnections": {
                            "type": "number"
                          }
                        },
                        "additionalProperties": false
                      },
                      "moreOvernightsAllowed": {
                        "type": "boolean"
                      },
                      "returnToDepartureAirport": {
                        "type": "boolean"
                      }
                    },
                    "additionalProperties": false
                  },
                  "pricingOptions": {
                    "type": "object",
                    "properties": {
                      "noPenaltyFare": {
                        "type": "boolean"
                      },
                      "refundableFare": {
                        "type": "boolean"
                      },
                      "noRestrictionFare": {
                        "type": "boolean"
                      },
                      "includedCheckedBagsOnly": {
                        "type": "boolean"
                      }
                    },
                    "additionalProperties": false
                  },
                  "addOneWayOffers": {
                    "type": "boolean"
                  },
                  "maxFlightOffers": {
                    "type": "number"
                  },
                  "excludeAllotments": {
                    "type": "boolean"
                  },
                  "oneFlightOfferPerDay": {
                    "type": "boolean"
                  },
                  "additionalInformation": {
                    "type": "object",
                    "properties": {
                      "brandedFares": {
                        "type": "boolean"
                      },
                      "chargeableCheckedBags": {
                        "type": "boolean"
                      }
                    },
                    "additionalProperties": false
                  },
                  "allowAlternativeFareOptions": {
                    "type": "boolean"
                  }
                },
                "additionalProperties": false
              },
              "originDestinations": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "originRadius": {
                      "type": "number"
                    },
                    "destinationRadius": {
                      "type": "number"
                    },
                    "originLocationCode": {
                      "type": "string"
                    },
                    "arrivalDateTimeRange": {
                      "type": "object",
                      "required": [
                        "date"
                      ],
                      "properties": {
                        "date": {
                          "type": "string",
                          "description": "Date (YYYY-MM-DD)"
                        },
                        "time": {
                          "type": "string",
                          "description": "Time (HH:MM:SS)"
                        },
                        "dateWindow": {
                          "type": "string",
                          "description": "Date window (e.g. I3D for +/- 3 days)"
                        },
                        "timeWindow": {
                          "type": "string",
                          "description": "Time window (e.g. 1H30M)"
                        }
                      },
                      "additionalProperties": false
                    },
                    "departureDateTimeRange": {
                      "type": "object",
                      "required": [
                        "date"
                      ],
                      "properties": {
                        "date": {
                          "type": "string",
                          "description": "Date (YYYY-MM-DD)"
                        },
                        "time": {
                          "type": "string",
                          "description": "Time (HH:MM:SS)"
                        },
                        "dateWindow": {
                          "type": "string",
                          "description": "Date window (e.g. I3D for +/- 3 days)"
                        },
                        "timeWindow": {
                          "type": "string",
                          "description": "Time window (e.g. 1H30M)"
                        }
                      },
                      "additionalProperties": false
                    },
                    "alternativeOriginsCodes": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "destinationLocationCode": {
                      "type": "string"
                    },
                    "excludedConnectionPoints": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "includedConnectionPoints": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "alternativeDestinationsCodes": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  },
                  "additionalProperties": false
                }
              }
            },
            "additionalProperties": false
          },
          "type": "http",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "stabletravel-dev",
    "host": "stabletravel.dev",
    "url": "https://stabletravel.dev",
    "favicon": "https://stabletravel.dev/favicon.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/stabletravel-dev-api-flights-search",
    "url": "https://x402all.com/resource/stabletravel-dev-api-flights-search",
    "name": "Stabletravel \u00b7 Flights Search",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/stabletravel-dev-api-flights-search",
      "@type": "Offer",
      "price": "0.054",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.054000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://stabletravel.dev/api/flights/search",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/stabletravel-dev",
      "url": "https://stabletravel.dev",
      "name": "stabletravel.dev",
      "@type": "Organization"
    },
    "identifier": "stabletravel-dev-api-flights-search",
    "description": "Stabletravel \u00b7 Flights Search \u2014 x402-protected data API. Pay $0.054 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=stabletravel-dev-api-flights-search",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=stabletravel-dev-api-flights-search",
  "callability": {
    "status": "partial",
    "schema_callability": 0.262,
    "source": "provider_well_known",
    "source_confidence": 0.95,
    "match_confidence": 0.4,
    "schema_confidence": 0.0,
    "validated_at": "2026-05-10T23:15:13.129632+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://stabletravel.dev/api/flights/search",
    "content_type": "application/json",
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "unknown"
    },
    "contract_hash": "ebcdc6c1487dbc0ec5cb077c5ce8f272b20f36c13bfd64dfed156d7de21a2d86"
  }
}