---
title: "Retrieve the map tileset metadata for the specified collection, style and tiling scheme (tile matrix set)."
method: GET
path: "/collections/{collectionId}/styles/{styleId}/map/tiles/{tileMatrixSetId}"
tags: ["Map Tiles"]
---

# Retrieve the map tileset metadata for the specified collection, style and tiling scheme (tile matrix set).

`GET /collections/{collectionId}/styles/{styleId}/map/tiles/{tileMatrixSetId}`

## Path parameters

- `collectionId` 'blueMarble' | 'NaturalEarth:raster:HYP_HR_SR_OB_DR' | 'NaturalEarth:cultural:ne_10m_admin_0_countries' | 'NaturalEarth:physical:bathymetry' | 'SRTM_ViewFinderPanorama' | 'HRDEM-Ottawa' | 'HRDEM-RedRiver', required
- `styleId` string, required
- `tileMatrixSetId` 'WebMercatorQuad' | 'WorldCRS84Quad' | 'GNOSISGlobalGrid' | 'WorldMercatorWGS84Quad', required

## Query parameters

- `collections` AllCollections[]
- `f` 'json' | 'html'

## Response `200`

Description of the tileset

- TileSet — A resource describing a tileset based on the OGC TileSet Metadata Standard. At least one of the 'TileMatrixSet', or a link with 'rel' http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme
  - `title` string — A title for this tileset
  - `description` string — Brief narrative description of this tile set
  - `dataType` union, required
    - string — Type of data represented in the tileset
    - 'map' | 'vector' | 'coverage' — Type of data represented in the tileset
  - `crs` union, required
    - string — Simplification of the object into a url if the other properties are not present
    - object — Coordinate Reference System (CRS)
      - `uri` string, uri, required — Reference to one coordinate reference system (CRS)
    - object — Coordinate Reference System (CRS)
      - `wkt` object, required — A string defining the CRS using the JSON encodng for Well Known Text
    - object — Coordinate Reference System (CRS)
      - `referenceSystem` object, required — A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115
  - `tileMatrixSetURI` string, 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.
  - `links` Link[], required — Links to related resources. Possible link 'rel' values are: 'http://www.opengis.net/def/rel/ogc/1.0/dataset' for a URL pointing to the dataset, 'item' for a URL template to get a tile; 'alternate' for a URL pointing to another representation of the TileSetMetadata (e.g a TileJSON file); 'http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme' for a definition of the TileMatrixSet; 'http://www.opengis.net/def/rel/ogc/1.0/geodata' for pointing to a single collection (if the tileset represents a single collection)
    - `href` string, required — Supplies the URI to a remote resource (or resource fragment).
    - `rel` string, required — The type or semantics of the relation.
    - `type` string — A hint indicating what the media type of the result of dereferencing the link should be.
    - `templated` boolean — This flag set to true if the link is a URL template.
    - `hreflang` string — A hint indicating what the language of the result of dereferencing the link should be.
    - `title` string — Used to label the destination of a link such that it can be used as a human-readable identifier.
    - `length` integer
  - `tileMatrixSetLimits` TileMatrixLimits[] — Limits for the TileRow and TileCol values for each TileMatrix in the tileMatrixSet. If missing, there are no limits other that the ones imposed by the TileMatrixSet. If present the TileMatrices listed are limited and the rest not available at all
    - `tileMatrix` string, required
    - `minTileRow` number, required
    - `maxTileRow` number, required
    - `minTileCol` number, required
    - `maxTileCol` number, required
  - `epoch` number — Epoch of the Coordinate Reference System (CRS)
  - `layers` object[]
    - `title` string — Title of this tile matrix set, normally used for display to a human
    - `description` string — Brief narrative description of this tile matrix set, normally available for display to a human
    - `keywords` string — Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this layer
    - `id` string, required — Unique identifier of the Layer. Implementation of 'identifier'
    - `dataType` union, required
      - string — Type of data represented in the layer
      - 'map' | 'vector' | 'coverage' — Type of data represented in the layer
    - `geometryDimension` integer — The geometry dimension of the features shown in this layer (0: points, 1: curves, 2: surfaces, 3: solids), unspecified: mixed or unknown
    - `featureType` string — Feature type identifier. Only applicable to layers of datatype 'geometries'
    - `pointOfContact` string — Useful information to contact the authors or custodians for the layer (e.g. e-mail address, a physical address, phone numbers, etc)
    - `publisher` string — Organization or individual responsible for making the layer available
    - `theme` string — Category where the layer can be grouped
    - `crs` union
      - string — Simplification of the object into a url if the other properties are not present
      - object — Coordinate Reference System (CRS)
        - `uri` string, uri, required — Reference to one coordinate reference system (CRS)
      - object — Coordinate Reference System (CRS)
        - `wkt` object, required — A string defining the CRS using the JSON encodng for Well Known Text
      - object — Coordinate Reference System (CRS)
        - `referenceSystem` object, required — A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115
    - `epoch` number — Epoch of the Coordinate Reference System (CRS)
    - `minScaleDenominator` number — Minimum scale denominator for usage of the layer
    - `maxScaleDenominator` number — Maximum scale denominator for usage of the layer
    - `minCellSize` number — Minimum cell size for usage of the layer
    - `maxCellSize` number — Maximum cell size for usage of the layer
    - `maxTileMatrix` string — TileMatrix identifier associated with the minScaleDenominator
    - `minTileMatrix` string — TileMatrix identifier associated with the maxScaleDenominator
    - `boundingBox` object — Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere
      - `lowerLeft` number[], required — A 2D Point in the CRS indicated elsewhere
      - `upperRight` number[], required — A 2D Point in the CRS indicated elsewhere
      - `crs` union
        - string — Simplification of the object into a url if the other properties are not present
        - object
          - `uri` string, uri, required — Reference to one coordinate reference system (CRS)
        - object
          - `wkt` object, required — A string defining the CRS using the JSON encodng for Well Known Text
        - object
          - `referenceSystem` object, required — A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115
      - `orderedAxes` string[]
    - `created` string, date-time — This property indicates the time and date when the response was generated
    - `updated` string, date-time — This property indicates the time and date when the response was generated
    - `geoDataClasses` string[] — URI identifying a class of data contained in this layer (useful to determine compatibility with styles or processes)
    - `propertiesSchema` object — Attributes of the features or rangetypes of a coverage. Defined by a subset of the JSON Schema for the properties of a feature
      - `type` 'object', required
      - `required` string[] — Implements 'multiplicity' by citing property 'name' defined as 'additionalProperties'
      - `properties` object, required
    - `links` Link[] — Links related to this layer. Possible link 'rel' values are: 'geodata' for a URL pointing to the collection of geospatial data.
      - `href` string, required — Supplies the URI to a remote resource (or resource fragment).
      - `rel` string, required — The type or semantics of the relation.
      - `type` string — A hint indicating what the media type of the result of dereferencing the link should be.
      - `templated` boolean — This flag set to true if the link is a URL template.
      - `hreflang` string — A hint indicating what the language of the result of dereferencing the link should be.
      - `title` string — Used to label the destination of a link such that it can be used as a human-readable identifier.
      - `length` integer
  - `boundingBox` object — Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere
    - `lowerLeft` number[], required — A 2D Point in the CRS indicated elsewhere
    - `upperRight` number[], required — A 2D Point in the CRS indicated elsewhere
    - `crs` union
      - string — Simplification of the object into a url if the other properties are not present
      - object
        - `uri` string, uri, required — Reference to one coordinate reference system (CRS)
      - object
        - `wkt` object, required — A string defining the CRS using the JSON encodng for Well Known Text
      - object
        - `referenceSystem` object, required — A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115
    - `orderedAxes` string[]
  - `centerPoint` object — Location of a tile that nicely represents the tileset. Implementations may use this center value to set the default location or to present a representative tile in a user interface
    - `coordinates` number[], required
    - `crs` union
      - string — Simplification of the object into a url if the other properties are not present
      - object — Coordinate Reference System (CRS) of the coordinates
        - `uri` string, uri, required — Reference to one coordinate reference system (CRS)
      - object — Coordinate Reference System (CRS) of the coordinates
        - `wkt` object, required — A string defining the CRS using the JSON encodng for Well Known Text
      - object — Coordinate Reference System (CRS) of the coordinates
        - `referenceSystem` object, required — A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115
    - `tileMatrix` string — TileMatrix identifier associated with the scaleDenominator
    - `scaleDenominator` number — Scale denominator of the tile matrix selected
    - `cellSize` number — Cell size of the tile matrix selected
  - `style` object — Style involving all layers used to generate the tileset
    - `id` string, required — An identifier for this style. Implementation of 'identifier'
    - `title` string — A title for this style
    - `description` string — Brief narrative description of this style
    - `keywords` string[] — keywords about this style
    - `links` Link[] — Links to style related resources. Possible link 'rel' values are: 'style' for a URL pointing to the style description, 'styleSpec' for a URL pointing to the specification or standard used to define the style.
      - `href` string, required — Supplies the URI to a remote resource (or resource fragment).
      - `rel` string, required — The type or semantics of the relation.
      - `type` string — A hint indicating what the media type of the result of dereferencing the link should be.
      - `templated` boolean — This flag set to true if the link is a URL template.
      - `hreflang` string — A hint indicating what the language of the result of dereferencing the link should be.
      - `title` string — Used to label the destination of a link such that it can be used as a human-readable identifier.
      - `length` integer
  - `license` string — 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
  - `keywords` string[] — keywords about this tileset
  - `version` string — Version of the Tile Set. Changes if the data behind the tiles has been changed
  - `created` string, date-time — This property indicates the time and date when the response was generated
  - `updated` string, date-time — This property indicates the time and date when the response was generated
  - `pointOfContact` string — Useful information to contact the authors or custodians for the Tile Set
  - `mediaTypes` string[] — Media types available for the tiles

## Other responses

- `404` — The requested resource does not exist on the server. For example, a path parameter had an incorrect value.
- `406` — Content negotiation failed. For example, the `Accept` header submitted in the request did not support any of the media types supported by the server for the requested resource.
- `500` — A server error occurred.

---

[API](https://skmtc.net/bbox-services/apis/ogc-api-maps.md) · [All operations](https://skmtc.net/bbox-services/apis/ogc-api-maps/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bbox-services/ogc-api-maps/versions/7080ec0fad9b/schema)
