---
title: "Retrieve the list of styled map tilesets for the whole dataset"
method: GET
path: "/styles/{styleId}/map/tiles"
tags: ["Map Tiles"]
---

# Retrieve the list of styled map tilesets for the whole dataset

`GET /styles/{styleId}/map/tiles`

## Path parameters

- `styleId` 'default', required

## Query parameters

- `f` 'json' | 'html'

## Response `200`

List of available tilesets.

- object
  - `links` Link[]
    - `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
  - `tilesets` TileSetItem[], required
    - `title` string — A title for this tileset
    - `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. A 'self' link to the tileset as well as a 'http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme' link to a definition of the TileMatrixSet are required.
      - `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

## 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)
