Retrieve hotel static data

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

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