Documentation menu
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
| Name | In | Required | Description |
|---|---|---|---|
| fontstack | path | yes | Font stack name, e.g. Noto Sans Regular (URL-encoded) |
| range | path | yes | Glyph 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