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

Regression in episodes API. Returning incorrect url in `next` and `previous` fields

Solved!

Regression in episodes API. Returning incorrect url in `next` and `previous` fields

My Question or Issue

 

When calling the show episodes API to list podcast episodes, the URL is

https://api.spotify.com/v1/shows/<showid>/episodes?offset=20&limit=20

 

The response returned has the following

 

"next": "https://api.spotify.com/v1/show/<showid>/episodes?offset=40&limit=20",
"previous": "https://api.spotify.com/v1/show/<showid>/episodes?offset=0&limit=20",

 

 

Both of those return a 404 because the correct path is `shows` plural not `show` singular. This appears to be a regression because it was working a week or so ago

 

{
    "error": {
        "status": 404,
        "message": "Service not found"
    }
}

 

Reply

Accepted Solutions
Marked as solution

Looks like this was fixed

View solution in original post

1 Reply
Marked as solution

Looks like this was fixed

Suggested posts