Flight Feeds
API Call
Base Url: http://flight-feeds.gora.io
Get Flight Data: GET /api/v2/flightdata
Parameters:
direction
string
(required) Direction of flight. It is either Arrival or Departure
arrival
airportCode
string
(required) Airport IATA code
NBO
flightCode
string
(required) Flight IATA code
QR8776
key
string
(required) Key provided by GoraNetwork. When using node runner set the key as ##signKey
##signKey
Example Call
Example Response (JSON)
Results Schema
flight_status
string
The status of the flight: e.g delayed, on-time, scheduled, active
scheduled_time
string
The scheduled departure or arrival time.
estimated_time
string
The estimate time or arrival or departure
actual_time
string
The actual time the flight departed or arrived
delay
number
Departure or arrival time delay in minutes
airline_name
string
The name of the flight airline.
flight_number
string
The flight number
flight_code
string
The flight AITA code
Note: API call only works with scheduled, active, or delayed flights. You can get the list of these flights filtered by the airport code using the link below.
https://www.flightstats.com/v2/flight-tracker/departures/NBOhttps://www.flightstats.com/v2/flight-tracker/arrivals/NBO
Last updated