Booking Holdings · Schema

FlightsOutput

FlightsOutput schema from Booking.com Demand API

AccommodationsAirlinesCar RentalsHospitalityHotelsRestaurantTravel

Properties

Name Type Description
id string Order id
reservation string This is the reservation id for the travel service in this order.
currency object
itineraries array
label string Identifier associated with the order.
price object
status string
View JSON Schema on GitHub

JSON Schema

demand-api-flights-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/booking-holdings/refs/heads/main/json-schema/demand-api-flights-output-schema.json",
  "title": "FlightsOutput",
  "description": "FlightsOutput schema from Booking.com Demand API",
  "type": "object",
  "properties": {
    "id": {
      "description": "Order id",
      "type": "string"
    },
    "reservation": {
      "description": "This is the reservation id for the travel service in this order.",
      "type": "string"
    },
    "currency": {
      "type": "object",
      "properties": {
        "booker_currency": {
          "description": "The currency of the booker.",
          "type": "string"
        },
        "order_currency": {
          "description": "The currency in which the order was created.",
          "type": "string"
        }
      }
    },
    "itineraries": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "arrival": {
            "description": "Arrival itinerary.",
            "type": "object",
            "properties": {
              "airport": {
                "description": "A three-letter code that uniquely identifies an airport as defined by the International Air Transport Association (IATA). The full list can be obtained by calling  [common/locations/airports](#/common/locations/airports).",
                "pattern": "^[A-Z]{3}$",
                "type": "string"
              },
              "date_time": {
                "description": "Date time of the itinerary.",
                "type": "string",
                "format": "date-time"
              }
            }
          },
          "departure": {
            "description": "Departure itinerary.",
            "type": "object",
            "properties": {
              "airport": {
                "description": "A three-letter code that uniquely identifies an airport as defined by the International Air Transport Association (IATA). The full list can be obtained by calling  [common/locations/airports](#/common/locations/airports).",
                "pattern": "^[A-Z]{3}$",
                "type": "string"
              },
              "date_time": {
                "description": "Date time of the itinerary.",
                "type": "string",
                "format": "date-time"
              }
            }
          }
        }
      }
    },
    "label": {
      "description": "Identifier associated with the order.",
      "type": "string"
    },
    "price": {
      "type": "object",
      "properties": {
        "booker_currency": {
          "description": "The price in the currency of the booker",
          "type": "number",
          "format": "double"
        },
        "order_currency": {
          "description": "The price in the currency in which order was created",
          "type": "number",
          "format": "double"
        }
      }
    },
    "status": {
      "type": "string",
      "enum": [
        "booked",
        "cancelled",
        "unknown"
      ]
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/demand-api-flights-output"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.