Skip to main content
GET
/
v1
/
podcasts
/
publishers
/
{id}
/
bias
cURL
curl -H "X-API-Key: $PARTICLE_API_KEY" \
  "https://api.particle.pro/v1/podcasts/publishers/{id}/bias"
{
  "coverage": {
    "analyzed_coverage": 123,
    "analyzed_podcasts": 123,
    "total_podcasts": 123
  },
  "distributions": {
    "bias": [
      {
        "count": 123,
        "result": "<string>"
      }
    ],
    "region": [
      {
        "count": 123,
        "political_context": "<string>"
      }
    ]
  },
  "political_content": {
    "podcasts": 123,
    "share": 123,
    "avg_topic_percentage": 123
  },
  "publisher": {
    "id": "<string>",
    "name": "<string>",
    "slug": "<string>"
  },
  "last_evaluated_at": "2023-11-07T05:31:56Z",
  "lean": {
    "avg_score": 123,
    "dominant_bias": "<string>",
    "stddev": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.particle.pro/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Pass your API key in the X-API-Key header (recommended).

Path Parameters

id
string
required

Podcast publisher slug (e.g., 'iheartpodcasts', 'npr', 'bbc-radio-4') or ID

Response

OK

coverage
object
required

Catalog size and how much of it has been analyzed

distributions
object
required

Per-bucket and per-region breakdowns of the analyzed catalog

political_content
object
required

How political the analyzed catalog is, regardless of which side

publisher
object
required

Publisher reference

last_evaluated_at
string<date-time>

Most recent evaluated_at across the publisher's analyses

lean
object

Ideological lean across political podcasts. Absent from the response when political_content.podcasts == 0 — entertainment-only publishers have no lean.