Skip to content

Releases: ListenNotes/podcast-api-python

Add new endpoint search_episode_titles.

Choose a tag to compare

@wenbinf wenbinf released this 08 Sep 00:44

New endpoint: search_episode_titles

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 22:06
v1.1.5

Explicitly set max-line-length

Add fetch_audience_for_podcast function.

Choose a tag to compare

@wenbinf wenbinf released this 28 Jul 05:00
v1.1.4

Update README.md.

Fix typo on http error handling.

Choose a tag to compare

@wenbinf wenbinf released this 14 Mar 21:40
v1.1.3

Bump version number

Update error message for HTTP 429.

Choose a tag to compare

@wenbinf wenbinf released this 10 Mar 18:31
v1.1.2

Update README.md

New endpoints: spellcheck, trending_searches, and related_searches.

Choose a tag to compare

@wenbinf wenbinf released this 26 Oct 04:32
7f1ff45
v1.1.0

Update README.md

Increase default request timeout

Choose a tag to compare

@wenbinf wenbinf released this 08 May 05:43
v1.0.12

Bump version number

Add more unit tests

Choose a tag to compare

@wenbinf wenbinf released this 02 May 02:48
v1.0.11

Add more unit tests.

v1.0.9

Choose a tag to compare

@wenbinf wenbinf released this 27 Apr 04:37

The first release of the python sdk for Listen Note Podcast API.