get_airport_info
Retrieve airport details by IATA, ICAO, or country code. Returns name, location, timezone, and other information.
Instructions
Flughafen-Details abrufen (AirLabs).
Suche nach IATA-Code, ICAO-Code oder Land. Gibt Name, Standort, Zeitzone und weitere Details zurück.
Benötigt einen AirLabs API-Key (kostenlos, 1.000 Calls/Monat).
Args: iata_code: IATA-Code des Flughafens (z.B. "JFK", "FRA", "MUC") icao_code: ICAO-Code des Flughafens (z.B. "KJFK", "EDDF", "EDDM") country_code: ISO-Ländercode für alle Flughäfen eines Landes (z.B. "DE", "US")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iata_code | No | ||
| icao_code | No | ||
| country_code | No |