Maps Image API

Serve map images on your site with a single URL

A free, fast image CDN for game maps. Point an <img> at our endpoint, pass a map name, and get back an optimized WebP — resized on the fly to any size you ask for.

Try it

Pick or type a map name, choose a width, and copy the ready-to-use URL.

Suggestions come from maps already on the server

Max 2000px

Your image URL
https://i.csspanel.dev/maps/de_dust2?width=400
Live result
de_dust2

Drop it into your project

The URL above is a plain image — use it anywhere you'd use an image source.

<img src="https://i.csspanel.dev/maps/de_dust2?width=400" alt="de_dust2" />

Endpoint reference

GET https://i.csspanel.dev/maps/{name}

ParameterTypeDescription
name (path)stringThe map name, e.g. de_dust2. Case-insensitive.
widthnumberResize to this width, keeping aspect ratio. Defaults to 400 when no size is given. Clamped to 2000px.
heightnumberResize to this height, keeping aspect ratio. Clamped to 2000px.
fallbackstringA map name to serve instead if the requested map doesn't exist.

Output: optimized WebP, never upscaled past the stored image.

Caching: responses are cached for 24h and support ETag revalidation, so they're cheap to hotlink.

List maps: GET https://i.csspanel.dev/maps returns every available map name as JSON.

Missing a map?

Upload it and help everyone — submissions are reviewed before going live.