🛂Track Flights between Airports
With this API you can track flights between any two airports. You can track flights for the next 365 days.
Last updated
With this API you can track flights between any two airports. You can track flights for the next 365 days.
Last updated
API endpoint for this API is: https://api.flightapi.io/trackbyroute
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your Dashboard at any time.
Here is the list of default parameters you have to use with this API:
Parameters | Description | Type |
---|---|---|
You have to send a GET request to https://api.flightapi.io/trackbyroute
along with all the parameters.
Take a look at how you might call this API using various different coding languages.
The sample response of the API will look somewhat like this.
It is just a sample API response. Some objects will have more attributes. A new array might also be there.
api_key required
This is your personal API key. You can find this on your Dashboard.
String
date required
This is the date of departure Format - YYYYMMDD
String
airport1 required
This is the IATA code of the departure airport. required
String
airport2 required
This is the IATA code of the arrival airport. required
String