Skip to content

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

Documentation menu
docs / api / get-fonts-fontstack-range
assets

GET/fonts/{fontstack}/{range}

Public. No key, and no quota deducted.

What it does

fontstack is percent-decoded by the router (e.g. Noto%20Sans%20Regular arrives as Noto Sans Regular) and validated so it can never escape the glyphs directory; range must be <start>-<end>.pbf.

Call it

bash
curl -fsS -X GET "https://api.mapmap.ai/fonts/{fontstack}/{range}"

Parameters

NameInRequiredDescription
fontstackpathyesFont stack name, e.g. Noto Sans Regular (URL-encoded)
rangepathyesGlyph range plus extension, e.g. 0-255.pbf

Responses

200One SDF glyph range
404Map assets not configured, unknown fontstack or range

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

Also under assets

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