Hotel Static Data
https://api.worldota.net/api/b2b/v3/hotel/static/ HTTP/1.1
The call gets descriptions and translations of static parameters of hotels and rooms. Renew the dump every month.
Response
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"
}