Skip to content

50,000 free calls a month, card-free. Get an API key →

Documentation menu
docs / api / get-v1-static-map
static-maps

GET/v1/static-map

API key required, sent as api_key.

Call it

bash
curl -fsS -X GET "https://api.mapmap.ai/v1/static-map" \
  -H "Authorization: Bearer $MAPMAP_KEY"

Parameters

NameInRequiredDescription
centerquerynoCamera centre as lon,lat; requires zoom
zoomquerynoZoom level 0-20, required with center
bboxquerynoFit the camera to west,south,east,north instead of center/zoom
sizequerynoWxH in pixels, up to 1280 on either side; append @2x for double pixel density
bearingquerynoCamera bearing in degrees
pitchquerynoCamera pitch in degrees, capped at 85
stylequerynolight (default), dark, a hosted style id (optionally @version; resolved before the render, so an id this deployment does not host is a fast 404 and is not billed), or an https:// style URL on an allowlisted MapMap host
formatquerynopng (default), webp or jpeg
qualityqueryno1-100 for the lossy formats
routequerynoEncoded polyline overlay (alias polyline)
precisionquerynoPolyline precision: 6 (default, POST /route) or 5 (GET /route/v1)
geojsonquerynoGeoJSON overlay; repeatable, or send the value in a POST body
markersquerynolon,lat[,label[,colour]] pins, ;-separated, up to 50
satellitequerynoSatellite imagery where the pilot region has coverage
buildings3dqueryno3D building extrusions; pair with a pitch
langquerynolocal, or an ISO 639 code, for map labels
poisqueryno0/false hides POI labels

Responses

200The rendered image, with the renderer's own ETag and Cache-Control
304Not modified (the request carried a matching If-None-Match)
400The renderer rejected the parameters (problem+json); no image was drawn and the units are returned
404style named a hosted style id this deployment does not host (problem+json); refused before any render, so the units are returned
504The renderer produced no image within the deadline (problem+json); a cold start, so retry once

Error bodies follow the shared problem model documented on API conventions.

Also under static-maps

Generated from https://api.mapmap.ai/openapi.json on 2026-09-17 · operationId get_static_map