June 2026
GET /v1/podcasts/search now searches podcasts (breaking change)
As announced, GET /v1/podcasts/search now does what its name says: it searches podcasts by name and returns a ranked, paginated list of podcast objects. See Search.
- If you used it to search episode dialogue (
semantic_search/keyword_search), migrate toGET /v1/podcasts/episodes/search— the parameters and response shape are identical to what/v1/podcasts/searchreturned before this change. GET /v1/podcasts?q=…keeps working and returns the same results as the new/v1/podcasts/search— it remains supported for backwards compatibility, but/v1/podcasts/searchis now the canonical way to search podcasts, and theqparameter on/v1/podcastsmay be retired in a future version.- Podcast search is metered as a standard endpoint — searching the catalog at
/v1/podcasts/searchnow costs the same as/v1/podcasts.
Missing something? Email api@particle.pro.