Get publishers ranked by exposure to a brand-safety category
For one of the 12 GARM brand-safety categories, returns a paginated ranking of podcast publishers by exposure across their catalog. The killer view for regulated brands: an alcohol advertiser pivots on illegal_drugs_alcohol_tobacco and immediately sees which publishers carry the highest catalog-level exposure (and at what prevalence + treatment); a family brand pivots on adult_sexual or hate_speech_aggression to build an exclusion list. min_prevalence + treatment narrow what counts as ‘exposed’. Each row includes prevalence + treatment breakdowns and up to three example podcasts in the publisher’s catalog that exhibit the highest exposure.
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
The GARM brand-safety category code to pivot on (IAB Tech Lab Content Taxonomy 3.x). One of: 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.
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 Query Parameters
Results per page
1 <= x <= 100Opaque pagination cursor from previous response
Sort order. most_exposed ranks publishers whose analyzed catalog has the highest share of exposure to the category (exposure_share, desc), with absolute exposed_count and publisher_id as deterministic tiebreakers. least_exposed inverts the share ordering. Use min_analyzed_podcasts to guard against tiny catalogs dominating the share-based ranking.
most_exposed, least_exposed Only count a podcast as 'exposed' when its prevalence in the category is at or above this threshold. Defaults to INCIDENTAL — any non-NONE prevalence.
INCIDENTAL, OCCASIONAL, FREQUENT, PERVASIVE When set, only count exposures whose treatment equals this value. Useful for surfacing publishers with PROMOTIONAL or GLAMORIZING treatment in a regulated category.
DOCUMENTARY, EDITORIAL, PROMOTIONAL, GLAMORIZING Exclude publishers with fewer than this many analyzed podcasts.
1 <= x <= 1000