docs / getyourguide

GetYourGuide API

GetYourGuide API

base /getyourguide/v15 endpoints
post/getyourguide/v1/browse1 credit

Browse the top tours & activities for a destination's landing page. Returns activities with title, price, rating, review count, photos and a link. Identify the destination by its slug (from search/destinations) or by location_id + city.

ParameterAllowed / rangeDescription
slugoptionalThe destination URL slug — '<city>-l<id>' (e.g. 'rome-l33', 'paris-l16'). Returned by search/destinations.
location_idoptionalGetYourGuide location id (the number after '-l' in the URL). Pair with city; the city slug is cosmetic.
cityoptionalCity/destination name (used with location_id to build the URL slug).
urloptionalAlternatively a full GetYourGuide destination URL.
currencyoptionalPrice currency as an ISO code (EUR, USD, GBP, TRY, AUD…). Sent to GetYourGuide so prices come back in that currency.
languageoptionalen · de · fr · es · it · nl · ptContent language (locale). Default English.
Try in playground →
post/getyourguide/v1/detail2 credits

Full record for one tour/activity: title, description, supplier, price, rating, review count and photos. Identify it by its activity url (from search/browse).

ParameterAllowed / rangeDescription
urloptionalThe activity's GetYourGuide URL (from a search/browse result).
slugoptionalAlternatively the activity path ('…-lNN/…-tNN').
currencyoptionalPrice currency as an ISO code (EUR, USD, GBP, TRY, AUD…). Sent to GetYourGuide so prices come back in that currency.
languageoptionalen · de · fr · es · it · nl · ptContent language (locale). Default English.
Try in playground →
post/getyourguide/v1/reviews1 credit

The most-recent public traveler reviews for one activity (rating, text, author, date) plus the overall rating and total review count. GetYourGuide serves the 10 newest reviews server-side; older pages load behind an anti-bot wall, so this returns the 10 newest — use the review_count for the full volume.

ParameterAllowed / rangeDescription
urloptionalThe activity's GetYourGuide URL (from search/browse).
slugoptionalAlternatively the activity path ('…-lNN/…-tNN').
languageoptionalen · de · fr · es · it · nl · ptContent language (locale). Default English.
Try in playground →
post/getyourguide/v1/destinations1 credit

Destination metadata for a GetYourGuide location: id, name, type, country, the number of bookable activities, and its parent locations (region → country). Useful to confirm a destination and discover its hierarchy before browsing.

ParameterAllowed / rangeDescription
slugoptionalThe destination URL slug ('<city>-l<id>').
location_idoptionalGetYourGuide location id (number after '-l').
cityoptionalCity/destination name (used with location_id).
urloptionalAlternatively a full destination URL.
languageoptionalen · de · fr · es · it · nl · ptContent language (locale). Default English.
Try in playground →