Set a centre coordinate, zoom level, and output size. Add a GeoJSON overlay if needed. Click Generate — get a flat PNG or WebP image ready to embed anywhere.
Frame mode
west, south, east, north — the API fits the image to this extent.
Output
Max 1280 × 1280 px
GeoJSON overlay
optionalQuick overlays
Generated image
Dimensions
—
Format
—
Style
—
File size
—
Configure options and click Generate
Configure options and click Generate Image
The map image will appear here
{
"center": "77.2090, 28.6139",
"zoom": 12,
"size": "800x500",
"format": "png",
"style": "farun-standard"
} How it works
The Static Images API takes your parameters and returns a PNG or WebP binary — no JavaScript map renderer, no tile stitching, no client-side compositing. The image is ready to embed in a PDF, email, dashboard card, or notification payload the moment it arrives.
01
Set a centre + zoom, or a bounding box. Add an optional GeoJSON overlay — a route line, polygon, or point marker. Choose dimensions and output format.
02
The Farun backend composites the map tiles and GeoJSON overlay at the requested resolution and returns the binary image. No browser rendering pipeline involved.
03
The image appears in the preview. Copy the API URL to use directly in an img tag, or download the file. Cache it with standard HTTP cache headers — it's just a static asset.
Integrate the API
The Farun Static Images API returns the same PNG or WebP this tool generates. 500 free images/month on the Starter plan. Pass GeoJSON from the Routing or Isochrone API directly as an overlay — no extra step.