Demand Api Flights Output Structure
FlightsOutput schema from Booking.com Demand API
FlightsOutput is a JSON Structure definition published by Booking Holdings, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/booking-holdings/refs/heads/main/json-structure/demand-api-flights-output-structure.json",
"name": "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": "datetime"
}
}
},
"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": "datetime"
}
}
}
}
}
},
"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": "double"
},
"order_currency": {
"description": "The price in the currency in which order was created",
"type": "double"
}
}
},
"status": {
"type": "string",
"enum": [
"booked",
"cancelled",
"unknown"
]
}
}
}
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/demand-api-flights-output-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.