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 guest's display name

min_appearances
integer<int64>

Minimum lifetime appearance count to include (default 1)

Required range: x >= 1
podcast_id
string

Restrict to guests who have appeared on this podcast (slug or ID)

topic_id
string

Restrict to guests with at least one appearance on an episode classified under this topic

appeared_since
string

Only include guests with at least one appearance published on or after this ISO 8601 date

suitability_tier_max
enum<string>

Restrict to guests whose appearances are on podcasts at or below this IAB Tech Lab brand-safety tier

Available options:
SAFE,
LIMITED,
SENSITIVE,
UNSAFE
sort
enum<string>

Sort order (default: appearances)

Available options:
appearances,
recency

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