Service which looks for the chipest fares.
SimilarFareApiControllerV3
Method
Description
Method
Description
GET
getSimilar
http://fraas-prod.apigee.net/pub/v1/farefinder/3/oneWayFares/similar
Returns list (ascending) of similar fares for given fare parameters
OneWayFareApiControllerV3
Method
Description
Method
Description
GET
getCheapest
http://fraas-prod.apigee.net/pub/v1/farefinder/3/oneWayFares
Returns sorted list (ascending) of one way fares for given filter parameters
GET
getCheapestPerDay
http://fraas-prod.apigee.net/pub/v1/farefinder/3/oneWayFares/{departureAirportIataCode}/{arrivalAirportIataCode}/cheapestPerDay
Returns sorted list (ascending) of one way fares for given filter parameters per day
RoundTripFareApiControllerV3
Method
Description
Method
Description
GET
getCheapest
http://fraas-prod.apigee.net/pub/v1/farefinder/3/roundTripFares
Returns sorted list (ascending) of round trip fares for given filter parameters
GET
getCheapestPerDay
http://fraas-prod.apigee.net/pub/v1/farefinder/3/roundTripFares/{departureAirportIataCode}/{arrivalAirportIataCode}/cheapestPerDay
Returns sorted list (ascending) of round trip fares for given filter parameters per day