Skip to main content
GET
/
v1
/
podcasts
/
{id}
/
external-links
{
  "data": [
    {
      "platform": {
        "display_name": "<string>",
        "name": "<string>",
        "type": "podcast_directory"
      },
      "attributes": [
        {
          "name": "<string>",
          "value": "<unknown>",
          "category": "<string>",
          "observed_at": "2023-11-07T05:31:56Z"
        }
      ],
      "identifier": "<string>",
      "url": "<string>"
    }
  ],
  "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).

Path Parameters

id
string
required

Podcast slug (e.g., 'all-in') or ID

Query Parameters

limit
integer<int64>

Results per page (default: all)

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

Opaque pagination cursor from previous response

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