get_airline_info
Retrieve airline details including name, origin country, IATA and ICAO codes, and status by searching with IATA code, ICAO code, or airline name.
Instructions
Airline-Details abrufen (AirLabs).
Suche nach IATA-Code, ICAO-Code oder Name. Gibt Name, Herkunftsland, IATA/ICAO-Codes und Status zurück.
Benötigt einen AirLabs API-Key (kostenlos, 1.000 Calls/Monat).
Args: iata_code: IATA-Code der Airline (z.B. "LH" für Lufthansa, "UA" für United) icao_code: ICAO-Code der Airline (z.B. "DLH" für Lufthansa, "UAL" für United) name: Name der Airline (z.B. "Lufthansa", "Ryanair")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iata_code | No | ||
| icao_code | No | ||
| name | No |