Amadeus · Example Payload

Hotel List Hotel Search Response Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

datameta

Example Payload

Raw ↑
{
  "data": [],
  "meta": {
    "count": 1,
    "sort": [
      "string-value"
    ],
    "links": {
      "self": "https://example.com/resource",
      "first": "https://example.com/resource",
      "prev": "https://example.com/resource",
      "next": "https://example.com/resource",
      "last": "https://example.com/resource"
    }
  }
}