/
/Martin
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3d ago
crate::srv14
  • get/{source_ids}
  • get/{source_ids}/{z}/{x}/{y}
  • delete/cache/{source_id}
  • get/catalog
  • get/font/{fontstack}/{start}-{end}
  • getReturn 200 OK if healthy. Used for readiness and liveness probes.
  • get/sdf_sprite/{source_ids}.json
  • get/sdf_sprite/{source_ids}.png
  • get/sprite/{source_ids}.json
  • get/sprite/{source_ids}.png
  • get/style/{style_id}
  • get/style/{style_id}/{z}/{x}/{y}.{format}
  • getRender a static map image at an arbitrary camera into `{size}.{format}`.
  • postRender a static map image with optional vector overlays. See [our documentation](https://maplibre.org/martin/sources-styles/) for the supported overlay body -- a `GeoJSON` `FeatureCollection` with style properties on each feature.
    crate::srv

    delete/cache/{source_id}

    Path parameters

    source_idstring required

    Source ID

    Response

    The source's cached tiles are gone, or tile cacheing is disabled.

    Changes

    Changed in 1 of the 19 revisions of this API.○1

    • Aug 31, 2026ae1f37f48eb1○1See the full diff
      • ○

        endpoint added

        endpoint-added

    Full history