List related podcasts
Response (truncated)
The five most related shows inline
The podcast detail embeds the lean form on request, so one call answers “what else is like this” without a second round trip. The sameinclude parameter also takes
recommended_guests (the five guests the show could book next) and recommended_sponsors
(premium-grade; the five advertisers active on shows like this one that do not buy it yet), the
inline forms of /recommendations/guests
and /recommendations/sponsors:
Response (truncated)
related is omitted when the show’s set has not been computed yet. The full list, pagination,
and the basis live on GET /v1/podcasts/{id}/related.
Reading a result
Related shows are restricted to the source show’s language, and a show’s own list never
contains itself. A show whose related set has not been computed yet returns
200 with an
empty data array, not 404 — the show exists; its relatedness simply has not landed.
MCP
The same data is available to agents asparticle_podcast_list_related
(with include: ["basis"]), and inline on particle_podcast_resolve
via include: ["related"].