You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Historical metadata snapshots (track changes over time)
26
-
- Impressions and funnel data (total impressions, impressions by source such as home, search, library, other, funnel stages from impressions to considerations to streams, conversion percentages per day)
- Historical snapshots (to track changes over time)
45
-
46
-
## Authentication
47
-
48
-
All endpoints require a Bearer token in the Authorization header:
49
-
50
-
\`\`\`
51
-
Authorization: Bearer YOUR_TOKEN
52
-
\`\`\`
53
-
54
-
## Date Parameters
55
-
56
-
Most endpoints accept date range parameters:
57
-
- \`start\`: Start date in YYYY-MM-DD format
58
-
- \`end\`: End date in YYYY-MM-DD format
59
-
`,
11
+
description: 'Podcast analytics API providing metrics from Spotify, Apple Podcasts, and custom hosting providers. See https://github.com/openpodcast/api/blob/main/docs/AVAILABLE_QUERIES.md for a complete list of available queries.',
60
12
contact: {
61
13
name: 'Open Podcast',
62
14
url: 'https://openpodcast.dev',
@@ -127,28 +79,8 @@ Most endpoints accept date range parameters:
0 commit comments