Booking Holdings · Schema

OrderDetailsBookerOutput

The booker's information.

AccommodationsAirlinesCar RentalsHospitalityHotelsRestaurantTravel

Properties

Name Type Description
address object The booker's address for showing the best price for that user and obeying laws regarding the display of taxes and fees.
email stringnull The booker's email address.
language string A [IETF language tag code](https://en.wikipedia.org/wiki/IETF_language_tag) that uniquely identifies a supported human language or dialect. **Note:** Demand API only accepts lowercase for the language
name object The name of the booker.
platform string The booker platform for showing the platform based deals and prices.
telephone string The booker's telephone number.
travel_purpose string The travel purpose of the booker.
View JSON Schema on GitHub

JSON Schema

demand-api-order-details-booker-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-order-details-booker-output-schema.json",
  "title": "OrderDetailsBookerOutput",
  "description": "The booker's information.",
  "type": "object",
  "properties": {
    "address": {
      "description": "The booker's address for showing the best price for that user and obeying laws regarding the display of taxes and fees.",
      "type": "object",
      "properties": {
        "city": {
          "description": "The city for this address.",
          "type": [
            "string",
            "null"
          ]
        },
        "country": {
          "description": "The country for this address.",
          "type": [
            "string",
            "null"
          ]
        }
      }
    },
    "email": {
      "description": "The booker's email address.",
      "type": [
        "string",
        "null"
      ]
    },
    "language": {
      "description": "A [IETF language tag code](https://en.wikipedia.org/wiki/IETF_language_tag) that uniquely identifies a supported human language or dialect. **Note:** Demand API only accepts lowercase for the language codes. Examples: \"nl\" for Dutch/Nederlands or \"en-us\" for English (US). To retrieve the full list of supported languages, call the `/common/languages` endpoint in the same Demand API version you are using.",
      "type": "string",
      "pattern": "^[a-z]{2}(-[a-z]{2})?$"
    },
    "name": {
      "description": "The name of the booker.",
      "type": "object",
      "properties": {
        "first_name": {
          "type": [
            "string",
            "null"
          ]
        },
        "last_name": {
          "type": [
            "string",
            "null"
          ]
        }
      }
    },
    "platform": {
      "description": "The booker platform for showing the platform based deals and prices.",
      "type": "string",
      "enum": [
        "app",
        "desktop",
        "mobile_browser",
        "tablet",
        "unknown"
      ]
    },
    "telephone": {
      "description": "The booker's telephone number.",
      "type": "string",
      "nullable": true
    },
    "travel_purpose": {
      "description": "The travel purpose of the booker.",
      "type": "string",
      "enum": [
        "business",
        "leisure",
        "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-order-details-booker-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 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.