- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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"
}
}
Solved! Go to Solution.
Labels:
- Labels:
-
API Bug
-
Possible Bug
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page