# FlightAPI

## FlightAPI

- [Getting Started!](https://docs.flightapi.io/getting-started.md): Flight API is designed to simplify live flight price tracking, airport schedule, and live flight tracking.
- [Flight Price API](https://docs.flightapi.io/flight-price-api.md): With our Flight Price API, you can compare fares from over 700 OTAs and vendors instantly. These APIs let you focus on analyzing data, not extracting it.
- [Oneway Trip API](https://docs.flightapi.io/flight-price-api/oneway-trip-api.md): In this API you will get prices from multiple airlines and vendors for a oneway route. You can pass any airport IATA code, future date, currency, and pax.
- [Round Trip API](https://docs.flightapi.io/flight-price-api/round-trip-api.md): In this API you will get prices from multiple airlines and vendors for a oneway route. You can pass any airport IATA code, future date, currency, and pax.
- [Multi Trip API](https://docs.flightapi.io/flight-price-api/multi-trip-api.md): In this API you will get prices from multiple airlines and vendors for a multi-city trip. You can pass any airport IATA code, future date, currency, and pax.
- [Flight Tracking API](https://docs.flightapi.io/flight-tracking-api.md): With this API you will be able to track any plane with its number.
- [Track Flights between Airports](https://docs.flightapi.io/track-flights-between-airports.md): With this API you can track flights between any two airports. You can track flights for the next 365 days.
- [Airline & Airport code API](https://docs.flightapi.io/airline-and-airport-code-api.md): With this API you can generate airport and airline codes.
- [Airport Schedule API](https://docs.flightapi.io/airport-schedule-api.md): This API will provide you with complete schedule of any airport. You can get data according to arrivals and departures separately.
- [Airport Schedule API V2](https://docs.flightapi.io/airport-schedule-api-v2.md): This API will provide you with complete schedule of any airport. You can get data according to arrivals and departures separately.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.flightapi.io/getting-started.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
