Other

Other API reference

Scalar API Reference
v4.8.0
OpenAPI 3.1.0
Server:http://{host}/api

MapTiler Server API

Client Libraries

Other

​

Miscellaneous endpoints that don't belong to another category.

Font glyphs

​

Generates the glyphs for the requested fonts. Used when displaying vector maps.

Path Parameters
  • fontstack
    Type: string
    required

    Font name, or more comma-separated names.

  • start
    Type: integer
    multiple of:  
    256
    required

    Start of the glyph range.

  • end
    Type: integer
    required

    End of the glyph range (last glyph index).

Responses
  • application/x-protobuf
  • 400

    Invalid glyph range

Request Example for get/fonts/{fontstack}/{start}-{end}.pbf
curl 'http://localhost:3650/api/fonts/{fontstack}/1-1.pbf'
No Body

OGC API conformance classes

​

Declaration of the implemented conformance classes.

Responses
  • application/json
  • 404

    The item does not exist

Request Example for get/ogc/conformance
curl http://localhost:3650/api/ogc/conformance
string
Using the OpenAPI Specification?
Get the openapi.yaml
Was this helpful?