Hotel Incremental Data Dump
https://api.worldota.net/api/b2b/v3/hotel/info/incremental_dump/
The call gets the ETG hotels which content has changed in the previous day.
ℹ️
The dump is:
- An archive.
- Incremental.
- Updated every day.
The ETG generates each archive for a single language.
⚠️
- Indexing of any internal content such as photos, descriptions and others isn’t allowed.
- Any public content such as a name, address, amenities and policies can be indexed.
Request example
curl --user <KEY_ID>:<API_KEY> 'https://api.worldota.net/api/b2b/v3/hotel/info/incremental_dump/' \
--header 'Content-Type: application/json' \
--data '{
"language": "en"
}'
Request body
The language.
ℹ️
The possible values:
ar
—Arabic.bg
–Bulgarian.cs
–Czech.de
–German.el
–Greek.en
–English.es
–Spanish.fr
–French.he
–Hebrew.hu
–Hungarian.it
–Italian.ja
–Japanese.kk
–Kazakh.ko
–Korean.nl
–Dutch.pl
–Polish.pt
–Portuguese.pt_PT
–Portuguese (Portugal).ro
–Romanian.ru
–Russian.sq
–Albanian.sr
–Serbian.th
–Thai.tr
–Turkish.uk
–Ukrainian.vi
–Vietnamese.zh_CN
–Simplified Chinese.
The hotel list to get.
ℹ️
- The possible values:
- The default value is
all
.
Response
Response example
{
"data": {
"last_update": "2020-07-01T00:38:13Z",
"url": "https://example.com/feed/dump_en.json.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.