Amadeus Solutions · JSON Structure

Flight Offers Search Search Criteria Structure

SearchCriteria schema

Type: object Properties: 9
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

SearchCriteria is a JSON Structure definition published by Amadeus Solutions, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

excludeAllotments addOneWayOffers maxFlightOffers maxPrice allowAlternativeFareOptions oneFlightOfferPerDay additionalInformation pricingOptions flightFilters

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-structure/flight-offers-search-search-criteria-structure.json",
  "name": "SearchCriteria",
  "description": "SearchCriteria schema",
  "type": "object",
  "properties": {
    "excludeAllotments": {
      "description": "This option allows to exclude the isAllotment flag associated to a booking class in the search response when it exist.",
      "type": "boolean",
      "example": false
    },
    "addOneWayOffers": {
      "description": "This option allows activate the one-way combinable feature",
      "type": "boolean",
      "example": true
    },
    "maxFlightOffers": {
      "description": "Maximum number of flight offers returned (Max 250)",
      "type": "double",
      "default": 250,
      "example": 250
    },
    "maxPrice": {
      "description": "maximum price per traveler. By default, no limit is applied. If specified, the value should be a positive number with no decimals",
      "type": "int32",
      "example": 100
    },
    "allowAlternativeFareOptions": {
      "description": "This option allows to default to a standard fareOption if no offers are found for the selected fareOption.",
      "type": "boolean",
      "example": true
    },
    "oneFlightOfferPerDay": {
      "description": "Requests the system to find at least one flight-offer per day, if possible, when a range of dates is specified. Default is false.",
      "type": "boolean",
      "example": true
    },
    "additionalInformation": {
      "name": "AdditionalInformation",
      "type": "object",
      "properties": {
        "chargeableCheckedBags": {
          "description": "If true, returns the price of the first additional bag when the airline is an \"Amadeus Ancillary Services\" member.",
          "type": "boolean",
          "example": true
        },
        "brandedFares": {
          "description": "If true, returns the fare family name for each flight-offer which supports fare family",
          "type": "boolean",
          "example": true
        }
      }
    },
    "pricingOptions": {
      "$ref": "#/definitions/Extended_PricingOptions"
    },
    "flightFilters": {
      "name": "FlightFilters",
      "$ref": "#/definitions/FlightFilters"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/flight-offers-search-search-criteria-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.