getAEflightTracker: getAEflightTracker

Description Usage Arguments Details Value See Also Examples

Description

A function to get information about all flights in the world with

Usage

1
2
3
4
5
getAEflightTracker(depIata = NULL, depIcao = NULL, arrIata = NULL,
  arrIcao = NULL, aircraftIcao = NULL, regNum = NULL,
  aircraftIcao24 = NULL, airlineIata = NULL, airlineIcao = NULL,
  flightIata = NULL, flightIcao = NULL, flightNum = NULL,
  status = NULL, limit = NULL, api.key)

Arguments

depIata

Departure airport IATAcode

depIcao

Departure airport ICAO code

arrIata

Arrival airport IATA code

arrIcao

Arrival airport ICAO code

aircraftIcao

Aircraft ICAO code

regNum

Aircraft registration number

aircraftIcao24

Aircraft ICAO24 code

airlineIata

Airline IATA code

airlineIcao

Airline ICAO code

flightIata

Flight IATA code

flightIcao

Flight ICAO code

flightNum

Flight number

status

Status of the flight (en-route, landed)

limit

Limit value for output

api.key

you authentication api key

Details

Flight Tracker API Clients can connect to the flight tracking through the API key which gives direct access to all the live flight data. The flight tracker API allows clients to display within their applications or on their websites and other platforms, the actual tracking of flights including all their relevant information. This service is central to our aviation data and maintained constantly within our database. Since the data is live, the updates happen within short intervals of just a few minutes. Aviation Edge’s function is to gather and maintain the complete aviation data for our clients so that they can create the functional tools for their customers.

Sources and process The data of the flight tracking API is collected through ADS-B systems as well as the use of flight schedules to anticipate the location and fill in the gaps where needed. We also receive data from our aviation partners and combine all this to the central system for our clients.

Data included in the Flight Tracker API Geography: Location information such as latitude, longitude, altitude and direction. Speed: Vertical and horizontal speed of aircraft. Departure and arrival: IATA codes and ICAO codes of the departure and arrival location. Aircraft and flight: IATA and ICAO number of flight and registration number, ICAO code and ICAO24 code of aircraft. Airline: IATA code and ICAO code of airline. System information: Squawk, status and last updated.

Value

answer a json object containing flights list with status and details

See Also

https://www.iata.org/publications/Pages/code-search.aspx

Examples

1
2
3
4
## Not run: 
getAEflightTracker(flightIata="AF1195",api.key = "key here")

## End(Not run)

longwei66/flightR documentation built on May 18, 2019, 2:35 a.m.