How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

GetYourGuide Tours API

The Tours API from GetYourGuide — 5 operation(s) for tours.

GetYourGuide Tours API is one of 8 APIs that GetYourGuide publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tours. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, a getting-started guide, and authentication docs.

This API exposes 5 operations across 5 paths, and defines 71 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.getyourguide.com, https://api.gygtest.net.

5 operations 5 paths 71 schemas 4 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://api.getyourguide.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

GetYourGuide Tours API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-ACCESS-TOKEN (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 4 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Tours 5
GET
/{version}/tours
Search for tours by different parameters such as a query or geographical coordinates.
ToursQuery 17 params → 200400500
GET
/{version}/tours/{tour_id}
Search for tours by id
ToursByIdQuery 5 params → 2004XXdefault
GET
/{version}/tours/{tour_id}/availability
Find availability of a tour.
tours-by-id-availability 3 params → 2004XXdefault
GET
/{version}/tours/{tour_id}/options
Find all options of a tour.
ToursByIdOptions 6 params → 2004XXdefault
POST
/{version}/tours/{tour_id}/price-breakdown
Find pricing information for a tour by date.
tours-by-id-price-breakdown 2 params body → 2004XXdefault

Schemas 71

The contract defines 71 schemas that model the data the API accepts and returns. The most detailed are Tour (38 properties), TourOption (21 properties), ItineraryItem (11 properties), MetaData (9 properties). Each schema is shown below with its type and property counts.

BoundingBox
object
4 properties
Language
string
ISO 639 formatted language
DayBreakdownRequest
object
2 properties 2 required
Special
object
3 properties
GroupPriceBreakdown
object
3 properties 2 required
AdditionalPaxBreakdown
object
3 properties 3 required
CategoryId
integer
ID of the category.
OpeningHour
object
2 properties 2 required
Picture
object
Picture
5 properties
Validity
number
Validity period of the booking (to be used in combination with validity unit). Represents how long the ticket/voucher remains valid after booking or activation.
OptionId
integer
The ID of the tour option.
ValidityFrom
string
When the validity period starts counting from.
Durations
object
2 properties
Option
object
4 properties 2 required
TourCategoryMinimal
object
A minimal representation of a tour category. More information about each category can be retrieved from the /categories endpoint.
2 properties
ItineraryItemLocation
object
Location of an itinerary stop.
2 properties
ItineraryItemDuration
object
How long a stop lasts.
2 properties
TransportationType
object
1 property 1 required
Error
object
8 properties
CntLanguage
string
ISO 639, Language of the text content.
Tour
object
A tour is a product.
38 properties
Currency
string
ISO 4217, The currency with which you would like to pay.
HealthRequirement
array
Version
string
The version of the API, currently only 1 is available.
StartingPrice
object
Starting price. Should be read as e.g. "from XX.YY USD.
2 properties
Location
object
8 properties
Itinerary
object
A single day (or the only day) of a tour's itinerary. Single-day tours have one entry; multi-day tours have N entries ordered by daynumber.
3 properties
DealInformation
object
3 properties 1 required
FreeSale
boolean
Indicates whether if the tour option's booking engine is free-sale (i.e. whether a booking does not require confirmation by the supplier).
Limit
integer
Number of items to retrieve.
AvailableDate
object
2 properties 2 required
ParticipantCategory
object
4 properties 2 required
PriceSummary
object
2 properties 2 required
Flags
string
Various flags about properties of the tour (multiple selection allowed).
LocalDateRange
object
2 properties
TourId
integer
The ID of the tour.
AddonPriceBreakdown
object
3 properties 3 required
PickUpLocation
object
5 properties 1 required
TimeSlot
object
4 properties 2 required
IntegerRange
object
2 properties
HealthAdvisory
array
LogisticsArea
object
4 properties 4 required
PriceField
number
The value of the price.
CancellationPolicy
object
The activity cancellation policy
5 properties
Country
string
ISO code of the country of the location (ISO 3166-1).
Price
object
3 properties 2 required
UnavailabilityReason
object
1 property 1 required
DealSummary
object
4 properties 4 required
Latitude
number
The latitude in ISO 6709 standard.
Datetime
string
The local datetime format Y-m-d T H:i:s.
Rating
number
The value of the rating.
ItineraryItem
object
A single stop or segment within an itinerary day.
11 properties
Longitude
number
The longitude in ISO 6709 standard.
Availability
object
Availability by tour.
6 properties 5 required
GroupBreakdown
object
4 properties 3 required
IndividualCategoryPriceBreakdown
object
8 properties 4 required
TourOption
object
Tour option
21 properties
Offset
integer
Offset the list of returned results by this amount.
StartingPriceDiscounted
object
Starting price and theoretic maximum possible discount. Should be read as e.g. "from XX.YY USD. The discounts are still bound to individual dates.
2 properties
OpeningHours
object
The opening hours of a given attraction or venue in local time.
2 properties
ValidityUnit
string
Unit of the validity field
Coordinates
object
2 properties 2 required
Duration
number
Duration of the tour (to be used in combination with duration unit).
DurationUnit
string
Unit of the duration field
MetaData
object
9 properties
CancellationPolicyText
string
Cancellation policy text. Kept for backwards compatibility, please use CancellationPolicy.cancellationpolicytext instead.
PriceBreakdown
object
5 properties 1 required
AvailableAddon
object
3 properties 3 required
Date
string
The local date format Y-m-d.
SupplierId
integer
The supplier id
LogisticsLocation
object
3 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

getyourguide-tours-api-openapi.yml Raw ↑

Other APIs GetYourGuide publishes across the network.

GetYourGuide Bookings API
GetYourGuide Carts API
GetYourGuide Categories API
GetYourGuide Configuration API
GetYourGuide Options API
GetYourGuide Reviews API
GetYourGuide Suppliers API
Where this information came from

This is an independent, third-party profile of GetYourGuide Tours API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.