Tools / Static Map Generator
GET Powered by Farun Static Images API

Static Map Generator

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

1 — world 18 — street

Output

×

Max 1280 × 1280 px

GeoJSON overlay

optional

Quick overlays

Request URL Configure options and click Generate

Configure options and click Generate Image

The map image will appear here

Request parameters
{
  "center": "77.2090, 28.6139",
  "zoom": 12,
  "size": "800x500",
  "format": "png",
  "style": "farun-standard"
}

How it works

One HTTP request. One flat image. No renderer.

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

Configure the frame

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

API renders server-side

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

Embed or download

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

Use this in your own product.

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.