Flight Data
Data is transferred from the cache, which is formed on the basis of searches of users of sites Aviasales.ru and Jetradar.com for the last 48 hours. So it is recommended that you use them to generate static pages. For developers documentation is available with examples of queries and answers in various programming languages, as well as a link to Postman: https://travelpayouts.github.io/slate/. To…
Flight Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| Flight Data API v1 | ||
| GET |
Non-stop tickets /v1/prices/direct/ |
Returns the cheapest non-stop tickets for the selected route with departure/return date filters. |
| GET |
The popular directions from a city /v1/city-directions |
Brings the most popular directions from a specified city back. |
| GET |
Popular airline routes /v1/airline-directions |
Returns routes for which an airline operates flights, sorted by popularity. |
| GET |
Tickets for each day of month /v1/prices/calendar |
Returns the cheapest non-stop, one-stop, and two-stop flights for the selected route for each day of the selected month |
| GET |
Cheapest tickets /v1/prices/cheap |
Returns the cheapest non-stop tickets, as well as tickets with 1 or 2 stops, for the selected route with departure/return date filters. Important: Old dates may be specified in a… |
| GET |
Cheapest tickets grouped by month /v1/prices/monthly |
Returns the cheapest non-stop tickets, as well as tickets with 1 or 2 stops, for the selected route grouped by month. |
| Flight Data API v2 | ||
| GET |
The prices for the alternative directions /v2/prices/nearest-places-matrix |
Brings the prices for the directions between the nearest to the target cities back. |
| GET |
The calendar of prices for a month /v2/prices/month-matrix |
Brings the prices for each day of a month, grouped together by the number of transfers, back |
| GET |
Special offers /v2/prices/special-offers |
Brings the recent special offers from the airline companies back in the .XML format. |
| GET |
The prices for the airline tickets /v2/prices/latest |
Brings back to the list of prices, found by our users during the recent 48 hours according to the filters used. |
| GET |
The calendar of prices for a week /v2/prices/week-matrix |
Brings the prices for the nearest dates to the target ones back |
| Flight Data API json files | ||
| GET |
Airline data in json format /data/en-GB/airlines.json |
API returns a file with a list of airlines from the database |
| GET |
Airplane data in json format /data/planes.json |
API returns a file with a list of airplanes from the database |
| GET |
City data in json format /data/en-GB/cities.json |
API returns a file with a list of cities from the database |
| GET |
Alliance data in json format /data/airlines_alliances.json |
API returns a file with a list of alliances from the database |
| GET |
Airport data in json format /data/en-GB/airports.json |
API returns a file with a list of airports from the database |
| GET |
Data of countries in json format /data/en-GB/countries.json |
API returns a file with a list of countrys from the database |
| GET |
Data on the routes in json format /data/routes.json |
The query returns a file with a list of routes from the database. |
Flight Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|