Duffel powers your flight search and booking. Logostream powers the visual layer — 1,100+ airline logos, airport logos, aircraft liveries, and route maps. Together, a complete aviation product.
Logostream is the visual and branding layer for aviation booking UIs. It provides airline logos, airport logos, aircraft liveries, and route map images through a single REST API key — purpose-built to complement booking engines like Duffel with the complete visual experience.
Common use cases alongside Duffel include:
Logostream is the visual/branding layer — purpose-built to complement flight booking engines. Free tier, HTTPS, transparent pricing, and self-serve signup in seconds.
Duffel is a B2B travel booking API that provides access to airline inventory (NDC + GDS), hotel stays, and ancillaries through a unified REST API. It is priced at $3.00 per confirmed flight order, with free sandbox/test mode.
Its core offering includes:
Duffel does return airline logos for airlines in its booking network — but coverage is limited to approximately 300 airlines, the field can return null, SVGs are light-background only (no dark or white variants), and there are no airport logos or aircraft liveries. Duffel is the booking engine layer; Logostream is the visual/branding layer — they are complementary, not competing.
Logostream and Duffel — two complementary APIs, different capabilities.
Four reasons Logostream completes the Duffel booking experience.
Duffel returns airline logos for ~300 airlines in its booking network. Logostream covers 1,100+ airlines — and the logo field can return null in Duffel's API. Logostream is the reliable fallback and expansion.
Duffel has no airport logo assets. If your booking UI shows departure and arrival airports (it should), you need Logostream. 600+ airport logos, same endpoint pattern.
Duffel only serves light-background SVGs. Logostream adds white, dark, PNG, JPG, and transparent variants — essential for flexible booking UI designs on any background.
Show customers the actual aircraft livery and a visual route map on the booking confirmation. Neither is available from Duffel. Logostream delivers both from a single API key.
The honest take — Duffel + Logostream is the complete booking stack.
Duffel developers who added Logostream to their stack.
"Duffel's airline logo field returns null for a surprising number of airlines. Logostream is our guaranteed fallback — and primary source for the 800+ airlines Duffel doesn't cover."
"Airport logos aren't in Duffel at all. Every airport on a search result now has a logo, thanks to Logostream. Took 30 minutes to integrate."
"White logo variants on our dark booking confirmation page — Duffel's SVGs don't work on dark backgrounds. Logostream solved this with a single query parameter."
"The aircraft livery on the booking confirmation is something our users comment on. Duffel tells us the aircraft type. Logostream shows us what it looks like."
"We use Duffel for booking and Logostream for everything visual. The combination is the complete aviation API stack — I'd recommend it to every Duffel developer."
"Route maps from Logostream + booking from Duffel + flight tracking from another provider. The modular aviation API stack is the way to build travel products."
Airport logos, aircraft liveries, and route maps. One API key, fully self-serve.
Operating
Airlines Logos
1,100+

Airport
Logos
600+
Aircraft Liveries
2,700+
Simple Integration
with standard identifiers
ICAO, IATA


<100ms worldwide. Edge-cached for every request.
Support for
SVG
PNG
JPG
Mission-critical. GDPR compliant.
// GET /v1/airlines const res = await fetch( 'https:<comment>//aviation-api.logostream.dev/v1/airlines?iata=LH',</comment> { headers: { 'x-api-key': 'YOUR_KEY' } } ); const { data } = await res.json(); // data[0] { iata: "LH", icao: "DLH", name: "Lufthansa", legal_name: "Deutsche Lufthansa AG", country_code: "DE", home_region: "Europe", alliance: "star_alliance", is_lowcost: false, active: true, year_founded: 1953, base_airport_iata: "FRA", rating_skytrax_stars: 4, website: "https:<comment>//www.lufthansa.com",</comment> colors: { primary: "#05164D", secondary: "#FFAD00" }, logo: { icon: "https:<comment>//api.logostream.dev/airlines/icao/DLH?key=...",</comment> logo: "https:<comment>//api.logostream.dev/airlines/icao/DLH?variant=logo&key=...",</comment> wordmark: "https:<comment>//api.logostream.dev/airlines/icao/DLH?variant=wordmark&key=..."</comment> } }
Common questions about Logostream and Duffel.
Get started for free — no credit card required. Complements your existing Duffel setup in minutes.