How do I link to a podcast on Episodes.fm?

Episode.fm URLs can be generated by using an Apple Podcasts ID or by encoding the feed URL with the URL-safe base64 encoding.

https://episodes.fm/<appleID>
https://episodes.fm/<base64-feedURL>

To construct an episode-specific link, encode the episode’s <GUID> with theURL-safe base64 encoding, and append like so:

https://episodes.fm/<appleID>/episode/<base64GUID>
https://episodes.fm/<base64-feedURL>/episode/<base64GUID>

Last updated