Hi,
I am making a call to GetVideos New Twitch API endpoint:
https://api.twitch.tv/helix/videos
I am getting a maximum of 600 videos returned. Even when passing the cursor, it still seems to max out at 600. I do not see anything in the New Twitch API documentation indicating there is a limit (especially this low)?
Any thoughts?
Thanking you in advance!
What are the parameters you are passing to the end point?
Hi,
I am calling the following url with query parameters:
First Call to API:
https://api.twitch.tv/helix/videos?game_id=21779&first=100&sort=views
Subsequent Calls to API (including cursor from previous response):
https://api.twitch.tv/helix/videos?game_id=21779&first=100&sort=views&after=
Thank you for your help!
Bill
The v5 API for Get Top Videos does limit to a maximum offset of 500 (plus another 100 is 600). Perhaps there is a limit and Kraken doesn’t have it documented.
Hi,
Is there a recommended way that you are aware of to get ahold of a Twitch engineer to validate the limitation?
Thank you!
Bill
I am not aware of how to get the attention of a Twitch engineer directly, unfortunately.