ToolAssay

List podcast guests

List podcast guests. Returns a paginated directory of Persons who have appeared on at least one podcast episode in a non-host listing role.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
149 msmedian answer time
$0.03listed price per call
$0.03price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.particle.pro/v1/podcasts/guests

CategoryEverything else
Provider hostapi.particle.pro
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days4 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.03 149 ms

Example input (from the provider)

{
  "method": "GET",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "appeared_since": {
              "description": "Only include guests with at least one appearance published on or after this ISO 8601 date",
              "type": "string"
            },
            "cursor": {
              "description": "Opaque pagination cursor from previous response",
              "type": "string"
            },
            "limit": {
              "description": "Results per page",
              "format": "int64",
              "type": "integer"
            },
            "min_appearances": {
              "description": "Minimum lifetime appearance count to include (default 1)",
              "format": "int64",
              "type": "integer"
            },
            "podcast_id": {
              "description": "Restrict to guests who have appeared on this podcast (slug or ID)",
              "type": "string"
            },
            "q": {
              "description": "Case-insensitive substring match against the guest's display name",
              "type": "string"
            },
            "sort": {
              "description": "Sort order (default: appearances)",
              "enum": [
                "appearances",
                "recency"
              ],
              "type": "string"
            },
            "suitability_tier_max": {
              "description": "Restrict to guests whose appearances are on podcasts at or below this IAB Tech Lab brand-safety tier",
              "enum": [
                "SAFE",
                "LIMITED",
                "SENSITIVE",
                "UNSAFE"
              ],
              "type": "string"
            },
            "topic_id": {
              "description": "Restrict to guests with at least one appearance on an episode classified under this topic",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON