GetClips returns empty pagination

Reference | Twitch Developers returns empty pagination while i’m expecting a cursor to continue to iter on clips (to language filter)

Is there a limit to cursor? Like top 1000 clips or something? I don’t see it mentioned anywhere

Example: https://api.twitch.tv/helix/clips?game_id=509658&first=50&after=eyJiIjpudWxsLCJhIjp7IkN1cnNvciI6Ik9UZ3gifX0

You either got to the end of the clips for the criteria supplied or you hit the limit for that criteria

Note: The clips service returns a maximum of 1000 clips.

To get more clips for a game ID you would supply date ranges and go back time blocks instead.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.