Hello,
is there a way to get recent Clips (like 7d, 24h) or trending Clips with the Helix API ? Or should i use the Kraken API ?
Regards
Hello,
is there a way to get recent Clips (like 7d, 24h) or trending Clips with the Helix API ? Or should i use the Kraken API ?
Regards
I would also be interested to see what is said on this topic. Currently I am using the v5 API for this. Hopefully someone from Twitch will reply soon…
The closest you’re going to get using the Helix API is here: https://dev.twitch.tv/docs/api/reference/#get-clips
Get clips via broadcaster ID or game ID with them sorted by view count.
I believe you are able to now, using the started_at optional query string parameter. You have to provide a valid time stamp and then subtract a however many days back you’d like to get. For instance, subtracting seven days and using that time stamp will return the last week’s worth of clips for that channel.