OTV & Friends Clips API

A simple API to provide clips for OTV and Friends in a weekly and daily timeframes. You are welcome to use this API, the data will be returned in JSON format and ordered by view count.


How to use

/clips?timeframe={week|day}&group={otv|friends|all}

[
    {
        "avatar": "https://static-cdn.jtvnw.net/jtv_user_pictures/lilypichu-profile_image-9a1ba797a9721716-300x300.png", 
        "broadcaster_id": 31106024, 
        "broadcaster_name": "lilypichu", 
        "created_at": "2021-07-12T22:32:44Z", 
        "embed_url": "https://clips.twitch.tv/embed?clip=BillowingDarkOryxDancingBanana-pihR6lRFiLR0__sR", 
        "thumbnail_url": "https://clips-media-assets2.twitch.tv/AT-cm%7C1251204793-preview-480x272.jpg", 
        "title": "lily destroys michael", 
        "url": "https://clips.twitch.tv/BillowingDarkOryxDancingBanana-pihR6lRFiLR0__sR", 
        "view_count": 71317
    },
    ...
]