Retrieve hotel reviews’ incremental dump

Retrieve hotel reviews’ incremental 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/incremental_reviews/dump/

The call gets the dump with the hotel reviews of the ETG clients whose reviews have been added from the previous update.

ℹ️

The dump:

  • Is incremental.
  • Should be updated every week.

The ETG generates each archive for a single language.

⚠️
  • The ETG can’t share the TripAdvisor reviews via the API.
  • Reviews 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.

Request

  • language. The field value is always en.

Response

  • In the dump, the maximum items’ number is 1000.
  • 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/incremental_reviews/dump/' \
--header 'Content-Type: application/json' \
--data '{
  "language": "en"
}'

Request body

Response

Response example

{
  "data": {
    "last_update": "2024-08-30T20:00:00Z",
    "url": "https://example.com/incremental_reviews/feed_en_v3.json.gz"
  },
  "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.