Search Link: https://www.apis.guru.com

Overview

GET /cargo/getRoute/{origin}-{destination}/{fromDate}/{productCode}

Summary: Retrieve all flights

Retrieve a list of all possible flights (both direct and connecting) between two airports on a given date. Routes are available for today and up to days in the future.


GET /cargo/shipmentTracking/{aWBPrefix}-{aWBNumber}

Summary: Shipment Tracking

With this tracking service you can easily retrieve your shipment or flight status information.


GET /offers/lounges/{location}

Summary: Lounges

Lounge information


GET /offers/seatmaps/{flightNumber}/{origin}/{destination}/{date}/{cabinClass}

Summary: Seat Maps

Cabin layout and seat characteristics.


GET /operations/flightstatus/arrivals/{airportCode}/{fromDateTime}

Summary: Flight Status at Arrival Airport

Status of all arrivals at a given airport up to 4 hours from the provided date time.


GET /operations/flightstatus/departures/{airportCode}/{fromDateTime}

Summary: Flight Status at Departure Airport

Status of all departures from a given airport up to 4 hours from the provided date time.


GET /operations/flightstatus/route/{origin}/{destination}/{date}

Summary: Flight Status by Route

Status of flights between a given origin and destination on a given date.


GET /operations/flightstatus/{flightNumber}/{date}

Summary: Flight Status

Status of a particular flight (boarding, delayed, etc.).


GET /operations/schedules/{origin}/{destination}/{fromDateTime}

Summary: Flight Schedules

Scheduled flights between given airports on a given date.


GET /references/aircraft/{aircraftCode}

Summary: Aircraft

List all aircraft types or one specific aircraft type.


GET /references/airlines/{airlineCode}

Summary: Airlines

List all airlines or one specific airline.


GET /references/airports/nearest/{latitude},{longitude}

Summary: Nearest Airports

List the 5 closest airports to the given latitude and longitude, irrespective of the radius of the reference point.


GET /references/airports/{airportCode}

Summary: Airports

List all airports or one specific airport. All airports response is very large. It is possible to request the response in a specific language.


GET /references/cities/{cityCode}

Summary: Cities

List all cities or one specific city. It is possible to request the response in a specific language.


GET /references/countries/{countryCode}

Summary: Countries

List all countries or one specific country. It is possible to request the response in a specific language.