op3_audience_summary
op3_audience_summaryGet unique listeners versus download counts for any podcast show over a specified window. Use downloadsPerListener to see how many actual people listen versus repeated app requests, revealing true audience size.
Instructions
Unique listeners against downloads for a show over any window. This is the number OP3's own dashboard and every rolled-up endpoint cannot give you: how many people, not how many requests. Read downloadsPerListener as the key figure, near 1 means each download is a distinct person, well above 1 means apps re-requesting the same file and every download number you see elsewhere is inflated by that factor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Window end, same formats as start. Defaults to now. | |
| bots | No | Include downloads from known bots. Off by default, which matches how OP3's own download counts are computed. | |
| start | No | Window start. A relative value like -30d, -8w or -3m, a date like 2026-08-01, or an ISO timestamp. Defaults to -30d. Wider windows are slower: this reads raw rows, not a rollup. | |
| identifier | Yes | An OP3 show uuid, a podcast:guid, or the show's RSS feed URL. |