Email Spreaker episode details every day
This query returns the full details of a Spreaker episode, including its description and its season and episode numbers.
Developer info
- API endpoint slug
- spreaker.get_episode_details
- Runtime method
- performQuery("spreaker.get_episode_details"}
Query fields
Episode Text input > Regular expression
- Label
- Episode ID
- Helper text
- Use the EpisodeId ingredient from the New episode published trigger.
- Slug
- episode_id
- Required
- true
- Can have default value
- true
Ingredients
Title The Title of the episode.
- Slug
- title
- Filter code
- Spreaker.getEpisodeDetails.Title
- Type
- String
- Example
- How we built the thing
Description The Description of the episode.
- Slug
- description
- Filter code
- Spreaker.getEpisodeDetails.Description
- Type
- String
- Example
- In this episode we walk through the whole build.
Episode number Numeric value as a string.
- Slug
- episode_number
- Filter code
- Spreaker.getEpisodeDetails.EpisodeNumber
- Type
- String
- Example
- 12
Season number Numeric value as a string.
- Slug
- season_number
- Filter code
- Spreaker.getEpisodeDetails.SeasonNumber
- Type
- String
- Example
- 2
Duration Numeric value as a string. Milliseconds.
- Slug
- duration
- Filter code
- Spreaker.getEpisodeDetails.Duration
- Type
- String
- Example
- 1223420
Published at The PublishedAt of the episode.
- Slug
- published_at
- Filter code
- Spreaker.getEpisodeDetails.PublishedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Episode url The EpisodeUrl of the episode.
- Slug
- episode_url
- Filter code
- Spreaker.getEpisodeDetails.EpisodeUrl
- Type
- Web URL
- Example
- https://www.spreaker.com/episode/how-we-built-the-thing--12345678
Audio url The AudioUrl of the episode.
- Slug
- audio_url
- Filter code
- Spreaker.getEpisodeDetails.AudioUrl
- Type
- File URL
- Example
- https://api.spreaker.com/v2/episodes/12345678/play.mp3
Artwork url The ArtworkUrl of the episode.
- Slug
- artwork_url
- Filter code
- Spreaker.getEpisodeDetails.ArtworkUrl
- Type
- Image URL
- Example
- https://d3wo5wojvuv7l.cloudfront.net/images.spreaker.com/original/artwork.jpg
Episode Echoes the Episode ID the query looked up, so downstream steps can reference it without re-plumbing it from the trigger.
- Slug
- episode_id
- Filter code
- Spreaker.getEpisodeDetails.EpisodeId
- Type
- String
- Example
- 12345678
Plays count Numeric value as a string. Owner-scoped: confirmed present on our own episode and absent on a third party's. Populated only when the connected user owns the episode.
- Slug
- plays_count
- Filter code
- Spreaker.getEpisodeDetails.PlaysCount
- Type
- String
- Example
- 1240
Likes count Numeric value as a string. Owner-scoped in design probing, though live responses have also returned it as 0 for episodes the user does not own; when the key is absent it renders blank.
- Slug
- likes_count
- Filter code
- Spreaker.getEpisodeDetails.LikesCount
- Type
- String
- Example
- 18
Comments count Numeric value as a string. Owner-scoped in design probing, though live responses have also returned it as 0 for episodes the user does not own; when the key is absent it renders blank.
- Slug
- comments_count
- Filter code
- Spreaker.getEpisodeDetails.CommentsCount
- Type
- String
- Example
- 4
Podcast name From the nested show object the single-episode GET returns; no extra call.
- Slug
- podcast_name
- Filter code
- Spreaker.getEpisodeDetails.PodcastName
- Type
- String
- Example
- The Build Show
