Changelog

An embeddable player and a public read-only API

Drop a branded player on any page, and read published show and episode data from a keyless v1 API.

Any episode can be embedded on your own site with a single script tag, and plays from that player are attributed back to your analytics. Copy the embed code from the episode and drop it in:

html
<script src="https://embed.podcasterplus.com/player/v1.js" async></script>
<podcasterplus-player episode="ep_123"></podcasterplus-player>

There is also a public read-only API at /v1 for published podcasts and episodes, plus oEmbed discovery, so pasting a listen-page link into an editor that supports it expands into the player.

http
GET https://api.podcasterplus.com/v1/podcasts/{slug}/episodes

The API needs no key and only ever exposes content you have already published. Backwards-compatible changes land in /v1; anything breaking would ship under a new version prefix instead, and the current one keeps running alongside it for at least twelve months. The versioning policy is the contract.

  • distribution
  • api
  • Founders Launch