List publishers with podcasts in a bias bucket
Returns a paginated list of publishers whose analyzed catalog contains at least min_count podcasts in the requested bias bucket, ranked by raw count or by share of the publisher’s analyzed catalog. Useful as a flip of the publisher bias profile — answers ‘which publishers carry the most RIGHT-leaning shows?’.
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
Pass your API key in the X-API-Key header (recommended).
Path Parameters
Bias bucket to flip on
NOT_POLITICAL, EXTREME_LEFT, LEFT, LEANS_LEFT, CENTER, LEANS_RIGHT, RIGHT, EXTREME_RIGHT Query Parameters
Results per page
1 <= x <= 100Opaque pagination cursor from previous response
Restrict the underlying corpus to a single political framework before aggregating.
US, UK, EU, CANADA, AUSTRALIA, INDIA, OTHER, UNKNOWN Only return publishers with at least this many podcasts in the requested bucket.
1 <= x <= 500count ranks by raw podcasts_in_bucket; share ranks by podcasts_in_bucket / analyzed_podcasts to surface publishers whose catalog is concentrated in this bucket.
count, share