Announcements

Help Wizard

Step 1

NEXT STEP

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

Let's introduce ourselves!

Hey there you,   Yeah, you! 😁   Welcome - we're glad you joined the Spotify Community!   While you here, let's have a fun game and get…

ModeratorStaff / Moderator/ 4 years ago  in Social & Random