Skip to main content
GET
/
v1
/
podcasts
/
episodes
/
{id}
/
ads
cURL
curl -H "X-API-Key: $PARTICLE_API_KEY" \
  "https://api.particle.pro/v1/podcasts/episodes/{id}/ads"
{
  "data": [
    {
      "created_at": "2023-11-07T05:31:56Z",
      "duration_seconds": 123,
      "end_seconds": 123,
      "id": "<string>",
      "read_type": "<string>",
      "sponsor_name": "<string>",
      "start_seconds": 123,
      "company": {
        "id": "<string>",
        "name": "<string>",
        "image_url": "<string>"
      },
      "offer_description": "<string>",
      "placement_type": "<string>",
      "podcast": {
        "id": "<string>",
        "title": "<string>",
        "image_url": "<string>",
        "slug": "<string>"
      },
      "product": "<string>",
      "sponsor_url": "<string>"
    }
  ],
  "has_more": true,
  "cursor": "<string>"
}

Authorizations

X-API-Key
string
header
required

Pass your API key in the X-API-Key header (recommended).

Path Parameters

id
string
required

Episode slug or ID

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