Freemium

AviationStack

AviationStack API delivers extensive real-time aviation data, including flight status, historical flights, airports, airlines, and routes. It supports RESTful JSON endpoints and offers a free tier with limited requests plus paid plans for higher usage and additional features.

1

Endpoints

0

Views

Jul 20, 2025

Last Checked

500 requests/month

Rate Limit

API Endpoints

Retrieves real-time flight information

Full URL

https://api.aviationstack.com/v1/flights

Code Examples

curl -X GET 'https://api.aviationstack.com/v1/flights' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

{
  "dep_iata": "FRA",
  "flight_iata": "LH438"
}

Example Response

{
  "flight": {
    "number": "LH438",
    "status": "scheduled",
    "arrival": {
      "iata": "SFO",
      "airport": "San Francisco"
    },
    "departure": {
      "iata": "FRA",
      "airport": "Frankfurt"
    }
  }
}

Version

v1

Rate Limit

10,000 requests/month
Tags
aviationflights
Technical Details
Authentication
API Key
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

500 requests/month (free)

Supported Languages
Any
Use Cases
flight trackers
travel apps

Related APIs

Discover similar APIs that might interest you

APIfree

OpenSky Network API

The OpenSky Network API provides develop...

Category
Transportation
Endpoints
1
aviationflightstracking