GET
Radisson Hotel Amenities API
Pull the structured services and property classifications Radisson publishes.
Overview
Get Radisson hotel services, property types, location types, and tags by hotel code.
Measured response time
0.823 s in the 2026-07-21 production smoke
Endpoint URL
GET https://api.stayapi.com/v1/radisson/hotel/amenities
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 |
|---|---|---|
| services | array | Amenity objects with code and display name. |
| hotel_types | array | Published hotel classification objects. |
| location_types | array | Published location classification objects. |
| tags | array | Property tags published by Radisson. |
| total | integer | Number of service records 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.