Skip to main content

Quick start guide

Introduction

The Culture API provides all the markets, locales and currencies we support in Skyscanner. You could use those in the calls to the other Travel APIs we provide to ensure correct localisation of the responses.

Sample requests

/markets

curl --location --request GET 'https://partners.api.skyscanner.net/apiservices/v3/culture/markets/en-GB' \
--header 'x-api-key: your-api-key'

/locales

curl --location --request GET 'https://partners.api.skyscanner.net/apiservices/v3/culture/locales' \
--header 'x-api-key: your-api-key'

/currencies

curl --location --request GET 'https://partners.api.skyscanner.net/apiservices/v3/culture/currencies' \
--header 'x-api-key: your-api-key'

/nearestculture

curl --location --request GET 'https://partners.api.skyscanner.net/apiservices/v3/culture/nearestculture?ipAddress=192.0.2.0' \
--header 'x-api-key: your-api-key'