openpodcast / api

OpenPodcast API server
https://openpodcast.dev
8 stars 2 forks source link

use spotify episodes/shows to retrieve historical data #134

Open woolfg opened 1 year ago

woolfg commented 1 year ago

the episodes endpoint calculates the uniq listeners for the specified date range. thus, we can also retrieve historical values of the uniq. listeners per episode. the same holds for shows to retrieve data for the podcast.

we should define a start/end date in the DB table to be more flexible. this allows to e.g. store the values per month as well.