GET
Radisson Hotel Reviews API
Combine the Radisson review list and review summary in one response.
Overview
Get Radisson's TripAdvisor review summary, traveler breakdowns, ranking, and the review sample published upstream.
Scope
Radisson currently publishes five review records on this surface. The endpoint returns that upstream sample, not an arbitrary pagination window.
Measured response time
1.012 s in the 2026-07-21 production smoke
Endpoint URL
GET https://api.stayapi.com/v1/radisson/hotel/reviews
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| hotel_id | string | Required | Radisson hotel code from Search or URL to ID, for example ISREKAIR. |
Response schema
| Field | Type | Description |
|---|---|---|
| rating / review_count | number / integer | TripAdvisor aggregate rating and total review count. |
| ranking | object|null | Property rank and comparison set when published. |
| traveler_ratings / traveler_types / subratings | array | Review distribution and category breakdowns. |
| reviews | array | Published reviews with title, text, rating, date, traveler type, author, location, and subratings. |
| returned | integer | Number of review records in this response. |
Errors
Errors use RFC 7807 Problem Details with provider: "radisson", a product name, and a correlation id.
- 400: invalid URL, hotel code, dates, range, occupancy, child age, or currency.
- 404: no Radisson property matched the supplied id or URL.
- 502: Radisson returned an upstream failure.
- 503: the bounded scraper queue is temporarily saturated.