Drop a URL into an <img> tag and get a beautiful great-circle route map with an animated plane icon. Fully customisable colors, CDN-cached SVGs, and PNG export — no JavaScript required.
Stop building map renderers. Get pixel-perfect route maps and airport network maps via a single URL — no JavaScript library, no tile server, no configuration.
Mathematically accurate great-circle arcs between any two IATA airport codes. Animated plane icon included by default.
Plot up to 20 airports on a world map without a route arc — perfect for network coverage displays.
Customise ocean, land, route, marker, and label colors via hex values. Match your app's theme with query parameters.
SVG scales natively at any size. PNG output at any pixel width via ?format=png&size=1200.
Maps are stored in R2 and served with 24-hour Cache-Control headers. Fast loads everywhere.
These maps are served live from the Map API
<img src="https://aviation-api.logostream.dev/v1/map/route?from=FRA&to=JFK&style=dark&key=YOUR_KEY" alt="map" />
Two endpoints, infinite use cases. No JavaScript required.
<!-- Route map — one line of HTML -->
<img
src="https://aviation-api.logostream.dev/v1/map/route
?from=FRA
&to=JFK
&color_ocean=0d1b2a
&color_land=1e3a5f
&color_route=f59e0b
&key=YOUR_API_KEY"
alt="FRA to JFK route map"
/>
<!-- Airport markers map (no route arc) -->
<img
src="https://aviation-api.logostream.dev/v1/map/airports
?codes=FRA,JFK,LHR,DXB,SIN
&color_ocean=0d1b2a
&color_land=1e3a5f
&key=YOUR_API_KEY"
alt="Airport network map"
/>
<!-- PNG output at 1200px width -->
<img
src="https://aviation-api.logostream.dev/v1/map/route
?from=FRA&to=JFK&format=png&size=1200
&key=YOUR_API_KEY"
/>No JavaScript library, no tile server, no Mapbox or Google Maps token. Just an API key and an <img> tag.
Match your brand with hex color params for ocean, land, route, markers, and labels. Dark or light theme in seconds.
SVGs are stored in R2 and served via global CDN with 24-hour cache headers. Fast first-load, instant repeat loads.
Everything you need to know about the route and airport map endpoints.