Skip to main content
GET
/
v1
/
podcasts
/
guests
/
trends
cURL
curl -H "X-API-Key: $PARTICLE_API_KEY" \
  "https://api.particle.pro/v1/podcasts/guests/trends?limit=25"
{
  "data": [
    {
      "guest": {
        "appearance_count": 123,
        "id": "<string>",
        "name": "<string>",
        "distinct_podcasts": 123,
        "first_appearance_at": "2023-11-07T05:31:56Z",
        "image_url": "<string>",
        "last_appearance_at": "2023-11-07T05:31:56Z",
        "slug": "<string>"
      },
      "recent_appearances": 123,
      "first_appearance_in_window": "2023-11-07T05:31:56Z",
      "last_appearance_at": "2023-11-07T05:31:56Z"
    }
  ],
  "has_more": true,
  "cursor": "<string>"
}

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

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

since
string

Inclusive lower bound of the trend window (default: 30 days ago)

min_distinct_podcasts
integer<int64>

Minimum number of distinct podcasts the guest must have appeared on inside the window (default 2)

Required range: x >= 2
first_appearance_since
string

Restrict to guests whose earliest-ever appearance is on or after this date (the "new on the scene" cut)

topic_id
string

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

suitability_tier_max
enum<string>

Restrict to in-window appearances on podcasts at or below this IAB Tech Lab brand-safety tier

Available options:
SAFE,
LIMITED,
SENSITIVE,
UNSAFE

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