Price Map API
Price Map: supported routes
Query
Method: GET.
URL: http://map.aviasales.ru/supported_directions.json?origin_iata=LED&one_way=false&locale=en
Query parameters
- origin_iata — IATA code of the airport/city from which tickets are searched for. The IATA code is shown in uppercase letters, for example, MOW.
- one_way — "true" for one-way tickets, "false" for round trips.
- locale — search language.
Response
{ "origin":{ "iata":"LED", "name":"St Petersburg", "country":"RU", "coordinates":[ 30.315785, 59.939039 ] }, "directions":[ { "direct":false, "iata":"USM", "name":"Koh Samui", "country":"TH", "coordinates":[ 100.0628, 9.555315 ] } }
Response parameters
- iata — IATA code of the departure city.
- name — name of the departure city.
- country — country letter code.
- coordinates — coordinates of the departure city.
- directions — route information.
- direct — whether non-stop flights are available.
- name — name of destination city.
- country — destination country.
- coordinates — coordinates.
Price Map: prices
Query
Method: GET.
Query parameters
- origin_iata — IATA code for the point of departure. The IATA code is shown in uppercase letters, for example, MOW.
- period — period of dates to search for (season, year, month).
- direct — whether non-stop flights are available.
- one_way — "true" for one-way tickets, "false" for round trips.
- no_visa — visa for Russian tourists don't need.
- schengen — you need schengen visa.
- need_visa — visa required for Russian tourists.
- locale — search language.
- min_trip_duration_in_days — shortest trip duration (in days).
- max_trip_duration_in_days — longest trip duration (in days).
Response
[{ "show_to_affiliates":false, "trip_class":0, "destination":"PSA", "depart_date":"2018-05-30", "return_date":"2018-06-12", "number_of_changes":0, "value":43785, "created_at": 1407716354, "ttl": 1407889154, "distance":2247, "actual":false }]
Response parameters
- show_to_affiliates — true: prices available to affiliates, false: price not available to affiliates.
- trip_class — trip class (1 — business class, 0 — standard).
- destination — IATA code for the destination.
- depart_date — departure date.
- return_date — return date.
- number_of_changes — number of stops.
- value — flight cost.
- created_at — time and date of query creating (in unix timestamp format).
- ttl (time-to-live) — time and date at which the offer is arriving (in unix timestamp format).
- distance — distance between the departure and arrival points.
- actual — equals 0 or 1. 0 — price was found long ago and may be out of date. 1 — price was found recently and is current.