Get clips of the day

Hi,

I switched to the new API and want to output the most views clips of the week of a streamer. But I don’t see a period parameter in the docu, in v5 there is “peroid”:

period	string	The window of time to search for clips. Valid values: day, week, month, all. Default: week.

why is this not available in the new API ? how can I get the best clips of the week now ?

Look at the docs: https://dev.twitch.tv/docs/api/reference#get-clips

There are started_at and ended_at params you can use to specify a time range.

but what values can these parameters have ?

As the docs explain:

started_at: Starting date/time for returned clips, in RFC3339 format
ended_at: Ending date/time for returned clips, in RFC3339 format.

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