List podcast publishers
Returns a paginated list of podcast publishers, ordered by catalog size (largest first, the default) or alphabetically by name. Filter with q (case-insensitive name/slug substring; exact name matches sort first). Each entry includes the publisher name, slug, and the number of podcasts attributed to the publisher.
Authorizations
Pass your API key in the X-API-Key header (recommended).
Query Parameters
Results per page
1 <= x <= 100Opaque pagination cursor from previous response
Case-insensitive substring match against the publisher's name or slug. An exact name match sorts first.
Sort order. podcast_count ranks publishers by catalog size (largest first); name sorts alphabetically.
podcast_count, name