GET
Radisson Hotel Details API
Get the full public content record for one Radisson property.
Overview
Get Radisson property identity, description, address, coordinates, contact details, check-in times, services, and status.
Measured response time
0.704 s in the 2026-07-21 production smoke
Endpoint URL
GET https://api.stayapi.com/v1/radisson/hotel/details
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 |
|---|---|---|
| hotel_id / alternative_id | string | Radisson property identifiers. |
| name / brand_code / stars | string / number | Property identity and classification. |
| description | object | Published title and description fields. |
| address / location | object | Structured postal address and latitude/longitude. |
| phone / email / check_in / check_out | string|null | Published contact and arrival details. |
| main_photo / services / tags / status | mixed | Summary content and current property status. |
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.