search_flights
Find real-time flights by origin, destination, airline, or status. Get current flight data filtered to your needs without prices or future schedules.
Instructions
Search current/live flights, optionally filtered by route, airline, or status.
IMPORTANT: this returns CURRENT and near-term real-time flights only — it cannot search a future travel date (e.g. "flights on Sept 20th") or historical flights, and it does not include prices. For a specific flight's status, use get_flight_status instead.
Args: origin: Optional 3-letter IATA departure airport code (e.g. "JFK"). destination: Optional 3-letter IATA arrival airport code (e.g. "LHR"). airline_name: Optional airline name to filter by (e.g. "American Airlines"). flight_status: Optional status filter: scheduled, active, landed, cancelled, incident, or diverted. max_results: Max number of results to return (1-100, default 10).
Provide at least one filter (origin, destination, or airline_name) — an unfiltered call returns an arbitrary global sample and burns quota fast.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | No | ||
| destination | No | ||
| max_results | No | ||
| airline_name | No | ||
| flight_status | No |