gyg_get_tour
Fetch a GetYourGuide tour record by numeric ID. Choose compact for essential details (title, price, duration, rating, cancellation) or full to include all fields and image URLs.
Instructions
Get the full GetYourGuide record for one tour/activity by its numeric ID. Image URLs are stripped by default; pass view:"full" to keep them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim tour projection (id, title, price, duration, rating, cancellation) and strips image URLs; "full" returns GetYourGuide's whole records. | |
| tourId | Yes | Numeric GetYourGuide tour ID (e.g. 23776). | |
| currency | No | Currency for prices, ISO 4217 (e.g. USD, EUR). Defaults to GYG_CURRENCY when set. | |
| language | No | Content language (e.g. en, de). Defaults to GYG_LANGUAGE when set. |