Get urls of video/clip based on specific criteria (views,language etc..)

Is it possible to get urls of clips/video that match some predefined criteria like streamers ID, language ,views ,game, creation date with Twitch API ?

Reference | Twitch Developers describes the available filters and parameters

  • views - sorta, can fetch data and filter in code
  • streamers ID - yes
  • language - sorta, can fetch data and filter in code
  • game - yes
  • created date - yes (started_at/ended_at)
1 Like

Thank you

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