Amadeus Traveler Media · Example Payload

Hotel Ratings Hotel Sentiment Example

ContentDestinationMediaPhotosPoints of InterestTourismTravel

Hotel Ratings Hotel Sentiment Example is an example object payload from Amadeus Traveler Media, 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": "4.5",
  "numberOfRatings": 350,
  "numberOfReviews": 200,
  "sentiments": {
    "sleepQuality": "sample-value",
    "service": "sample-value",
    "facilities": "sample-value",
    "roomComforts": "sample-value",
    "valueForMoney": "sample-value",
    "catering": "sample-value",
    "swimmingPool": "sample-value",
    "location": "sample-value",
    "internet": "sample-value",
    "pointsOfInterest": "sample-value",
    "staff": "sample-value"
  }
}