Get a specific flight
get_flightRetrieve a single flight by its number and direction at a Spanish AENA airport, returning the best match from available data.
Instructions
Find one flight by number at an airport. Convenience wrapper over search_flights that returns the single best match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| airport | Yes | Airport IATA code | |
| direction | Yes | ||
| flightNumber | Yes | e.g. IB0459, UX7235 |