---
generated_by: "scripts/seo_markdown_for_agents.py"
title: "Podcast Data & Statistics — Free Datasets from The Podcast App"
description: "Free, citable podcast datasets: monthly show-health measurements and Apple charts history, verified against the Apple catalog, with CSV downloads."
source_url: "https://thepodcastapp.dev/data"
canonical_url: "https://thepodcastapp.dev/data"
markdown_url: "https://thepodcastapp.dev/data.md"
language: "en"
image: ""
robots: "index,follow,max-image-preview:large"
content_signal: "ai-input=yes, search=yes, ai-train=no"
---

# Podcast Data & Statistics — Free Datasets from The Podcast App

# Podcast data, measured monthly

Free, citable datasets built from the same verification pipeline that
keeps dead shows off our recommendation pages. Every number links to a downloadable CSV with
Apple collection IDs, so every claim is independently checkable.

## What we publish

### [Podcast Health Report](https://thepodcastapp.dev/data/podcast-health-report)

How many curated, Apple-verified shows have gone quiet — dormancy and
staleness by genre, updated monthly with a per-show CSV. The clearest finding: professionally
backed categories barely go dormant, hobbyist categories go quiet at many times the rate.

### Apple Charts Turnover Study coming soon

Daily snapshots of Apple's top-podcasts charts across 30 storefronts and 20
genres began in August 2026 — the first free longitudinal chart dataset since Chartable shut down.
Once enough history accumulates, this study will publish chart half-life, turnover rates and
category velocity.

## A recommendation site should show its work

The Podcast App maintains curated recommendation lists in a free podcast player. Keeping those
lists honest requires verifying, every month, that each recommended show still exists and still
publishes — identity pinned to Apple collection IDs, dates taken from Apple's catalog. These
datasets are that verification pipeline, published. If a number here is wrong, our
recommendations are wrong, and we want to know.

Use the data with attribution (CC BY 4.0). Journalists on deadline: each report page has a
cite-ready block and a methodology section written to be quoted.

## Interactive tools built on the same data

- [Podcast Health Checker](https://thepodcastapp.dev/tools/podcast-health-checker) — the per-show version of the health report: last episode, cadence, verdict.
- [Podcast Charts by Country](https://thepodcastapp.dev/tools/podcast-chart-explorer) — the live view of the charts we snapshot daily.
- [All free tools](https://thepodcastapp.dev/tools)

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "item": "https://thepodcastapp.dev/",
      "name": "Home",
      "position": 1
    },
    {
      "@type": "ListItem",
      "name": "Data",
      "position": 2
    }
  ]
}
```
