Search Link: https://www.apis.guru.com
Overview
- GET /cargo/getRoute/{origin}-{destination}/{fromDate}/{productCode}
- GET /cargo/shipmentTracking/{aWBPrefix}-{aWBNumber}
- GET /offers/lounges/{location}
- GET /offers/seatmaps/{flightNumber}/{origin}/{destination}/{date}/{cabinClass}
- GET /operations/flightstatus/arrivals/{airportCode}/{fromDateTime}
- GET /operations/flightstatus/departures/{airportCode}/{fromDateTime}
- GET /operations/flightstatus/route/{origin}/{destination}/{date}
- GET /operations/flightstatus/{flightNumber}/{date}
- GET /operations/schedules/{origin}/{destination}/{fromDateTime}
- GET /references/aircraft/{aircraftCode}
- GET /references/airlines/{airlineCode}
- GET /references/airports/nearest/{latitude},{longitude}
- GET /references/airports/{airportCode}
- GET /references/cities/{cityCode}
- GET /references/countries/{countryCode}
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.
OpenAPI snippet URL
GET /cargo/shipmentTracking/{aWBPrefix}-{aWBNumber}
Summary: Shipment Tracking
With this tracking service you can easily retrieve your shipment or flight status information.
OpenAPI snippet URL
GET /offers/lounges/{location}
Summary: Lounges
Lounge information
OpenAPI snippet URL
GET /offers/seatmaps/{flightNumber}/{origin}/{destination}/{date}/{cabinClass}
Summary: Seat Maps
Cabin layout and seat characteristics.
OpenAPI snippet URL
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.
OpenAPI snippet URL
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.
OpenAPI snippet URL
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.
OpenAPI snippet URL
GET /operations/flightstatus/{flightNumber}/{date}
Summary: Flight Status
Status of a particular flight (boarding, delayed, etc.).
OpenAPI snippet URL
GET /operations/schedules/{origin}/{destination}/{fromDateTime}
Summary: Flight Schedules
Scheduled flights between given airports on a given date.
OpenAPI snippet URL
GET /references/aircraft/{aircraftCode}
Summary: Aircraft
List all aircraft types or one specific aircraft type.
OpenAPI snippet URL
GET /references/airlines/{airlineCode}
Summary: Airlines
List all airlines or one specific airline.
OpenAPI snippet URL
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.
OpenAPI snippet URL
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.
OpenAPI snippet URL
GET /references/cities/{cityCode}
Summary: Cities
List all cities or one specific city. It is possible to request the response in a specific language.
OpenAPI snippet URL
GET /references/countries/{countryCode}
Summary: Countries
List all countries or one specific country. It is possible to request the response in a specific language.
OpenAPI snippet URL