Skip to main content
GET
cURL

Authorizations

X-API-Key
string
header
required

Pass your API key in the X-API-Key header (recommended).

Query Parameters

limit
integer<int64>
default:25

Results per page

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor from previous response

q
string

Case-insensitive substring match against the publisher's name or slug. An exact name match sorts first.

sort
enum<string>
default:podcast_count

Sort order. podcast_count ranks publishers by catalog size (largest first); name sorts alphabetically.

Available options:
podcast_count,
name

Response

OK

data
object[] | null
required

List of results

has_more
boolean
required

Whether more results exist

cursor
string

Pass to next request for more results