GET
Radisson Hotel Photos API
Pull every unique image from the property's published galleries.
Overview
Get the full categorized Radisson hotel gallery with public image URLs and available media metadata.
Measured response time
1.007 s in the 2026-07-21 production smoke
Endpoint URL
GET https://api.stayapi.com/v1/radisson/hotel/photos
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 |
|---|---|---|
| photos | array | Unique media objects with URL, alt text, dimensions, MIME type, category code, and category name. |
| total | integer | Number of unique photos returned. |
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.