GET
Radisson Hotel Rooms API
Pull the property's published room catalogue and media.
Overview
Get static Radisson room types with descriptions, capacity, dimensions, services, and media.
Scope
This is static room content. availability_included is false. Use Room Rates for dated inventory and bookable stays.
Measured response time
1.044 s in the 2026-07-21 production smoke
Endpoint URL
GET https://api.stayapi.com/v1/radisson/hotel/rooms
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 |
|---|---|---|
| room_types | array | Room code, name, description, bed type, size, capacity, services, main photo, and gallery. |
| total | integer | Number of published room types. |
| availability_included | boolean | Always false on this static endpoint. |
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.