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

# style URL

A **style URL** allows you to reference a [style](https://docs.mapbox.com/help/glossary/style/) created with [Mapbox Studio](https://docs.mapbox.com/studio-manual/).

A complete style URL, like `mapbox://styles/mapbox/streets-v12`, is comprised of three components:

-   `mapbox://styles`: points to the [Mapbox Styles API](https://docs.mapbox.com/api/maps/styles/)
-   `/mapbox`: your Mapbox username
-   `/streets-v12`: your [style's unique ID](https://docs.mapbox.com/help/glossary/style-id/)

You can find the style URL on your [Styles page](https://console.mapbox.com/studio/) in Mapbox Studio. Click on the  menu next to a style to reveal its style URL. Click the  icon to copy the style URL.

For each custom style you create in Mapbox Studio, there is a [**draft and a production style URL**](https://docs.mapbox.com/studio-manual/overview/publish-your-style/#draft-vs-production-styles) available. If you are using the draft version of your style, `/draft` will also be appended to the end of the style URL.

**Related resources:**

-   [Mapbox Studio manual: Publish your style](https://docs.mapbox.com/studio-manual/overview/publish-your-style/)
-   [Map styles available to all accounts](https://docs.mapbox.com/api/maps/styles/#mapbox-styles)
-   Example: [Change a map's style](https://docs.mapbox.com/mapbox-gl-js/example/setstyle/)