Skip to content

Releases: ListenNotes/podcast-api-php

Add new endpoint searchEpisodeTitles

Choose a tag to compare

@wenbinf wenbinf released this 08 Sep 16:44

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

Choose a tag to compare

@wenbinf wenbinf released this 18 Apr 16:28
v1.1.5

Add new endpoint fetchPodcastsByDomain

Add fetchAudienceForPodcast function.

Choose a tag to compare

@wenbinf wenbinf released this 28 Jul 15:48
v1.1.4

Add fetchAudienceForPodcast function.

Update error message for HTTP 429.

Choose a tag to compare

@wenbinf wenbinf released this 10 Mar 19:32

And fix composer lock file

Update error message for HTTP 429.

Choose a tag to compare

@wenbinf wenbinf released this 10 Mar 19:21
v1.1.1

Update error message for HTTP 429.

New endpoints: spellcheck, trending_searches, and related_searches.

Choose a tag to compare

@wenbinf wenbinf released this 26 Oct 05:37
bc73044
v1.1.0

Update README.md

Increase default request timeout

Choose a tag to compare

@wenbinf wenbinf released this 08 May 05:46
v1.0.5

Increase default request timeout

Rename PodcastApiClient class to Client

Choose a tag to compare

@wenbinf wenbinf released this 06 May 06:20
v1.0.4

Rename PodcastApiClient

Update README.md

Choose a tag to compare

@wenbinf wenbinf released this 05 May 22:20
v1.0.3

Update README.md

Add more unit tests and update README.md

Choose a tag to compare

@wenbinf wenbinf released this 05 May 21:41
v1.0.2

Add testFetchCuratedPodcastsLists