Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Pull episodes after a certain date

Pull episodes after a certain date

Hi I am using the Search API to pull in podcasts into an app. 

 

I want to only pull podcasts from the last week, and noticed there is not a date parameter such as "Release_date". Is there anyway to only pull episodes from the last week so I am not making more requests than I need?

 

 

Thank you!

 

Reply
5 Replies

The following endpoints do provide a release date:

Edit: I misunderstood the question. Added the Search endpoint.

XimzendSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

Hi Yes, but you can not pass in the release date in the parameters of the endpoint. 

 

So you are pulling everything, then filtering after everything is pulled. 

 

Is that your understanding as well?

Yes, filtering after searching for them is only way at the moment.

 

I just checked, and the Search for Item endpoint does also provide a release date. So, I guess I misunderstood your question.

XimzendSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

You can also first search for shows, get the last couple of episodes of the show, and check if they fit the time range.

I don't know if you will always get the last episodes through search actually.

XimzendSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

The goal is to be able to pull all episodes someone has appeared on across multiple shows with a certain time frame

Suggested posts