Skip to content

Releases: ListenNotes/podcast-api-rust

Add new endpoint search_episode_titles

Choose a tag to compare

@wenbinf wenbinf released this 08 Sep 17:46

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 fetch_podcasts_by_domain

Choose a tag to compare

@wenbinf wenbinf released this 17 Apr 21:43
1.1.5

Add new endpoint fetch_podcasts_by_domain

Add fetch_audience_for_podcast function.

Choose a tag to compare

@wenbinf wenbinf released this 28 Jul 05:47
1.1.4

Add fetch_audience_for_podcast function.

New endpoints: spellcheck, trending_searches, and related_searches.

Choose a tag to compare

@wenbinf wenbinf released this 26 Oct 17:16
1.1.0

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

Initial release

Choose a tag to compare

@wenbinf wenbinf released this 19 May 03:31
1.0.1

Update Cargo.toml