Retrieve hotel static data

Retrieve hotel static data

#b2b

https://api.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.

Response

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