...
# | Question | Answer | ||
---|---|---|---|---|
1 | What types of journey are available for searching? | One way (OW) and Round trip (RT) | ||
2 | The number of a segments is limited? | Actually, segment count isn't limited. But, commonly, there's no more than 4 segments per slice | ||
3 | What types of cabin class are supported? | Both: Economy and Business | ||
4 | Is search by city codes supported? | Yes, API supports IATA city codes in search request | ||
5 | What languages are supported by the API? | All messages in API response contain only texts in English | ||
6 | Does the API provide any other currencies except RUB? Why we always get prices in RUB from the API? | The only one currency for S7 online sale is RUB due to legal reasons (customers will be charged in RUB). The API doesn't support sale currency conversioninto any other — you have to make it on your side Check request references to find all available input parameters | ||
7 | Our site support different language and currency, what we should do for better user experience? How to make API send results in different language and currency than RU and RUB (e.g. EN and EUR)? | There's no way to specify language and currency parameters in query | ||
8 | How deeplink looks like? | The common deeplink looks like
Check deeplink references to find out all output options and detailed specification |
...