Podchaser API Changelog
September 18, 2025
- Add
transcriptCreationDate
filter totranscriptSearch
query to filter by the date that a transcript was created. View Docs - Add
transcriptCreationDate
filter toepisodes
query to filter by the date the most recent transcript was created. View Docs
September 9, 2025
- Add
episodeCredits
query to search, filter, and sort all episode credits. View Docs - Add
episodeCredits
field to Creator object to expose all episode credits for a creator. View Docs - Add
episodeCreditsModifiedDate
field to PodcastCredit object to expose when episode credits were most recently updated. View Docs
September 3, 2025
- Add
hasRankedPodcastPermission
filter to EpisodeFilters to filter episodes where the episode's podcast is within the client's podcast ranking or country access permission level. Requires our plus or pro plans. View Docs
August 28, 2025
- Add
webUrl
field to Episode object to expose the Web URL for the episode, as specified by the RSS feed. View Docs
August 25, 2025
- Add
podcastEstimatedReach
field to Episode object to expose podcast-level episode reach estimates. Will returnnull
when we do not have enough data yet for the episode. View Docs - Enhance Episode reach estimate fields (
estimatedReach
,audienceReach
,podcastEstimatedReach
) to respect podcast's estimate visibility settings, returningnull
when estimates should not be displayed for improved data accuracy. View Docs
August 6, 2025
- Update
author
anditunesAuthor
fields in Podcast object to prioritizeitunes_author
field with fallback toitunes_owner_name
for improved accuracy of podcast author information. View Docs
July 1, 2025
- Add
TranscriptSearchOptions
input totranscriptSearch
queries, to allow for transcript search-specific options, such asmentionsPerEpisode
. View Docs
March 21, 2025
- Add
addedDate
filter to EpisodeFilters, to filter on the date an episode was added to Podchaser. View Docs
February 24, 2025
- Add
transcribedAudioUrl
field to Transcript to expose the specific audio used to transcribe View Docs
February 20, 2025
- Add
addedDate
filter to PodcastFilters, to filter on the date a podcast was added to Podchaser. View Docs
January 15, 2025
- Add
podcastLanguage
filter to EpisodeFilters, to filter by podcast language. View Docs
October 23, 2024
- Add
politicalSkew
field to Podcast object. View Docs - Add
politicalSkew
filter to PodcastFilters to filter by podcast polictical skew. View Docs - Add
PoliticalSkewDirection
enum to expose a podcast's political skew. View Docs
October 22, 2024
- Add
spotifyId
field to Podcast object View Docs
September 18, 2024
- Add
Network
object. View Docs - Add
networks
field to Podcast object to expose a podcast's network. View Docs - Add
network
query to retrieve a specific network. View Docs - Add
networks
query to search, filter, and sort known networks. View Docs - Add
identitifiers
filter to NetworkFilters to filter by network identifiers. View Docs - Add
NetworkIdentifierType
enum. View Docs - Add
NetworkSocialLinks
object to expose a network's social media URLs. View Docs - Add
NetworkSocialFollowerCounts
object to expose social follower counts on a specific platform. View Docs
September 10, 2024
- Add estimatedAdSpend to EpisodeSponsor View Docs
September 9, 2024
- Add startTime and endTime to EpisodeSponsor View Docs
August 20, 2024
- Add
socialFollowerCount
filter to PodcastFilters to allow for filtering by the podcasts's social follower count on specific platforms View Docs - Add
socialFollowerCounts
field to Podcast object to expose social follower counts on specific platforms. View Docs - Add
SocialPlatform
enum for specifying a social media platform when using thesocialFollowerCount
filter. View Docs - Add
RATING
sort to PodcastSortType View Docs - Add
RATING
sort to EpisodeSortType View Docs
July 24, 2024
- Add
applePodcastsIds
field to Podcast object to expose all associated Apple Podcasts IDs View Docs
July 9, 2024
- Add
SocialFollowerCounts
type with fields of typeInt
. View Docs - Add
socialFollowerCounts
field of typeSocialFollowerCount
to Podcast object. View Docs - Add YouTube, LinkedIn, Patreon, Tiktok and Twitch to
PodcastSocialLinks
View Docs
September 14, 2023
- Add
status
filter to PodcastFilters to allow for filtering by the podcast's status value. View Docs - Add
status
field of typePodcastStatus
to Podcast object. View Docs
July 6, 2023
- Add Filtering By Brand Safety guide. View Guides
- Rename
podcastBrandSafety
tobrandSafety
. View Docs - Rename
episodeBrandSafety
tobrandSafety
. View Docs - Rename
searchValues
input property ofbrandSafety
filter toriskExclusions
. View Docs
June 20, 2023
- Add
brandSafety
filter to PodcastFilters to allow for filtering by the average episode brand safety assessments of the associated podcast. View Docs - Add
podcastBrandSafety
field of typeEpisodeBrandSafety
to Podcast object. View Docs
June 6, 2023
- Add
description
field toEpisodeBrandSafety
object. View Docs
March 22, 2023
- Add
BrandSafetyInput
input for searches that implement thebrandSafety
filter. View Docs - Add
BrandSafetyFilter
input for specifying multipleBrandSafetyInput
search values View Docs - Add
BrandSafetyCode
enum for identifying brand safety assessment types. View Docs - Add
BrandSafetyRiskLevel
enum for measuring brand safety assessment levels. View Docs - Add
brandSafety
filter to EpisodeFilters to allow for filtering by brand safety assessments of the associated episode. View Docs
March 7, 2023
- Add
EpisodeBrandSafety
object. View Docs - Add
episodeBrandSafety
field of typeEpisodeBrandSafety
to Episode object. View Docs
March 2nd, 2023
- Add
addCreator
mutation for submitting Creator profiles. View Docs
February 16, 2023
- Add
transcriptType
field on Transcript object. View Docs
February 7, 2023
- Add
SearchOptions
input to extend how a search is performed. View Docs - Add
boolSearch
flag toSearchOptions
, to enable boolean search operations when providing asearchTerm
value which includes+
,|
, and-
parameters. - Add
boolSearch
option topodcasts
andepisodes
queries. View Guide
February 6, 2023
- Add
dateOfFirstEpisode
filter to PodcastFilters to allow for filtering by the podcasts's first episode View Docs
January 31, 2023
- Add
categories
filter to EpisodeFilters to allow for filtering by the categories of the associated podcast View Docs
October 20, 2022
- Add
airDate
filter to transcript filters to optionally search by transcript episodes' air date. View Docs
October 3, 2022
- Add
source
field to an Episode's transcript for retrieving the source of the transcript View Docs - Add
categories
filter to transcript filters to optionally search by podcasts' categories. View Docs
September 27, 2022
- Add
powerScore
filter to transcript filters to optionally search by podcasts' power score. View Docs
September 21, 2022
- Add
TranscriptFilters
filters to transcript search to optionally filter transcript results. View Docs - Removed
PodcastIdentifier
from transcript search
September 12, 2022
- Add
episodeAudienceEstimate
beta filter for podcasts View Docs
September 8, 2022
- Rename
removalStatus
filter for podcasts toincludeRemoved
, and change type toBoolean
View Docs
August 30, 20022
- Add
removedInfo
field to Podcast to return details about removed podcasts View Docs - Add
PodcastRemovedInfo
object that contains sub fields for theremovedInfo
field View Docs - Add
removalStatus
filter for podcasts queries with removed and/or active status View Docs
July 15, 2022
- Add 'transcriptSearch' query to search for a mentioned keyword in Episodes' transcripts. View Docs
July 11, 2022
- Deprecate
estimatedReach
experimental beta field from Episode View Docs - Add
audienceReach
beta field to Episode View Docs
July 5, 2022
- Add
episodeAudienceEstimate
beta field to Podcast View Docs
June 15, 2022
- Add
transcripts
field to Episode for retrieving available transcripts View Docs
Apr 28, 2022
Apr 21, 2022
- Add
sponsoredBy
filter for episodes View Docs - Add experimental beta
estimatedReach
field to Episode View Docs
Apr 12, 2022
- Add
dateOfLatestEpisode
filter for podcasts View Docs - Add
latestEpisodeDate
field to Podcast View Docs
Apr 8, 2022
- Add new
episodeType
filter for episodes View Docs
Mar 18, 2022
- Add chart categories query for retrieving platform chart categories View Docs
Mar 9, 2022
- Add new
isExplicit
filter for episodes View Docs
Mar 5, 2022
- Add estimated ad spend field to brand object (EXPERIMENTAL BETA) View Docs
Mar 4, 2022
- Add new
daysBetweenEpisodes
field to podcast object View Docs
Feb 18, 2022
- Add brands query for retrieving available brands View Docs
- Add brand query for retrieving a specific brand View Docs
- Add sponsors to podcast and episode types
Feb 9, 2022
- Add new ID field for podcast credits View Docs
- Add new podcastCredit query for searching for a specific podcast credit View Docs
- Add new PodcastCreditIdentifier input for searching in podcastCredit View Docs
Jan 20, 2022
- Add new podcasts filter for filtering podcasts by language View Docs
Nov 29, 2021
- Add
modifiedDate
field to episode credit View Docs
Nov 11, 2021
- Add cursor pagination View Docs
Oct 15, 2021
- Add the
identifiers
filter to PodcastFilters, allowing for a single query to retrieve multiple podcasts by identifier.
Sept 24, 2021
- Add a new
instagram
field available within the social links of a podcast View Docs
Sept 21, 2021
- Add new ID and informalName fields to the User type View Docs
Aug 30, 2021
- Add new Ratings query to allow querying and filtering of Podchaser ratings View Docs
- Add new Reviews query to allow querying and filtering of Podchaser reviews View Docs
- Add new Credits query to allow querying and filtering of Podchaser podcast-level credits View Docs
Aug 24, 2021
- Added new
rating
field on theReview
object to allow retrieving the rating associated with the review for the podcast or episode. View docs
Aug 19, 2021
- Added ability to use episode credits filters, including date modified filter, on episode credits within the podcast credits object. View docs
- Added
modifiedDate
field to both rating and review objects. (Example)
July 29, 2021
- Added
powerScore
filter to PodcastFilters - Added
podcastPowerScore
filter to EpisodeFilters
July 15, 2021
- Added
modifiedDate
field to most entities (Example), andmodifiedDate
filter (Example) to retrieve only those entities that have changed within a particular date range
June 30, 2021
- Added option for a limited scope Client Credentials grant View Docs
June 23, 2021
- Added ability to retrieve listens for an authorized user View Docs
June 21, 2021
- Added ability to create, edit, and delete user lists