Getting Started!
Flight API is designed to simplify live flight price tracking, airport schedule, and live flight tracking.
All REST API calls will return JSON or HTML
results.
Our API URL is: https://api.flightapi.io/
Each request should contain an API key. The API key will help us to identify your account.
If you exceed your plan connection limit, the API will respond with a 429 status code, this can be solved by slowing down your request rate
There is no overage allowed on the free plan, if you exceed 100 requests per 30 days on the free plan, you will receive a 429 error.
Each GET request will return a JSON response with a 200 response code.
410 error occurs when there is no flight for that particular departure or arrival date.
Error Codes | Description |
---|---|
200 | Request Successfull |
404 | Either user is not found or there is no such flight |
410 | Request timeout error |
Credit Cost of all APIs per request
API | Cost |
---|---|
Oneway Trip API | 2 |
Round Trip API | 2 |
Multi Trip API | 5 |
Flight Tracking API | 1 |
Track Flights between Airports | 1 |
Airline & Airport code API | 1 |
Airport Schedule API | 2 |
Last updated