Spotify URL/URI Converter
Convert from URL to URI
Convert from URI to URL
What are Spotify URL and URI
A Spotify URL is a web link that points to specific content on Spotify, such as a track, album, artist, or playlist, which you can easily share or open in a web browser. It typically starts with https://open.spotify.com/
followed by the type of content (e.g., track
, album
) and its unique identifier.
A Spotify URI (Uniform Resource Identifier), on the other hand, is a Spotify-specific identifier used within the Spotify app to locate the same content directly. It starts with spotify:
followed by the content type (e.g., track
, album
, artist
) and its unique identifier. For example, a Spotify URI for a track might look like spotify:track:6rqhFgbbKwnb9MLmUQDhG6
.
Use Cases:
- Spotify URLs are used for sharing links externally via websites, social media, or messaging, as they open in the browser or Spotify web player.
- Spotify URIs are used within the Spotify app or API to reference and play specific content programmatically or within Spotify-supported applications.
These formats help users and developers link and manage Spotify content easily both inside and outside the Spotify ecosystem.