Look up airline information by IATA code, ICAO code (premium), or airline name. Get airline details from our database of 5,000+ airlines worldwide.
{
"status": "ok",
"error": null,
"data": [
{
"name": "American Airlines",
"alias": null,
"iata": "AA",
"icao": "AAL",
"callsign": "AMERICAN",
"country": "United States",
"id": "AA",
"islowcost": false,
"logourl": "https://storage.googleapis.com/apiverve/APIResources/arlinelookup/logos/AA.png?X-Goog-Algorithm=..."
}
]
}






Look up airline information by IATA code, ICAO code (premium), or airline name. Get airline details from our database of 5,000+ airlines worldwide.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/airlinelookup?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ , … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseLook up airline codes in real-time to display full names, or cache our data locally. Get callsigns for audio announcements and country info for international arrivals.
Enrich flight search results with airline details. Show full names, alliance membership for loyalty benefits, and country for international travel context.
Copy a working request, or install a typed SDK. Same endpoint, same key.
const res = await fetch("https://api.apiverve.com/v1/airlinelookup?iata=AA", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog