Retrieve hotel reviews’ dump
https://api.worldota.net/api/b2b/v3/hotel/reviews/dump/
The call gets the dump with the hotels reviews of the ETG clients.
ℹ️
The dump 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.
Request example
curl --user '<KEY_ID>:<API_KEY>' 'https://api.worldota.net/api/b2b/v3/hotel/reviews/dump/' \
--header 'Content-Type: application/json' \
--data '{
"language": "en"
}'
Request body
Response
Response example
{
"data": {
"last_update": "2020-07-01T00:38:13Z",
"url": "https://example.com/reviews/feed_en.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.