IATA / ICAO code
>= 2 characters<= 3 characters
Retrieve airline based on IATA code or ICAO code.
IATA / ICAO code
>= 2 characters<= 3 characters
Only ‘application/json’ is allowed
Example:application/json
OK
Retrieves list of aircrafttypes. If there are more hits then allowed on one page response headers will contain the URLs where other pages of the results can be reached.For example:
Link: <protocol://server_address:port/public-flights/resource> ; rel=“first”,
<protocol://server_address:port/public-flights/resource?page=10> rel=“last”,
<protocol://server_address:port/public-flights/resource?page=3> rel=“next”,
<protocol://server_address:port/public-flights/resource?page=1> rel=“prev”
IATA main code
>= 3 characters<= 3 characters
IATA sub code
>= 3 characters<= 3 characters
Page number
Default:0
>= 0<= 499
Specifies which field to use for sorting. Allowed fields are iataMain, iataSub, longDescription and shortDescription. Use plus or minus sign to indicate ascending or descending order.
Match pattern:^((\+|-| )?(iataMain|iataSub|longDescription|shortDescription)(,|$))+$
Default:+iataMain
Only ‘application/json’ is allowed
Example:application/json
OK
Retrieves list of destinations
If there are more pages of the result, header will contain custom String field - Link, which will contain URLs where other pages of the results can be reached.
For example:
Link: <protocol://server_address:port/public-flights/resource> ; rel=“first”,
<protocol://server_address:port/public-flights/resource?page=10> rel=“last”,
<protocol://server_address:port/public-flights/resource?page=3> rel=“next”,
<protocol://server_address:port/public-flights/resource?page=1> rel=“prev”
Page number
Default:0
>= 0<= 499
Specifies which field to use for sorting. Allowed fields are publicName.dutch, publicName.english, iata, country and city… Use plus or minus sign to indicate ascending or descending order.
Match pattern:^((\+|-| )?(publicName\.dutch|publicName\.english|iata|country|city)(,|$))+$
Default:+iata
Only ‘application/json’ is allowed
Example:application/json
OK
Retrieves destination based on IATA code
IATA code
>= 3 characters<= 3 characters
Only ‘application/json’ is allowed
Example:application/json
OK