Best fares, easy and straightforward integration
Designed with for developers
With the routes endpoint you can request our full list of supported routes. Routes are updated several times daily.
GET https://faresapi.com/api/v1/data/routes/with-availability
GET https://faresapi.com/api/v1/data/routes/csv
GET https://faresapi.com/api/v1/data/routes
Example JSON Response
[
{
"departure": {
"id":"1",
"iata":"DAR",
"city":"Dar Es Salaam",
"country":"Tanzania"
},
"destination": {
"id":"2",
"iata":"ZNZ",
"city":"Zanzibar",
"country":"Tanzania"
}
},
{
"departure": {
"id":"2",
"iata":"ZNZ",
"city":"Zanzibar",
"country":"Tanzania"
},
"destination": {
"id":"1",
"iata":"DAR",
"city":"Dar Es Salaam",
"country":"Tanzania"
}
}
]