List a publisher's podcasts with their suitability verdicts
List a publisher's podcasts with their suitability verdicts. Returns a paginated list of the publisher's analyzed podcasts decorated with their latest IAB/GARM tier, confidence, evaluated-at timestamp, and any non-NONE category exposures (flagged
Asked 1.5x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
200 msmedian answer time
$0.02listed price per call
$0.03price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.particle.pro/v1/podcasts/publishers/:id/suitability/podcasts
| Category | Everything else |
|---|---|
| Provider host | api.particle.pro |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.03 | 200 ms |
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"id": "bvj125PtZl0wGlioOSGOS"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"properties": {
"id": {
"description": "Podcast publisher slug or ID.",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
},
"queryParams": {
"properties": {
"category": {
"description": "Filter to podcasts whose latest assessment shows non-NONE exposure in this GARM category.",
"enum": [
"adult_sexual",
"arms_ammunition",
"crime_harmful_acts",
"death_injury_military_conflict",
"online_piracy",
"hate_speech_aggression",
"obscenity_profanity",
"illegal_drugs_alcohol_tobacco",
"spam_harmful",
"terrorism",
"debated_social_issues",
"misinformation"
],
"type": "string"
},
"cursor": {
"description": "Opaque pagination cursor from previous response",
"type": "string"
},
"limit": {
"description": "Results per page",
"format": "int64",
"type": "integer"
},
"min_prevalence": {
"description": "When combined with category, filter to podcasts whose prevalence in that category is at or above this threshold. Defaults to INCIDENTAL \u2014 any non-NONE prevalence. Ignored without category.",
"enum": [
"INCIDENTAL",
"OCCASIONAL",
"FREQUENT",
"PERVASIVE"
],
"type": "string"
},
"sort": {
"description": "Sort order. risk_desc ranks the most-risky first (UNSAFE \u2192 SAFE); risk_asc inverts that; recently_evaluated sorts by most-recent assessment first.",
"enum": [
"risk_desc",
"risk_asc",
"recently_evaluated"
],
"type": "string"
},
"tier": {
"description": "Filter to podcasts whose latest verdict is in this tier set. To OR-filter multiple tiers, pass a comma-separated list (e.g. ?tier=UNSAFE,SENSITIVE).",
"items": {
"type": "string"
},
"type": "array"
},
"treatment": {
"description": "When combined with category, filter to podcasts whose treatment in that category equals this value. Ignored without category.",
"enum": [
"DOCUMENTARY",
"EDITORIAL",
"PROMOTIONAL",
"GLAMORIZING"
],
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}