Spotify URI Builder
Builds spotify: URIs and https://open.spotify.com URLs from a type (track/album/playlist) and ID.
Spotify URIs and web links from an ID
You copy a track link and get open.spotify.com/track/4iV5W9uYEdYUVa79Axb7Rh?si=a-long-tracking-blob. What you actually need for a deep link into the installed app, or for an API call, is the short spotify:track:ID form. Trimming that by hand, with two similar-looking formats and a tracking query sitting in the middle, is an easy place to copy the wrong thing.
Two fields, type and ID, and the output gives both forms on separate lines: spotify:track:ID first, https://open.spotify.com/track/ID second. The type field keeps lowercase letters only, and the filter deletes capitals instead of folding them, so typing Track returns rack and ruins the URI. Stick to track, album, playlist, artist, show or episode, all in lowercase.
The ID is the 22-character chunk between the type and the tracking query. Paste that alone, since the field drops slashes, dots and hyphens, and a full URL turns into nonsense. Use the first line when you want the installed app to open, and the second one in posts, newsletters and anywhere that needs a link preview or a browser fallback. Nothing leaves your browser; the page never talks to Spotify.
Frequently asked questions
Where do I find the ID?
Why does typing Track break the output?
Which of the two lines should I use?
Related Tools
SMS Link Builder
Builds sms: links with phone number and optional message body, ready for mobile apps and pages.
Tel Link Builder
Build clickable tel: links from a phone number in the international E.164 format. Great for call buttons on mobile sites, email signatures and contact pages.
Discord Invite Builder
Builds Discord invite URLs (discord.gg/CODE) from a valid invite code.
Bookmarklet Builder
Wraps a JavaScript snippet as a bookmarklet (javascript: link) ready to drag to the bookmarks bar.
Mailto Link Generator
Generate mailto: links with recipient, subject, body, CC and BCC. Useful for "Send email" buttons on sites and signatures. Built-in copy and test. Everything in your browser.
Iframe Builder
Builds a generic <iframe> with src, width, height and optional sandbox/allow attributes.