> For the complete documentation index, see [llms.txt](https://docs.mapbox.com/help/ja/llms.txt)

# tileset ID

> **Note: Tileset ID or map ID?**
> 
> Tileset IDs were formerly known as *map IDs*, following a convention originating from past versions of Mapbox where map styles and map tiles were a unified concept. In more recent versions of Mapbox, this ID instead refers to the ID of a specific tileset.

A **tileset ID** is a unique identifier given to every [tileset](https://docs.mapbox.com/help/ja/glossary/tileset/) that is uploaded to Mapbox.

A tileset ID always starts with your Mapbox username, followed by the tileset's unique alphanumeric identifier: `username.identifier`. To find the tileset ID for a specific tileset, go to your [Tilesets page](https://console.mapbox.com/studio/tilesets/). Click the options menu (the  icon) to the right of a tileset's name to find its tileset ID. Tileset IDs cannot be changed once a tileset is created.

[Styles](https://docs.mapbox.com/help/ja/glossary/style/) made in the Mapbox Studio style editor and [datasets](https://docs.mapbox.com/help/ja/glossary/dataset/) uploaded to Mapbox Studio or created through the Mapbox Studio dataset editor do not have tileset IDs. Rather, they are identified with [style URLs](https://docs.mapbox.com/help/ja/glossary/style-url/) and [dataset IDs](https://docs.mapbox.com/help/ja/glossary/dataset-id/).

## Use a tileset ID to request tilesets directly

You can request tilesets directly using the tileset ID in a request to the [Mapbox Vector Tiles API](https://docs.mapbox.com/api/maps/vector-tiles/) (for vector tiles) or the [Raster Tiles API](https://docs.mapbox.com/api/maps/raster-tiles/) (for raster tiles). In this example, the tileset ID `mapbox.mapbox-streets-v8` is used in a Vector Tiles API request:

```bash
https://api.mapbox.com/v4/mapbox.mapbox-streets-v8/1/0/0.mvt?access_token=YOUR_MAPBOX_ACCESS_TOKEN
```

---

**Related resources:**

-   Mapbox Studio manual: [Tilesets](https://docs.mapbox.com/studio-manual/reference/tilesets/)