v1

latestOpenAPI 3.0.0OGC License2026-07-17527107.6 KB
Vector Tiles

Retrieve the vector tileset metadata for the whole dataset and the specified tiling scheme (tile matrix set)

get/tiles/{tileMatrixSetId}

Path parameters

tileMatrixSetId'WebMercatorQuad' | 'WorldCRS84Quad' | 'GNOSISGlobalGrid' | 'WorldMercatorWGS84Quad' required

Identifier for a supported TileMatrixSet

Response

Description of the tileset

titlestring

A title for this tileset

descriptionstring

Brief narrative description of this tile set

tileMatrixSetURIstring uri

Reference to a Tile Matrix Set on an offical source for Tile Matrix Sets such as the OGC NA definition server (http://www.opengis.net/def/tms/). Required if the tile matrix set is registered on an open official source.

epochnumber

Epoch of the Coordinate Reference System (CRS)

licensestring

License applicable to the tiles

accessConstraints'unclassified' | 'restricted' | 'confidential' | 'secret' | 'topSecret'

Restrictions on the availability of the Tile Set that the user needs to be aware of before using or redistributing the Tile Set

keywordsstring[]

keywords about this tileset

versionstring

Version of the Tile Set. Changes if the data behind the tiles has been changed

createdstring date-time

This property indicates the time and date when the response was generated

updatedstring date-time

This property indicates the time and date when the response was generated

pointOfContactstring

Useful information to contact the authors or custodians for the Tile Set

mediaTypesstring[]

Media types available for the tiles

Example response

{
  "links": [
    {
      "href": "http://data.example.com/buildings/123",
      "rel": "alternate",
      "type": "application/geo+json",
      "hreflang": "en",
      "title": "Trierer Strasse 70, 53115 Bonn"
    }
  ],
  "layers": [
    {
      "links": [
        {
          "href": "http://data.example.com/buildings/123",
          "rel": "alternate",
          "type": "application/geo+json",
          "hreflang": "en",
          "title": "Trierer Strasse 70, 53115 Bonn"
        }
      ]
    }
  ],
  "style": {
    "links": [
      {
        "href": "http://data.example.com/buildings/123",
        "rel": "alternate",
        "type": "application/geo+json",
        "hreflang": "en",
        "title": "Trierer Strasse 70, 53115 Bonn"
      }
    ]
  }
}