Skip to main content
GET
/
v1
/
podcasts
/
guests
/
{id}
/
suitability
cURL
curl -H "X-API-Key: $PARTICLE_API_KEY" \
  "https://api.particle.pro/v1/podcasts/guests/{id}/suitability"
{
  "lifetime": {
    "tier_distribution": [
      {
        "distinct_podcasts": 123,
        "episodes": 123,
        "tier": "<string>"
      }
    ],
    "window_start": "2023-11-07T05:31:56Z"
  },
  "notes": "<string>",
  "recent_90d": {
    "tier_distribution": [
      {
        "distinct_podcasts": 123,
        "episodes": 123,
        "tier": "<string>"
      }
    ],
    "window_start": "2023-11-07T05:31:56Z"
  },
  "top_categories": [
    {
      "code": "<string>",
      "podcasts": 123,
      "prevalence": "<string>",
      "treatment": "<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).

Path Parameters

id
string
required

Person identifier — slug (recommended) or encoded UUID

Response

OK

lifetime
object
required

Tier distribution across every podcast the guest has appeared on

notes
string
required

Plain-text framing: this surface measures exposure, not guest risk.

recent_90d
object
required

Tier distribution across podcasts where the guest appeared in the trailing 90 days

top_categories
object[] | null

Most-frequently flagged IAB Tech Lab brand-suitability categories across the guest's podcasts (NONE-prevalence buckets omitted)