GET
Radisson Hotel Search API
Find Radisson properties by city, destination, or hotel name.
Overview
Search Radisson hotels by destination or hotel name. Returns normalized property metadata and hotel codes for follow-up calls.
Scope
Search is metadata-only. Prices are intentionally excluded; call Hotel Rates or Room Rates with a returned hotel_id and stay dates.
Measured response time
4.112 s in the 2026-07-21 production smoke
Endpoint URL
GET https://api.stayapi.com/v1/radisson/search
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| query | string | Required | Destination or hotel name, 2 to 100 characters. |
| limit | integer | Optional | Maximum hotels to return, 1 to 50. Default: 20. |
| offset | integer | Optional | Pagination offset. Default: 0. |
Response schema
| Field | Type | Description |
|---|---|---|
| hotels | array | Hotels with hotel_id, name, brand, stars, address, coordinates, distance, photo, status, tags, and services. |
| place | object|null | Resolved destination metadata when Radisson identifies a place. |
| prices_included | boolean | Always false on search; use a dated pricing endpoint. |
| total / offset / limit | integer | Pagination metadata. |
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.