> For the complete documentation index, see [llms.txt](https://help.episodes.fm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.episodes.fm/how-do-i-link-to-a-podcast-on-episodes.fm.md).

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

### Show Links

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://datatracker.ietf.org/doc/html/rfc4648#section-5).

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

### Episode Links

To construct an episode-specific link, encode the episode’s `<GUID>` with the[URL-safe base64 encoding](https://datatracker.ietf.org/doc/html/rfc4648#section-5), and append like so:

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