API methods

Method: routes_day ( Flight schedule for a selected day )

countrycitystationdiscountroutes_dayroutesorder_neworder_confirmorder_cancelorder_ticket_returnorder_ticket_cancelorder_restoreorder_infoorder_stat
Returns a list of the bunches of cities, the routes and prices accessible on them
For the work with this method the API access key is required.

For example:


Acceptable parameters:

KeyTypeDescription
keycharAPI access key
crccharUnits of money ( eur, uah, auto – default route value )
dateDD-MM-YYYYDate (ISO 8601)

Return values:

KeyTypeDescription
from-toarrayCity of departure – City of arrival

Unique identifier ( id ) of flight
KeyTypeDescription
pricedoublePrice of ticket
currencycharUnit of money ( EUR, UAH, PLN )
freeintNumber of free seats
errorintCode of error ( 0 – no error, 1 – incorrect API access key, 104 – the date does not correspond with the format of is less that the current date )