HotelsChangedSinceRequest
RFC 3339 instant. Only hotels whose content changed strictly after it are returned. Required on purpose: a default would either ship the whole catalogue or skip changes without saying so.
2026-08-01T00:00:00ZNarrows the feed to one provider.
Narrows the feed to hotels where at least one of these parts changed. hotel covers the property fields (name, category, type, chain, board codes, fees, check-in/out, policies); rooms covers the room list and each room's texts, images and bed configuration. deleted selects the removals page (deleted[]). Omit the array to receive both live changes and removals. Any other value is rejected with 400 and the accepted list.
Possible values: [hotel, media, descriptions, rooms, deleted]
Opaque continuation token from the previous page. Pass it back untouched.
Opaque continuation token for the removals page. Independent of cursor so live changes and deletions can finish at different rates.
Hotels inspected per page.
Possible values: <= 500
100Language tag for the returned descriptions, same fallback as by-base-codes.
Provider to use as primary content when available, as in by-base-codes.
Fallback order for choosing primary, as in by-base-codes.
When true, each hotel includes the content of every provider merged into it.
{
"since": "2026-08-01T00:00:00Z",
"providerCode": "string",
"parts": [
"hotel"
],
"cursor": "string",
"deletedCursor": "string",
"maxSize": 100,
"language": "string",
"preferredContentSource": "string",
"preferredContentSourceOrder": [
"string"
],
"includeAllSources": true
}