How to Get Twitch Clips ID in a list from a certain Broadcaster

How can I retrieve all of the twitch clips ID, URL, embed link, video ID, title, views, date of creation, and thumbnail from a certain broadcaster which are above 100 views in the following kind of manner. I am making a Higher Lower game for twitch streamers’ clips and I need these IDs for the preview but couldn’t figure out how to do it.

let clips = [];

function resetClips() {
    clips = [
        {"id":"","url":"","embed":"","video_id":"","title":"","views": ,"created":"","thumbnail":""}, {"id":"","url":"","embed":"","video_id":"","title":"","views": ,"created":"","thumbnail":""},
            ]
}

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