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]

The list of room beddings.

locale Object

The translation item.

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

The list of the hotel meal types.

locale Object

The translation item.

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

The list of room amenities.

locale Object

The translation item.

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

The list of hotel amenities.

locale Object

The translation item.

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

The list of room socket types.

locale Object

The translation item.

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

The list of rate taxes.

locale Object

The translation item.

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