List and search podcasts
List and search podcasts. Returns a paginated list of podcasts, with filters for topic, language, suitability tier, popularity, and format.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
198 msmedian answer time
$0.01listed price per call
$0.01price 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
| Category | Search and research |
|---|---|
| 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.01 | 198 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"format_signal": [
"interview"
],
"guest_frequency": [
"regular",
"always"
],
"language": "fr"
},
"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"
},
"queryParams": {
"properties": {
"cursor": {
"description": "Opaque pagination cursor from previous response",
"type": "string"
},
"format_signal": {
"description": "Filter by detected production format. Pass a comma-separated list to match any of several formats \u2014 e.g. panel,call_in. Values mirror the format.signals field on podcast responses; a show can carry several signals.",
"items": {
"type": "string"
},
"type": "array"
},
"guest_frequency": {
"description": "Filter by how often episodes feature a guest. Pass a comma-separated list to match any of several buckets \u2014 e.g. regular,always for interview-driven shows, or never for shows that don't host guests. Only matches podcasts with enough analyzed episodes to judge; values mirror the format.guest_frequency field on podcast responses.",
"items": {
"type": "string"
},
"type": "array"
},
"has_ads": {
"description": "Filter by advertiser presence. Pass false to find ad-free shows \u2014 an assertion that requires the show to have enough analyzed episodes, so sparsely-analyzed podcasts are excluded rather than presumed ad-free.",
"enum": [
"true",
"false"
],
"type": "string"
},
"has_video": {
"description": "Filter by whether episodes have discovered video versions (e.g. YouTube releases).",
"enum": [
"true",
"false"
],
"type": "string"
},
"language": {
"description": "Filter by the podcast's language (ISO 639-1 code, e.g. 'en', 'fr'). Matches the primary language subtag, so 'fr' covers 'fr-FR'.",
"type": "string"
},
"limit": {
"description": "Results per page",
"format": "int64",
"type": "integer"
},
"max_avg_episode_minutes": {
"description": "Only podcasts whose average episode runs at most this many minutes.",
"format": "int64",
"type": "integer"
},
"max_episodes_per_week": {
"description": "Only podcasts publishing at most this many episodes per week on average (e.g. 0.5 for fortnightly-or-slower shows).",
"format": "double",
"type": "number"
},
"min_avg_episode_minutes": {
"description": "Only podcasts whose average episode runs at least this many minutes. Combine with max_avg_episode_minutes to target a length band (e.g. 20\u201340 minute commute shows).",
"format": "int64",
"type": "integer"
},
"min_episodes_per_week": {
"description": "Only podcasts publishing at least this many episodes per week on average (e.g. 5 for weekday dailies). Cadence is measured over the trailing 90 days; podcasts tracked too briefly to measure are excluded.",
"format": "double",
"type": "number"
},
"popularity_threshold": {
"description": "Restrict results to podcasts whose global popularity percentile is at least this value (accepted range [0,1]). Omitting the parameter or passing 0 disables the filter; only a value greater than 0 activates it. Popularity is always global \u2014 a cume_dist ranking over all currently-charting podcasts (Apple Podcasts) \u2014 never scoped to topic_id or any other filter. When the filter is active (threshold > 0), podcasts not currently charting have no percentile and are excluded, so a high threshold combined with a narrow topic_id may return zero results; lower or remove the threshold to widen the set.",
"format": "double",
"type": "number"
},
"publishing_status": {
"description": "Filter by publishing activity: active shows have released an episode within the last 90 days; dormant shows have not.",
"enum": [
"active",
"dormant"
],
"type": "string"
},
"q": {
"description": "Search the catalog by podcast name. GET /v1/podcasts/search is the canonical search endpoint and accepts the same parameters. The search is forgiving: it handles typos, missing or extra words ('offline jon favreau' finds Offline with Jon Favreau), a name plus qualifiers ('equity techcrunch'), and pasted episode titles ('Ferrari | Acquired' finds Acquired). The best matches come first, and each result's match_quality tells you how confident the match is \u2014 including when a show matched only through its description (match_quality=description) rather than its name.",
"type": "string"
},
"slug": {
"description": "Filter by exact podcast slug (e.g., 'all-in'). Slugs are stable, human-readable identifiers returned on every podcast object.",
"type": "string"
},
"sort": {
"description": "Result ordering. relevance \u2014 the default whenever q is present \u2014 ranks by how well each podcast matches the query, breaking ties by popularity. popularity orders purely by the global popularity percentile (most popular first; podcasts not currently charting sort last), and also overrides topic_id's concentration ordering. Without q or