✈️ Get Airline by IATA Code
**Get detailed information for a specific airline by IATA code**
Returns complete airline information including name, codes, country, logo, and status.
### **Path Parameters**
- **iata** (required): IATA 2-letter airline code (e.g., "EK", "TK", "LH")
### **Response**
Returns airline object with:
- **name**: Full airline name
- **iata**: IATA code
- **icao**: ICAO code
- **callsign**: Radio callsign
- **country**: Country of origin
- **logo**: Logo URL
- **active**: Active status
### **Example**
`GET /airlines/EK` returns Emirates Airlines information
Path parameters
iata
IATA airline code (e.g., ‘EK’, ‘TK’, ‘LH’)
Response
This endpoint returns an object.
