Retrieve regions’ dump

Retrieve regions’ dump

🆕
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/region/dump/

The call gets the dump with the hotels of all available ETG regions.

ℹ️
The dump should be updated every week.

The ETG generates one archive only.

⚠️
Content indexing isn’t allowed.

Sandbox limitations

⚠️
Use all field values and API keys obtained from the sandbox environment only within the sandbox. Don’t mix them with test or production environments.

Response

  • In the dump, the items’ number is 1000.
  • region_id. For every object with this field, the possible values:
    • 2011.
    • 2395.
    • 2734.
    • 6053839.
  • currency_code. For every object with this field, the value is always EUR.

Request example

curl --user '<KEY_ID>:<API_KEY>' 'https://api-sandbox.worldota.net/api/b2b/v3/hotel/region/dump/'

Response

Response example

{
  "data": {
    "last_update": "2024-08-30T20:00:00Z",
    "url": "https://partner-feedora-sandbox.s3.eu-central-1.amazonaws.com/matching/region.zst"
  },
  "debug": null,
  "error": null,
  "status": "ok"
}

Errors

The error field has the value specified in the headers below.

dump_not_ready

The dump is in processing. Try to send the request later.