Skip to main content
GET
/
v2
/
orgs
/
{orgId}
/
host-home
cURL
curl --request GET \
  --url 'https://api.obvlo.com/v2/orgs/{orgId}/host-home?key='
{
  "host": {
    "id": "<string>",
    "name": "<string>",
    "orgId": "<string>",
    "geoLocation": [
      123
    ],
    "primaryLocation": {
      "displayName": "<string>",
      "address": "<string>",
      "locationId": "<string>",
      "measurement": "<string>",
      "geoLocation": {
        "lat": 123,
        "lng": 123
      }
    },
    "searchConfig": {
      "searchRadius": 123,
      "guideRanking": "<string>",
      "listingRanking": "<string>",
      "maxSearchResults": 123
    },
    "languageCodes": [
      "<string>"
    ],
    "defaultLanguageCode": "<string>",
    "distanceMetric": "imperial",
    "currencyCode": "<string>",
    "currencySymbol": "<string>",
    "timeZoneName": "<string>",
    "stage": "<string>",
    "analytics": {
      "googleTagId": "<string>",
      "facebookPixelId": "<string>"
    },
    "feedback": {
      "npsWatermark": 123,
      "csatLevels": {
        "totalEvents": 123,
        "prsClicks": 123,
        "totalPlaceViews": 123,
        "totalPicklistViews": 123,
        "type": "<string>",
        "validTags": [
          "<string>"
        ],
        "askFeedback": true,
        "minSessionDuration": 123,
        "minSessions": 123
      }
    },
    "integrations": {
      "oracleOhip": {
        "clientId": "<string>",
        "clientSecret": "<string>",
        "username": "<string>",
        "password": "<string>",
        "hotelId": "<string>",
        "hostName": "<string>"
      },
      "mews": {
        "accessToken": "<string>",
        "clientToken": "<string>",
        "platformAddress": "<string>"
      }
    },
    "tsAPIKey": {
      "id": 123,
      "value": "<string>",
      "createdAt": 123,
      "host": "<string>"
    },
    "uiConfig": {
      "banner": {
        "image": {
          "url": "<string>",
          "path": "<string>",
          "width": 123,
          "height": 123,
          "classifications": [
            "<string>"
          ],
          "caption": "<string>",
          "type": "<string>"
        },
        "text": "<string>",
        "backgroundColor": "<string>",
        "textColor": "<string>",
        "LogoColor": "dark",
        "ctaLabel": "<string>",
        "ctaIconClass": "<string>",
        "showLogo": true,
        "showLocation": true,
        "showWeather": true
      },
      "loadingBanner": {
        "image": {
          "url": "<string>",
          "path": "<string>",
          "width": 123,
          "height": 123,
          "classifications": [
            "<string>"
          ],
          "caption": "<string>",
          "type": "<string>"
        },
        "LogoColor": "dark",
        "backgroundColor": "<string>",
        "textColor": "<string>"
      },
      "neighborhoods": true,
      "prsModules": [
        "<string>"
      ],
      "preferredTravelMode": "DRIVING",
      "contact": {
        "email": "<string>",
        "phone": "<string>",
        "website": "<string>"
      },
      "customMapMarkerUrl": "<string>",
      "featured": {
        "label": "<string>",
        "shortLabel": "<string>",
        "iconUrl": "<string>",
        "colors": {
          "name": "<string>",
          "hex": "<string>",
          "darkContrast": true,
          "hexContrast": "<string>"
        },
        "cornerRadius": {}
      }
    },
    "branding": {
      "colors": {
        "primary": "<string>",
        "background": "<string>"
      },
      "fonts": {
        "primary": "<string>",
        "secondary": "<string>",
        "letterSpacingHeaders": 123,
        "letterSpacingBody": 123,
        "lineHeightHeaders": 123,
        "lineHeightBody": 123,
        "fontSizeHeaders": 123,
        "fontSizeBody": 123
      },
      "theme": {
        "colors": {
          "primary": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "primary100": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "primary200": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "primary300": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "primary400": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "primary500": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "primary600": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "primary700": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "primary800": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "primary900": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "secondary100": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "secondary200": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "secondary300": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "secondary400": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "secondary500": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "secondary600": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "secondary700": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "secondary800": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "secondary900": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "background": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "backgroundContrast": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "success": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "warning": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "error": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "highEmphasis": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "mediumEmphasis": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "disabled": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "onSurface": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "onSurfaceHighEmphasis": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "onSurfaceMediumEmphasis": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          },
          "onSurfaceDisabled": {
            "textColor": "<string>",
            "backgroundColor": "<string>"
          }
        },
        "fonts": {
          "desktop": {
            "header1": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "header2": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "header3": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "header4": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "header5": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "header6": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "subtitle1": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "subtitle2": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "body1": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "body2": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "button": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "caption": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "captionBold": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "overline": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "overlineBold": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            }
          },
          "mobile": {
            "header1": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "header2": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "header3": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "header4": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "header5": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "header6": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "subtitle1": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "subtitle2": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "body1": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "body2": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "button": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "caption": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "captionBold": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "overline": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            },
            "overlineBold": {
              "name": "<string>",
              "font": "<string>",
              "weight": 123,
              "size": 123,
              "lineHeight": 123,
              "letterSpacing": 123
            }
          },
          "customFonts": [
            {
              "name": "<string>",
              "url": "<string>"
            }
          ]
        }
      },
      "logos": {
        "dark": "<string>",
        "light": "<string>",
        "attrs": {
          "bannerLogo": "dark",
          "loadingBannnerLogo": "dark",
          "width": 123,
          "height": 123
        }
      },
      "customFont": {
        "name": "<string>",
        "url": "<string>"
      },
      "favicon": "<string>"
    },
    "logos": [
      {
        "description": "<string>",
        "file": {
          "url": "<string>",
          "path": "<string>",
          "width": 123,
          "height": 123,
          "classifications": [
            "<string>"
          ],
          "caption": "<string>",
          "type": "<string>"
        },
        "height": 123,
        "logoColor": "dark",
        "name": "<string>",
        "url": "<string>",
        "width": 123
      }
    ],
    "pages": [
      {
        "label": "<string>",
        "type": "<string>",
        "enabled": true,
        "path": "<string>",
        "icons": {
          "active": "<string>",
          "inactive": "<string>"
        }
      }
    ],
    "weather": {
      "id": 123,
      "weatherLocation": "<string>",
      "temperature": 123,
      "tempMetric": "<string>",
      "icon": "<string>"
    },
    "perks": {
      "header": "<string>",
      "sections": [
        "<string>"
      ]
    },
    "socialMedia": [
      {
        "name": "<string>",
        "url": "<string>",
        "icon": "<string>",
        "target": "<string>"
      }
    ],
    "travellerArchetypes": [
      {
        "id": "<string>",
        "name": "<string>",
        "travelPurpose": [
          "<string>"
        ],
        "activityTags": [
          "<string>"
        ],
        "archetypeTags": [
          "<string>"
        ],
        "codeNames": [
          "<string>"
        ],
        "travellerTypes": [
          "<string>"
        ]
      }
    ],
    "redirectUrls": [
      {
        "url": "<string>",
        "label": "<string>",
        "type": "<string>",
        "enabled": true
      }
    ],
    "linkTree": {
      "sections": [
        {
          "title": "<string>",
          "links": [
            {
              "label": "<string>",
              "url": "<string>",
              "icon": "<string>",
              "copyCaption": true,
              "type": "<string>",
              "enabled": true,
              "trackingEventName": "<string>"
            }
          ]
        }
      ]
    },
    "activeIntegrations": [
      "<string>"
    ],
    "embeddedConfigs": [
      {
        "id": "<string>",
        "createdAt": 123,
        "name": "<string>",
        "selectedLayout": "Blog",
        "updatedAt": 123,
        "updatedBy": "<string>",
        "createdBy": "<string>",
        "customIconUrl": "<string>",
        "description": "<string>",
        "kioskMode": true,
        "disableJustForYou": true,
        "disableAnimations": true,
        "disableSavedListings": true,
        "modules": [
          "Banner"
        ],
        "requirePreferences": true,
        "preferredTravelMode": "DRIVING",
        "menuOptions": [
          {
            "name": "Search",
            "label": "<string>",
            "iconClass": "<string>"
          }
        ],
        "containerOptions": {
          "padding": {
            "top": 123,
            "right": 123,
            "bottom": 123,
            "left": 123
          },
          "maxWidth": 123,
          "map": {
            "width": "<string>",
            "height": "<string>"
          }
        },
        "drawer": true,
        "drawerDelayMs": 123,
        "gridRows": 123,
        "gridRowsMobile": 123,
        "hideTravel": true,
        "hideGuideHeader": true,
        "hideLanguageSelector": true,
        "lang": "<string>",
        "cornerRadius": {
          "card": {
            "topLeft": 123,
            "topRight": 123,
            "bottomLeft": 123,
            "bottomRight": 123
          },
          "button": {
            "topLeft": 123,
            "topRight": 123,
            "bottomLeft": 123,
            "bottomRight": 123
          }
        }
      }
    ]
  },
  "guides": {
    "results": [
      {
        "contentType": "<string>",
        "description": {},
        "featured": false,
        "geoLocation": [
          123
        ],
        "hostIds": [
          "<string>"
        ],
        "id": "<string>",
        "keywords": {},
        "languageCodes": [
          "<string>"
        ],
        "listingIds": [
          "<string>"
        ],
        "name": {},
        "updatedAt": 123,
        "attribution": "<string>",
        "centerLocation": "<string>",
        "coverImage": {
          "attributions": [
            "<string>"
          ],
          "category": "<string>",
          "id": "<string>",
          "images": [
            {
              "size": "<string>",
              "url": "<string>"
            }
          ],
          "keywords": [
            "<string>"
          ],
          "isGenerated": true,
          "genDescription": "<string>",
          "license": "<string>",
          "isLicensed": true
        },
        "introText": {},
        "preferences": {},
        "priority": 1,
        "status": "<string>",
        "geoDistance": 123,
        "listings": [
          {
            "address": {},
            "contentType": "<string>",
            "featured": true,
            "geoLocation": [
              123
            ],
            "guideIds": [
              "<string>"
            ],
            "hostIds": [
              "<string>"
            ],
            "id": "<string>",
            "name": {},
            "photos": [
              {
                "attributions": [
                  "<string>"
                ],
                "category": "<string>",
                "id": "<string>",
                "images": [
                  {
                    "size": "<string>",
                    "url": "<string>"
                  }
                ],
                "keywords": [
                  "<string>"
                ],
                "isGenerated": true,
                "genDescription": "<string>",
                "license": "<string>",
                "isLicensed": true
              }
            ],
            "score": 123,
            "searchId": "<string>",
            "status": "<string>",
            "summary": {},
            "activityTags": {},
            "additionalTextAttributes": {},
            "category": {},
            "currencyCode": "<string>",
            "deliveryApps": [
              {
                "url": "<string>",
                "type": "<string>"
              }
            ],
            "embeds": [
              {
                "code": "<string>",
                "type": "<string>",
                "provider": "<string>"
              }
            ],
            "googleId": "<string>",
            "googleMapsUrl": "<string>",
            "googleRating": 123,
            "integratedCategories": {},
            "keywords": {},
            "languageCodes": [
              "<string>"
            ],
            "neighborhood": "<string>",
            "openingHours": {
              "isUnavailable": true,
              "nextCloseTime": "<string>",
              "openNow": true,
              "weekday_text": [
                "<string>"
              ],
              "periods": [
                {
                  "open": {
                    "day": 123,
                    "time": "<string>",
                    "hours": 123,
                    "minutes": 123,
                    "hour": 123,
                    "minute": 123
                  },
                  "close": {
                    "day": 123,
                    "time": "<string>",
                    "hours": 123,
                    "minutes": 123,
                    "hour": 123,
                    "minute": 123
                  }
                }
              ]
            },
            "phoneNumber": "<string>",
            "planVisit": {},
            "preferences": {},
            "priceLevel": 123,
            "priceLevelText": {},
            "priority": 123,
            "searchTerms": [
              "<string>"
            ],
            "serviceTypes": [
              "<string>"
            ],
            "socialMedia": [
              {
                "name": "<string>",
                "url": "<string>",
                "icon": "<string>",
                "target": "<string>"
              }
            ],
            "tableBooking": {
              "url": "<string>",
              "type": "<string>"
            },
            "tagline": {},
            "tripAdvisorRating": 123,
            "tripAdvisorUrl": "<string>",
            "websiteUrl": "<string>",
            "whatToExpect": {},
            "geoDistance": 123,
            "additionalData": {
              "dateTimestamp": 123,
              "date": {
                "start_date": "<string>",
                "when": "<string>"
              },
              "venue": {
                "link": "<string>",
                "name": "<string>",
                "reviews": 123
              },
              "ticket_info": [
                {
                  "link": "<string>",
                  "link_type": "<string>",
                  "source": "<string>"
                }
              ]
            }
          }
        ]
      }
    ],
    "total": 123,
    "pages": 123
  },
  "geoareas": {
    "results": [
      {
        "id": "<string>",
        "hostIds": [
          "<string>"
        ],
        "status": "<string>",
        "geoLocation": [
          123
        ],
        "address": {},
        "displayName": {},
        "area": {},
        "headline": {},
        "description": {},
        "keywords": {},
        "photos": [
          {
            "attributions": [
              "<string>"
            ],
            "category": "<string>",
            "id": "<string>",
            "images": [
              {
                "size": "<string>",
                "url": "<string>"
              }
            ],
            "keywords": [
              "<string>"
            ],
            "isGenerated": true,
            "genDescription": "<string>",
            "license": "<string>",
            "isLicensed": true
          }
        ],
        "radius": 123,
        "languageCodes": [
          "<string>"
        ],
        "geoDistance": 123
      }
    ],
    "total": 123,
    "pages": 123
  }
}

Overview

The /v2/host-home endpoint is designed to power the initial load of a host-scoped experience. A single request returns everything needed to render the home screen:
  • The host profile (branding, search config, embedded UI config, location anchor)
  • The first page of guides, each with nested listings
  • A page of geo areas (neighbourhoods) scoped to the host
Geo defaults and search radius are resolved from the host profile automatically. Pass latlng to override the geo centre (for example, to centre results on the guest’s current location), or radius to override the search radius. Preference filters (userCategory, tripType, userInterests) are applied to both guide and listing ranking.

Localised fields and the lang parameter

Guide fields (name, description, introText, keywords, attribution, centerLocation, preferences) and all localised fields of embedded listings carry translated content. Geo area (location) fields (displayName, headline, description, address, area, keywords) also carry translated content. The shape of these fields depends on whether lang is provided:
langField shapeExample
Provided (e.g. lang=en-GB)Plain value for the requested language."name": "Top Restaurants in Shoreditch"
OmittedLanguage map — one key per available language code."name": { "en-GB": "Top Restaurants in Shoreditch" }
When lang is omitted, at least the default language (en-GB) is always included in the map.

Request

GET /v2/orgs/{orgId}/host-home

Required parameters

ParameterTypeDescription
orgIdstringYour organisation ID.
profileIdstringID of the host profile.

Optional parameters

ParameterTypeDefaultDescription
langstringBCP 47 language code (e.g. en-GB, fr-FR). When provided, localised fields in guides, their embedded listings, and geo areas are returned as plain values for that language instead of language maps.
latlngstringGeo centre override as lat,lng (e.g. 51.508,-0.125). Defaults to the host’s stored location.
radiusintegerSearch radius in metres from the geo centre. Defaults to the host’s configured search radius.
guideTypestringFilter guides by type. featured returns only featured guides; omit to return all guides.
userCategorystringFilter by user category (e.g. couple, family, solo).
tripTypestringFilter by trip type (e.g. leisure, business).
userInterestsstringComma-separated interest tags for personalised ranking.
rankBystringscoreRanking strategy for guides and listings: score, distance, or relevance.
guidesPageinteger1Page number for guide results (1-based).
guidesPerPageinteger10Number of guides per page. Maximum 20.
maxListingsPerGuideinteger20Maximum number of listings embedded per guide. Maximum 20.
geoareasPageinteger1Page number for geo area results (1-based).
geoareasPerPageinteger10Number of geo areas per page. Maximum 20.

Examples

Basic home screen load

Basic home screen load
curl "https://api.obvlo.com/v2/orgs/YOUR_ORG_ID/host-home?key=YOUR_API_KEY&profileId=YOUR_HOST_ID"

Geo-anchored load centred on the guest’s location

Geo-anchored load
curl "https://api.obvlo.com/v2/orgs/YOUR_ORG_ID/host-home?key=YOUR_API_KEY&profileId=YOUR_HOST_ID&latlng=51.508,-0.125&radius=3000"
Featured guides only
curl "https://api.obvlo.com/v2/orgs/YOUR_ORG_ID/host-home?key=YOUR_API_KEY&profileId=YOUR_HOST_ID&guideType=featured&lang=en-GB"

Personalised load for a couple on a leisure trip

Personalised load
curl "https://api.obvlo.com/v2/orgs/YOUR_ORG_ID/host-home?key=YOUR_API_KEY&profileId=YOUR_HOST_ID&userCategory=couple&tripType=leisure&userInterests=food,culture"

Example response

Example response
{
  "host": {
    "id": "hotel-grand",
    "name": "The Grand Hotel",
    "orgId": "YOUR_ORG_ID",
    "geoLocation": [51.5074, -0.1278],
    "primaryLocation": {
      "displayName": "The Grand Hotel",
      "address": "1 Grand Place, London",
      "locationId": "loc-001",
      "measurement": "metric"
    },
    "searchConfig": { "searchRadius": 4000 },
    "embeddedConfigs": [
      {
        "id": "embed-config-001",
        "name": "Default Widget",
        "createdAt": 1700000000000,
        "selectedLayout": "Default"
      }
    ],
    "currencyCode": "GBP",
    "currencySymbol": "£",
    "timeZoneName": "Europe/London"
  },
  "guides": {
    "results": [
      {
        "id": "guide-001",
        "name": { "en-GB": "Top Restaurants" },
        "description": { "en-GB": "The best places to eat in London." },
        "geoLocation": [51.508, -0.125],
        "geoDistance": 850,
        "listings": [
          {
            "id": "listing-001",
            "contentType": "listing",
            "name": { "en-GB": "Sketch" },
            "summary": { "en-GB": "An iconic multi-room restaurant and arts venue." },
            "address": { "en-GB": "9 Conduit St, London W1S 2XG" },
            "geoLocation": [51.511, -0.142],
            "geoDistance": 1200,
            "featured": false,
            "guideIds": ["guide-001"],
            "hostIds": ["hotel-grand"],
            "score": 0.91,
            "searchId": "listing-001",
            "status": "active",
            "photos": []
          }
        ]
      }
    ],
    "total": 12,
    "pages": 2
  },
  "geoareas": {
    "results": [
      {
        "id": "area-001",
        "displayName": { "en-GB": "Soho" },
        "description": { "en-GB": "A vibrant neighbourhood known for its nightlife and culture." },
        "geoLocation": [51.513, -0.131],
        "geoDistance": 1400
      }
    ],
    "total": 5,
    "pages": 1
  }
}

Response fields

Top-level

FieldTypeDescription
hostobjectHost profile, including embeddedConfigs. See Get Host Profile for full field reference.
guidesobjectPaginated guide results with nested listings.
geoareasobjectPaginated geo area (neighbourhood) results scoped to the host.

guides

FieldTypeDescription
resultsobject[]Array of guide objects, each containing a listings array of embedded listing objects.
totalintegerTotal number of matching guides.
pagesintegerTotal number of pages.
Each guide and its embedded listings follow the same shapes as the Guide Search endpoint.

geoareas

FieldTypeDescription
resultsobject[]Array of geo area objects (neighbourhoods).
totalintegerTotal number of geo areas for this host.
pagesintegerTotal number of pages.
Each geo area follows the same shape as the Location Search endpoint.
When lang is omitted, all localised fields are returned as language maps with at least the default language (en-GB) present. If a translation is missing for the requested lang, the response falls back to the host’s default language.

Authorizations

key
string
query
required

Path Parameters

orgId
string
required

Organization Account Number

Query Parameters

profileId
string
required

Unique profile identifier

lang
string

BCP-47 language code (e.g. en-GB). When provided, localizable fields are returned as a single string instead of a language map.

latlng
string

Latitude and Longitude as the center of search, comma separated. Ex: 55.953251,-3.188267

radius
number

Radius in meters from center of search

userCategory
string

Adding a user category will only return guides that match the category. Possible values: business, family, friends, solo, or couples

tripType
string

Adding a trip type will rank guides based on trip type suitability. Possible values: business, pleasure, or both. Default: both

userInterests
string

Comma-separated list of user interests to rank results by weighted match. Available values can be retrieved from the /getPersonalizationOptions endpoint.

rankBy
string

Ranking strategy. One of: 'distance', 'relevance', 'score'

guideType
enum<string>

Filter guides by type. 'featured' returns only featured guides; 'guide' and 'neighbourhood' return all guides (neighbourhoods are returned via the geoareas field).

Available options:
guide,
neighbourhood,
featured
guidesPage
integer

Page index for guide results

guidesPerPage
integer

Number of guides per page, maximum 20

maxListingsPerGuide
integer

Maximum number of listings to include per guide

geoareasPage
integer

Page index for geo area results

geoareasPerPage
integer

Number of geo areas per page, maximum 20

Response

Success

host
object
required
guides
object
required
geoareas
object
required