GET
Radisson URL to Hotel ID API
Turn a public Radisson hotel URL into its hotel_id without a browser.
Overview
Resolve a canonical radissonhotels.com hotel URL to the Radisson hotel code used by content and pricing endpoints.
Measured response time
0.664 s in the 2026-07-21 production smoke
Endpoint URL
GET https://api.stayapi.com/v1/radisson/hotel/url-to-id
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| url | string | Required | HTTP(S) radissonhotels.com URL containing a canonical /hotels/{slug} path. |
Response schema
| Field | Type | Description |
|---|---|---|
| url | string | Normalized canonical URL with tracking parameters removed. |
| hotel_id | string | Radisson hotel code for all follow-up endpoints. |
| name | string|null | Property name returned by the resolver. |
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.