Hotel Static Data

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

beddings [Object] required

The list of room beddings.

locale Object required

The translation item.

ar String required
The Arabic translation.
bg String required
The Bulgarian translation.
cs String required
The Czech translation.
de String required
The German translation.
el String required
The Greek translation.
en String required
The English translation.
es String required
The Spanish translation.
fr String required
The French translation.
he String required
The Hebrew translation.
hu String required
The Hungarian translation.
it String required
The Italian translation.
ja String required
The Japanese translation.
kk String required
The Kazakh translation.
ko String required
The Korean translation.
nl String required
The Dutch translation.
pl String required
The Polish translation.
pt String required
The Portuguese translation.
pt_PT String required
The Portuguese (Portugal) translation.
ro String required
The Romanian translation.
ru String required
The Russian translation.
sq String required
The Albanian translation.
sr String required
The Serbian translation.
th String required
The Thai translation.
tr String required
The Turkish translation.
uk String required
The Ukrainian translation.
vi String required
The Vietnamese translation.
zh_CN String required
The Simplified Chinese translation.
meals [Object] required

The list of the hotel meal types.

locale Object required

The translation item.

ar String required
The Arabic translation.
bg String required
The Bulgarian translation.
cs String required
The Czech translation.
de String required
The German translation.
el String required
The Greek translation.
en String required
The English translation.
es String required
The Spanish translation.
fr String required
The French translation.
he String required
The Hebrew translation.
hu String required
The Hungarian translation.
it String required
The Italian translation.
ja String required
The Japanese translation.
kk String required
The Kazakh translation.
ko String required
The Korean translation.
nl String required
The Dutch translation.
pl String required
The Polish translation.
pt String required
The Portuguese translation.
pt_PT String required
The Portuguese (Portugal) translation.
ro String required
The Romanian translation.
ru String required
The Russian translation.
sq String required
The Albanian translation.
sr String required
The Serbian translation.
th String required
The Thai translation.
tr String required
The Turkish translation.
uk String required
The Ukrainian translation.
vi String required
The Vietnamese translation.
zh_CN String required
The Simplified Chinese translation.
room_amenities [Object] required

The list of room amenities.

locale Object required

The translation item.

ar String required
The Arabic translation.
bg String required
The Bulgarian translation.
cs String required
The Czech translation.
de String required
The German translation.
el String required
The Greek translation.
en String required
The English translation.
es String required
The Spanish translation.
fr String required
The French translation.
he String required
The Hebrew translation.
hu String required
The Hungarian translation.
it String required
The Italian translation.
ja String required
The Japanese translation.
kk String required
The Kazakh translation.
ko String required
The Korean translation.
nl String required
The Dutch translation.
pl String required
The Polish translation.
pt String required
The Portuguese translation.
pt_PT String required
The Portuguese (Portugal) translation.
ro String required
The Romanian translation.
ru String required
The Russian translation.
sq String required
The Albanian translation.
sr String required
The Serbian translation.
th String required
The Thai translation.
tr String required
The Turkish translation.
uk String required
The Ukrainian translation.
vi String required
The Vietnamese translation.
zh_CN String required
The Simplified Chinese translation.
serp_filters [Object] required

The list of hotel amenities.

locale Object required

The translation item.

ar String required
The Arabic translation.
bg String required
The Bulgarian translation.
cs String required
The Czech translation.
de String required
The German translation.
el String required
The Greek translation.
en String required
The English translation.
es String required
The Spanish translation.
fr String required
The French translation.
he String required
The Hebrew translation.
hu String required
The Hungarian translation.
it String required
The Italian translation.
ja String required
The Japanese translation.
kk String required
The Kazakh translation.
ko String required
The Korean translation.
nl String required
The Dutch translation.
pl String required
The Polish translation.
pt String required
The Portuguese translation.
pt_PT String required
The Portuguese (Portugal) translation.
ro String required
The Romanian translation.
ru String required
The Russian translation.
sq String required
The Albanian translation.
sr String required
The Serbian translation.
th String required
The Thai translation.
tr String required
The Turkish translation.
uk String required
The Ukrainian translation.
vi String required
The Vietnamese translation.
zh_CN String required
The Simplified Chinese translation.
socket_types [Object] required

The list of room socket types.

locale Object required

The translation item.

ar String required
The Arabic translation.
bg String required
The Bulgarian translation.
cs String required
The Czech translation.
de String required
The German translation.
el String required
The Greek translation.
en String required
The English translation.
es String required
The Spanish translation.
fr String required
The French translation.
he String required
The Hebrew translation.
hu String required
The Hungarian translation.
it String required
The Italian translation.
ja String required
The Japanese translation.
kk String required
The Kazakh translation.
ko String required
The Korean translation.
nl String required
The Dutch translation.
pl String required
The Polish translation.
pt String required
The Portuguese translation.
pt_PT String required
The Portuguese (Portugal) translation.
ro String required
The Romanian translation.
ru String required
The Russian translation.
sq String required
The Albanian translation.
sr String required
The Serbian translation.
th String required
The Thai translation.
tr String required
The Turkish translation.
uk String required
The Ukrainian translation.
vi String required
The Vietnamese translation.
zh_CN String required
The Simplified Chinese translation.
taxes [Object] required

The list of rate taxes.

locale Object required

The translation item.

ar String required
The Arabic translation.
bg String required
The Bulgarian translation.
cs String required
The Czech translation.
de String required
The German translation.
el String required
The Greek translation.
en String required
The English translation.
es String required
The Spanish translation.
fr String required
The French translation.
he String required
The Hebrew translation.
hu String required
The Hungarian translation.
it String required
The Italian translation.
ja String required
The Japanese translation.
kk String required
The Kazakh translation.
ko String required
The Korean translation.
nl String required
The Dutch translation.
pl String required
The Polish translation.
pt String required
The Portuguese translation.
pt_PT String required
The Portuguese (Portugal) translation.
ro String required
The Romanian translation.
ru String required
The Russian translation.
sq String required
The Albanian translation.
sr String required
The Serbian translation.
th String required
The Thai translation.
tr String required
The Turkish translation.
uk String required
The Ukrainian translation.
vi String required
The Vietnamese translation.
zh_CN String required
The Simplified Chinese translation.
name String required
The internal item name.

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"
}