Booking Holdings · Example Payload

Demand Api Accommodations Review Output Example

AccommodationsAirlinesCar RentalsHospitalityHotelsRestaurantsTravel

Demand Api Accommodations Review Output Example is an example object payload from Booking Holdings, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddatelanguagenegativepositivereviewer

Example Payload

Raw ↑
{
  "id": 349,
  "date": "2026-06-15",
  "language": "en-us",
  "negative": "string",
  "positive": "string",
  "reviewer": {
    "country": "US",
    "name": "Grand Plaza Hotel",
    "travel_purpose": "business",
    "type": "extended_group"
  }
}