← Changelog

April 9th, 2021

Podcast analytics now available via the API

We've just added two new analytics endpoints.

The first endpoint is for an entire podcast:

/analytics/:showid 

The endpoint is for a single episode:

/analytics/episodes/:episodeid

Each endpoint will (by default) return the last 14 days of downloads as an array of days and downloads per day, but you can also pass in custom startdate and enddate params for custom date ranges.

Our API docs are here: developers.transistor.fm