Amadeus · Example Payload

Hotel Ratings Hotel Sentiment Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

hotelIdtypeoverallRatingnumberOfRatingsnumberOfReviewssentiments

Example Payload

Raw ↑
{
  "hotelId": "BBLONBTL",
  "type": "hotelSentiment",
  "overallRating": 82,
  "numberOfRatings": 350,
  "numberOfReviews": 200,
  "sentiments": {
    "sleepQuality": 82,
    "service": 82,
    "facilities": 82,
    "roomComforts": 82,
    "valueForMoney": 82,
    "catering": 82,
    "swimmingPool": 82,
    "location": 82,
    "internet": 82,
    "pointsOfInterest": 82,
    "staff": 82
  }
}