2026-08-14 — Destination-scoped languages
- Added optional query parameter
hostIdtoGET /v2/orgs/{orgId}/org-languages, narrowing the response to one destination’s target languages. - Omitting
hostIdis unchanged behaviour: callers receive the organisation-wide language list. An unknown or out-of-scopehostIdalso returns the organisation-wide list rather than an empty one. - Documented per-destination translation scope in Translations.
2026-08-05 — API updates
- Removed response property
tree[].children[].slugfromGET /v2/orgs/{orgId}/sites/{siteId}/page-slug200 response. - Removed response property
tree[].children[].pageIdfromGET /v2/orgs/{orgId}/sites/{siteId}/page-slug200 response. - Removed response property
tree[].children[].guideIdfromGET /v2/orgs/{orgId}/sites/{siteId}/page-slug200 response. - Removed response property
tree[].children[].pageTypefromGET /v2/orgs/{orgId}/sites/{siteId}/page-slug200 response. - Removed response property
tree[].children[].segmentsfromGET /v2/orgs/{orgId}/sites/{siteId}/page-slug200 response. - Removed response property
tree[].children[].parentIdsfromGET /v2/orgs/{orgId}/sites/{siteId}/page-slug200 response. - Removed response property
tree[].children[].locationIdfromGET /v2/orgs/{orgId}/sites/{siteId}/page-slug200 response. - Removed response property
tree[].children[].homepageSlugfromGET /v2/orgs/{orgId}/sites/{siteId}/page-slug200 response. - Removed response property
tree[].children[].destinationIdfromGET /v2/orgs/{orgId}/sites/{siteId}/page-slug200 response.
2026-07-10 — API updates
- Added response property
modetoGET /v2/orgs/{orgId}/sites/{siteId}/page-slug200 response. - Added response property
treetoGET /v2/orgs/{orgId}/sites/{siteId}/page-slug200 response. - Added response property
siteIdtoGET /v2/orgs/{orgId}/sites/{siteId}/page-slug200 response. - Added response property
matchestoGET /v2/orgs/{orgId}/sites/{siteId}/page-slug200 response.
2026-07-03 — Site data API (phase 1)
- Added endpoint
GET /v2/orgs/{orgId}/sites/{siteId}/page-slug. - Added support for slug tree mode (no filters) and filtered match mode (
destinationId,guideId,locationId). - Added stable page slug mapping fields:
slug,segments,parentIds,homepageSlug, and entity IDs.
2026-04-13 — API updates
- Added response property
host.embeddedConfigs[].experimentstoGET /v2/orgs/{orgId}/host-home200 response. - Added response property
embeddedConfigs[].experimentstoGET /v2/orgs/{orgId}/host-profile200 response.
2026-03-18 — API updates
- Updated API schema metadata and documentation details.
2026-03-17 — Documentation alignment
- Added AI Chat preview documentation for
POST /v2/orgs/{orgId}/chat - Marked AI Chat operations as preview in the published OpenAPI reference
- Corrected endpoint pages to use the current
/v2/orgs/{orgId}/...path format andkeyquery parameter examples
2026-03-16 — API updates
- Added endpoint
GET /v2/orgs/{orgId}/chat. - Added endpoint
POST /v2/orgs/{orgId}/chat.
This page is updated automatically whenever the API schema changes in a deployment. Each entry links to the source commit so you can review the full diff.
2026-02-20 — Initial changelog
Changelog tracking introduced. Current endpoints:GET /v2/orgs/{orgId}/guide-search— Search guides with optional listings, geo-filtering, and personalisationGET /v2/orgs/{orgId}/listing-search— Search listings with activity tag filtering and geo-filteringGET /v2/orgs/{orgId}/location-search— Search neighbourhoods and geo areasGET /v2/orgs/{orgId}/host-profile— Retrieve host branding and configurationGET /v2/orgs/{orgId}/host-home— Retrieve host home contentGET /v2/orgs/{orgId}/org-languages— Retrieve languages configured for an organisation