v1

latestOpenAPI 3.0.3CC-BY 4.0 license2026-07-17226085.1 KB
Vector Tiles

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

get/collections/{collectionId}/tiles/{tileMatrixSetId}

Path parameters

collectionIdstring required

local identifier of a collection

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

Identifier for a supported TileMatrixSet

Query parameters

collectionsstring[]

The collections that should be included in the response. The parameter value is a comma-separated list of collection identifiers. If the parameters is missing, some or all collections will be included. The collection will be rendered in the order specified, with the last one showing on top, unless the priority is overridden by styling rules.

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)

attributionstring

Short reference to recognize the author or provider

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": [
    {
      "created": "2017-08-17T08:05:32Z",
      "updated": "2017-08-17T08:05:32Z",
      "style": {
        "links": [
          {
            "href": "http://data.example.com/buildings/123",
            "rel": "alternate",
            "type": "application/geo+json",
            "hreflang": "en",
            "title": "Trierer Strasse 70, 53115 Bonn"
          }
        ]
      },
      "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"
      }
    ]
  },
  "created": "2017-08-17T08:05:32Z",
  "updated": "2017-08-17T08:05:32Z"
}