Pocket Casts

Intro

The Pocket Casts API is used to track your podcast listening history and track library.

Data points

The following data points are available for this integration:

Data pointDescription
historyListening history
libraryPodcast library
.stethoscoperc.yml
integrations:
pocket-casts:
frequency: "daily"
history: true
library: true

If you want to enable all data points, you can simply use all instead:

.stethoscoperc.yml
integrations:
pocket-casts:
frequency: "daily"
all: true

Authentication

warning

This service does not support API key or OAuth authentication and requires your password.

You need to provide your Pocket Casts email address and password to access your data. The npm package pocketcasts is used to fetch your library and listening history. The package, in turn, sends HTTP requests simulating a login to the web app and uses the generated token to access your data (see source).

Environment variables

Environment variableDescription
POCKET_CASTS_USERNAMEUsername
POCKET_CASTS_PASSWORDPassword
Pocket Casts