Skip to main content

Podchaser API Changelog

Stay Informed

Subscribe to receive information on new additions, deprecations, and breaking changes.

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 return null 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, returning null when estimates should not be displayed for improved data accuracy. View Docs

August 6, 2025

  • Update author and itunesAuthor fields in Podcast object to prioritize itunes_author field with fallback to itunes_owner_name for improved accuracy of podcast author information. View Docs

July 1, 2025

  • Add TranscriptSearchOptions input to transcriptSearch queries, to allow for transcript search-specific options, such as mentionsPerEpisode. 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 the socialFollowerCount 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 type Int. View Docs
  • Add socialFollowerCounts field of type SocialFollowerCount 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 type PodcastStatus to Podcast object. View Docs

July 6, 2023

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 type EpisodeBrandSafety to Podcast object. View Docs

June 6, 2023

  • Add description field to EpisodeBrandSafety object. View Docs

March 22, 2023

  • Add BrandSafetyInput input for searches that implement the brandSafety filter. View Docs
  • Add BrandSafetyFilter input for specifying multiple BrandSafetyInput 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 type EpisodeBrandSafety 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 to SearchOptions, to enable boolean search operations when providing a searchTerm value which includes +, |, and - parameters.
  • Add boolSearch option to podcasts and episodes 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 to includeRemoved, and change type to Boolean 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 the removedInfo 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

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

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 the Review 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

July 15, 2021

  • Added modifiedDate field to most entities (Example), and modifiedDate 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

June 10, 2021

  • Added Apple Podcast and Spotify charts to podcast object View Docs
  • Added new charts query View Docs

May 26, 2021

  • Added Podchaser URL to Creator object View Docs
  • Added Podchaser URL to List object View Docs
  • Added Podchaser URL to Review object View Docs
  • Added Podchaser URL to User object View Docs