Skip to content

Releases: ListenNotes/podcast-api-php

Add new endpoint searchEpisodeTitles

08 Sep 16:44
Compare
Choose a tag to compare

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 16:28
Compare
Choose a tag to compare
v1.1.5

Add new endpoint fetchPodcastsByDomain

Add fetchAudienceForPodcast function.

28 Jul 15:48
Compare
Choose a tag to compare
v1.1.4

Add fetchAudienceForPodcast function.

Update error message for HTTP 429.

10 Mar 19:32
Compare
Choose a tag to compare

And fix composer lock file

Update error message for HTTP 429.

10 Mar 19:21
Compare
Choose a tag to compare
v1.1.1

Update error message for HTTP 429.

New endpoints: spellcheck, trending_searches, and related_searches.

26 Oct 05:37
bc73044
Compare
Choose a tag to compare

Increase default request timeout

08 May 05:46
Compare
Choose a tag to compare
v1.0.5

Increase default request timeout

Rename PodcastApiClient class to Client

06 May 06:20
Compare
Choose a tag to compare
v1.0.4

Rename PodcastApiClient

Update README.md

05 May 22:20
Compare
Choose a tag to compare
v1.0.3

Update README.md

Add more unit tests and update README.md

05 May 21:41
Compare
Choose a tag to compare
v1.0.2

Add testFetchCuratedPodcastsLists