Amadeus · Example Payload

Hotel List Meta Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

countsortlinks

Example Payload

Raw ↑
{
  "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"
  }
}