Best fares, easy and straightforward integration

Designed with for developers

Airlines

Introduction

Full list of our airlines.

You need to perform GET https://faresapi.com/api/v1/data/airlines with proper authentication.

The response will be an array of objects, each of which contains the following information

  • id Airline ID
  • name Airline name
  • twoLetterCode IATA code or a custom two-letter code if the airline does not have one. Preferably, map airlines by their ID, which will never change.
  • logo Airline logo which you can download and display to customers. May be null.