Retrieve hotel static data
🆕
The Sandbox environment is available exclusively to new partners who begin their integration in Q4 2025.
https://api-sandbox.worldota.net/api/b2b/v3/hotel/static/
The call gets descriptions and translations for the static parameters of the hotels and rooms. Renew the dump every month.
Sandbox limitations
No changes.
Request example
curl --user '<KEY_ID>:<API_KEY>' 'https://api-sandbox.worldota.net/api/b2b/v3/hotel/static/'
Response
Expand this|
Collapse this
The list of room beddings.
The translation item.
The list of the hotel meal types.
The translation item.
The list of room amenities.
The translation item.
The list of hotel amenities.
The translation item.
The list of room socket types.
The translation item.
The list of rate taxes.
The translation item.
Response example
{
"data": {
"beddings": [
{
"locale": {
"ar": "سرير بطابقين",
"bg": "Двуетажно легло",
"cs": "patrová postel",
"de": "Etagenbett"
},
"name": "bunk-bed"
},
{
"locale": {
"ar": "سرير مزدوج",
"bg": "Двойно легло",
"cs": "Manželská postel",
"de": "Doppelbett"
},
"name": "double"
}
]
},
"debug": null,
"error": null,
"status": "ok"
}