Amadeus · Example Payload

Hotel Search Multi Response Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Search Multi Response Example is an example object payload from Amadeus, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

data

Example Payload

Raw ↑
{
  "data": [
    {
      "type": "hotel-offers",
      "hotel": {
        "type": "hotel",
        "hotelId": "MCLONGHM",
        "chainCode": "MC",
        "dupeId": "700031300",
        "name": "JW Marriott Grosvenor House London",
        "cityCode": "LON",
        "latitude": 51.50988,
        "longitude": -0.15509
      },
      "available": true,
      "offers": [
        {
          "id": "TSXOJ6LFQ2",
          "checkInDate": "2023-11-22",
          "checkOutDate": "2023-11-23",
          "rateCode": "V  ",
          "rateFamilyEstimated": {
            "code": "PRO",
            "type": "P"
          },
          "room": {
            "type": "ELE",
            "typeEstimated": {
              "category": "EXECUTIVE_ROOM",
              "beds": 1,
              "bedType": "DOUBLE"
            },
            "description": {
              "text": "Prepay Non-refundable Non-changeable, prepay in full\nExecutive King Room, Executive Lounge Access,\n1 King, 35sqm/377sqft-40sqm/430sqft, Wireless",
              "lang": "EN"
            }
          },
          "guests": {
            "adults": 1
          },
          "price": {
            "currency": "GBP",
            "base": "716.00",
            "total": "716.00",
            "variations": {
              "average": {
                "base": "716.00"
              },
              "changes": [
                {
                  "startDate": "2023-11-22",
                  "endDate": "2023-11-23",
                  "total": "716.00"
                }
              ]
            }
          },
          "policies": {
            "paymentType": "deposit",
            "cancellation": {
              "description": {
                "text": "NON-REFUNDABLE RATE"
              },
              "type": "FULL_STAY"
            }
          },
          "self": "https://test.api.amadeus.com/v3/shopping/hotel-offers/TSXOJ6LFQ2"
        }
      ],
      "self": "https://test.api.amadeus.com/v3/shopping/hotel-offers?hotelIds=MCLONGHM&adults=1&checkInDate=2023-11-22&paymentPolicy=NONE&roomQuantity=1"
    }
  ]
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/hotel-search-multi-response-example"
All examples
curl "https://apis.io/api/v1/examples?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.