Skip to main content

Culture information

When calling our API you will need to provide queries with localisation parameters. The following parameters must be added to every request: market, locale and currency.

We provide a Culture API to get all the markets, locales and currencies we support. See Culture API Documentation

Sample of these parameters:

titledescriptionsample
marketMarket where search is coming from.UK
localeLanguage to be used for the search.en-GB
currencyCurrency that the search result prices are returned inGBP

With the Culture API we provide a endpoint so that you can gather these details to provide to your travelers.

/markets

You can use the /markets endpoint to retrieve the market countries that we support.

Most suppliers (airlines, travel agents, and car hire dealers) set their fares based on the market (or country of purchase). It is therefore necessary to specify the market country in every query.

The names of the markets returned are localized based on a locale passed as a parameter.

/locales

You can use the /locales endpoint to retrieve the locales that we support to translate your content.

The names of the locales returned are in the native language associated with the locale.

/currencies

You can use the /currencies endpoint to retrieve the currencies that we support and information about how we format them in Skyscanner.

tip

If you want to know more about the culture service. See culture API Documentation