Skip to content

Releases: ListenNotes/podcast-api-swift

Add new endpoint searchEpisodeTitles

08 Sep 18:11
Compare
Choose a tag to compare

New endpoint: searchEpisodeTitles

Conduct targeted searches for individual episodes by title and refine results using the podcast id such as Listen Notes Podcast ID, Apple Podcasts ID, Spotify ID, or RSS feed URL. This endpoint is specially designed to streamline the import of specific episodes from platforms like Apple Podcasts and Spotify into your application. Compared to the GET /search endpoint, which performs full-text searches across multiple fields, this endpoint focuses solely on episode titles for enhanced accuracy and performance.

Add new endpoint fetchPodcastsByDomain

18 Apr 17:34
Compare
Choose a tag to compare

Add fetchAudienceForPodcast function.

28 Jul 16:17
Compare
Choose a tag to compare
1.1.4

Add fetchAudienceForPodcast function.

New endpoints: spellcheck, trending_searches, and related_searches.

26 Oct 06:15
Compare
Choose a tag to compare
1.1.0

New endpoints: spellcheck, trending_searches, and related_searches.

Small fixes

16 May 04:07
Compare
Choose a tag to compare
1.0.2

Remove .DS_Store

Initial release

14 May 18:24
Compare
Choose a tag to compare
1.0.1

Merge branch 'main' of github.com:ListenNotes/podcast-api-swift