Twitch Scraper

ENDPOINTS
GET/games/clips

Category Clips

Get the top clips in a category for a day, week, month or all time, filtered by language.

QUERY PARAMS

Twitch category: its name, slug, numeric ID or a twitch.tv category link.

Examples:

  • Name: Fortnite
  • Slug: just-chatting
  • ID: 33214
  • URL: https://www.twitch.tv/directory/category/fortnite

Time window the clips were created in.

Default: week

Allowed values: day, week, month, all

Sort order for clips.

Default: views

Allowed values: views, trending

Comma-separated clip language codes to keep.

Example: en,es

Allowed values: 2-letter language codes; up to 10

Number of results to return.

Default: 20

Allowed values: 1-100

Pagination cursor. Pass the next_cursor from the previous response to get the next page.

{
  "game": {
    "id": "33214",
    "name": "Fortnite",
    "slug": "fortnite",
    "link": "https://www.twitch.tv/directory/category/fortnite",
    "box_art": "https://static-cdn.jtvnw.net/ttv-boxart/33214-285x380.jpg"
  },
  "count": 20,
  "clips": [
    {
      "id": "81670529",
      "slug": "TrappedJollyPuffinShazBotstix-wM35wUctckkx0VaN",
      "title": "Biggest jumpscare!",
      "link": "https://www.twitch.tv/oatley/clip/TrappedJollyPuffinShazBotstix-wM35wUctckkx0VaN",
      "view_count": 10610,
      "duration_seconds": 5,
      "created_at": "2026-09-16T12:35:05Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": true,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/54b4825e-78e3-4f77-afd8-0d0ca7eeb9f7/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2875497119",
        "link": "https://www.twitch.tv/videos/2875497119",
        "offset_seconds": 12672
      },
      "curator": {
        "id": "664755156",
        "login": "mamaremarkable",
        "username": "MamaRemarkable",
        "link": "https://www.twitch.tv/mamaremarkable",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/a5931cda-2c7e-407f-8521-1a1588b56135-profile_image-150x150.png",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "401670504",
        "login": "oatley",
        "username": "Oatley",
        "link": "https://www.twitch.tv/oatley",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/0c65cd8d-e249-4d82-baf5-30a54867bdf1-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "2265583345",
      "slug": "HomelyBillowingTriangleBabyRage-MiRpUY9T4fxd9h-l",
      "title": "lol",
      "link": "https://www.twitch.tv/reet/clip/HomelyBillowingTriangleBabyRage-MiRpUY9T4fxd9h-l",
      "view_count": 9873,
      "duration_seconds": 30,
      "created_at": "2026-09-19T04:40:18Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": false,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/2081313f-77a0-4b28-8d6a-fd362318532f/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2878088288",
        "link": "https://www.twitch.tv/videos/2878088288",
        "offset_seconds": 1872
      },
      "curator": {
        "id": "269835621",
        "login": "reet",
        "username": "Reet",
        "link": "https://www.twitch.tv/reet",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/236ffb31-0bf5-41d9-9aa1-363283da26cf-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      },
      "channel": {
        "id": "269835621",
        "login": "reet",
        "username": "Reet",
        "link": "https://www.twitch.tv/reet",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/236ffb31-0bf5-41d9-9aa1-363283da26cf-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "1355259978",
      "slug": "FragileCovertMosquitoCmonBruh-4H0vobqHr5UB4yzE",
      "title": "Courage",
      "link": "https://www.twitch.tv/valkyrae/clip/FragileCovertMosquitoCmonBruh-4H0vobqHr5UB4yzE",
      "view_count": 9675,
      "duration_seconds": 55,
      "created_at": "2026-09-20T21:47:03Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": false,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/efa0e651-c6a4-4a86-83e6-86c9bdd58472/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2879593307",
        "link": "https://www.twitch.tv/videos/2879593307",
        "offset_seconds": 2390
      },
      "curator": {
        "id": "771511793",
        "login": "dracthyr",
        "username": "Dracthyr",
        "link": "https://www.twitch.tv/dracthyr",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/596f5c29-68e1-4462-a592-2a162a3f7d92-profile_image-150x150.png",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "79615025",
        "login": "valkyrae",
        "username": "Valkyrae",
        "link": "https://www.twitch.tv/valkyrae",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/a1507999-a5ea-4dd1-911c-63fc493894e6-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "2748773177",
      "slug": "BenevolentBlatantFinchPicoMause-QYbX_zEmMb_M6ZoC",
      "title": "Oatley Plushie is live!",
      "link": "https://www.twitch.tv/oatley/clip/BenevolentBlatantFinchPicoMause-QYbX_zEmMb_M6ZoC",
      "view_count": 7026,
      "duration_seconds": 15,
      "created_at": "2026-09-19T17:14:55Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": true,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/50834772-58f8-4a90-93fb-deef9bb6523a/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2878083813",
        "link": "https://www.twitch.tv/videos/2878083813",
        "offset_seconds": 27222
      },
      "curator": {
        "id": "664755156",
        "login": "mamaremarkable",
        "username": "MamaRemarkable",
        "link": "https://www.twitch.tv/mamaremarkable",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/a5931cda-2c7e-407f-8521-1a1588b56135-profile_image-150x150.png",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "401670504",
        "login": "oatley",
        "username": "Oatley",
        "link": "https://www.twitch.tv/oatley",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/0c65cd8d-e249-4d82-baf5-30a54867bdf1-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "1796485270",
      "slug": "BelovedIronicCarabeefVoteNay-bz7q6PpbfW1MzBM-",
      "title": "Good game!",
      "link": "https://www.twitch.tv/oatley/clip/BelovedIronicCarabeefVoteNay-bz7q6PpbfW1MzBM-",
      "view_count": 6883,
      "duration_seconds": 13,
      "created_at": "2026-09-18T12:25:37Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": true,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/a660e2a2-28fe-4968-82b5-e74527819eab/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2877225433",
        "link": "https://www.twitch.tv/videos/2877225433",
        "offset_seconds": 13723
      },
      "curator": {
        "id": "664755156",
        "login": "mamaremarkable",
        "username": "MamaRemarkable",
        "link": "https://www.twitch.tv/mamaremarkable",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/a5931cda-2c7e-407f-8521-1a1588b56135-profile_image-150x150.png",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "401670504",
        "login": "oatley",
        "username": "Oatley",
        "link": "https://www.twitch.tv/oatley",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/0c65cd8d-e249-4d82-baf5-30a54867bdf1-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "2550691322",
      "slug": "SpicyRacyJuiceAMPTropPunch-86y2q1ArfkB-Xq3Z",
      "title": "watermelon",
      "link": "https://www.twitch.tv/asianjeff/clip/SpicyRacyJuiceAMPTropPunch-86y2q1ArfkB-Xq3Z",
      "view_count": 5527,
      "duration_seconds": 30,
      "created_at": "2026-09-21T03:05:07Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": false,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/f4b521f0-9e97-448a-b928-903cfce334e7/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2877847488",
        "link": "https://www.twitch.tv/videos/2877847488",
        "offset_seconds": 1652
      },
      "curator": {
        "id": "272748387",
        "login": "asianjeff",
        "username": "AsianJeff",
        "link": "https://www.twitch.tv/asianjeff",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/84884bcb-1b26-4fdc-b07d-a2b901d9b72f-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      },
      "channel": {
        "id": "272748387",
        "login": "asianjeff",
        "username": "AsianJeff",
        "link": "https://www.twitch.tv/asianjeff",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/84884bcb-1b26-4fdc-b07d-a2b901d9b72f-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "1648323754",
      "slug": "TolerantUnusualCrowStinkyCheese-JHd7E_Cms11PEXZK",
      "title": "marlon rage",
      "link": "https://www.twitch.tv/marlon/clip/TolerantUnusualCrowStinkyCheese-JHd7E_Cms11PEXZK",
      "view_count": 5151,
      "duration_seconds": 9,
      "created_at": "2026-09-21T00:58:20Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": false,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/d03743d9-1f23-47d9-87a7-ad3dfb5c34fa/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": null,
      "curator": {
        "id": "1404492180",
        "login": "tait1kc",
        "username": "tait1kc",
        "link": "https://www.twitch.tv/tait1kc",
        "profile_image": "https://static-cdn.jtvnw.net/user-default-pictures-uv/13e5fa74-defa-11e9-809c-784f43822e80-profile_image-150x150.png",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "1019733647",
        "login": "marlon",
        "username": "Marlon",
        "link": "https://www.twitch.tv/marlon",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/71f5f92d-c94b-41ba-80f2-480165a94605-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "3300860977",
      "slug": "StrongCautiousSpindleDansGame-zGq6w2fPPOz_o0YT",
      "title": "Fuel for my Ferarri",
      "link": "https://www.twitch.tv/oatley/clip/StrongCautiousSpindleDansGame-zGq6w2fPPOz_o0YT",
      "view_count": 4931,
      "duration_seconds": 22,
      "created_at": "2026-09-21T16:13:44Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": true,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/7985732a-8e61-452e-a85f-ac531a16fec9/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2880000552",
        "link": "https://www.twitch.tv/videos/2880000552",
        "offset_seconds": 20880
      },
      "curator": {
        "id": "664755156",
        "login": "mamaremarkable",
        "username": "MamaRemarkable",
        "link": "https://www.twitch.tv/mamaremarkable",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/a5931cda-2c7e-407f-8521-1a1588b56135-profile_image-150x150.png",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "401670504",
        "login": "oatley",
        "username": "Oatley",
        "link": "https://www.twitch.tv/oatley",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/0c65cd8d-e249-4d82-baf5-30a54867bdf1-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "2632337258",
      "slug": "AnnoyingAcceptableKuduSSSsss-FNptLet6HBn-yyK-",
      "title": "when u tell homie you staying in for the night",
      "link": "https://www.twitch.tv/braeden/clip/AnnoyingAcceptableKuduSSSsss-FNptLet6HBn-yyK-",
      "view_count": 3886,
      "duration_seconds": 8,
      "created_at": "2026-09-17T03:59:05Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": false,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/ca34af16-9bca-4f66-be4d-34dd071ee373/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2876219189",
        "link": "https://www.twitch.tv/videos/2876219189",
        "offset_seconds": 8301
      },
      "curator": {
        "id": "620277190",
        "login": "mightymytty18",
        "username": "mightymytty18",
        "link": "https://www.twitch.tv/mightymytty18",
        "profile_image": "https://static-cdn.jtvnw.net/user-default-pictures-uv/13e5fa74-defa-11e9-809c-784f43822e80-profile_image-150x150.png",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "870681445",
        "login": "braeden",
        "username": "Braeden",
        "link": "https://www.twitch.tv/braeden",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/e1debeb2-78fb-4edd-a3b7-a096df559d35-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "3417173715",
      "slug": "UgliestFrigidTrollDBstyle-MdhCfX1uMqMb33mf",
      "title": "I see you there!",
      "link": "https://www.twitch.tv/oatley/clip/UgliestFrigidTrollDBstyle-MdhCfX1uMqMb33mf",
      "view_count": 3563,
      "duration_seconds": 6,
      "created_at": "2026-09-22T14:26:40Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": true,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/f3d99b50-1eb5-4b00-af62-bc07409998c5/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2880000552",
        "link": "https://www.twitch.tv/videos/2880000552",
        "offset_seconds": 13942
      },
      "curator": {
        "id": "664755156",
        "login": "mamaremarkable",
        "username": "MamaRemarkable",
        "link": "https://www.twitch.tv/mamaremarkable",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/a5931cda-2c7e-407f-8521-1a1588b56135-profile_image-150x150.png",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "401670504",
        "login": "oatley",
        "username": "Oatley",
        "link": "https://www.twitch.tv/oatley",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/0c65cd8d-e249-4d82-baf5-30a54867bdf1-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "1444690762",
      "slug": "LazyWanderingPoxStrawBeary-0QgRjfeXO4Z2d6ai",
      "title": "Storm be like… never let them know your next move",
      "link": "https://www.twitch.tv/happyhappygal/clip/LazyWanderingPoxStrawBeary-0QgRjfeXO4Z2d6ai",
      "view_count": 3570,
      "duration_seconds": 14,
      "created_at": "2026-09-17T18:36:43Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": false,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/ee3bb552-7ff1-47a0-96d5-0378d89a2689/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2876597340",
        "link": "https://www.twitch.tv/videos/2876597340",
        "offset_seconds": 11869
      },
      "curator": {
        "id": "1055884953",
        "login": "kdawg6332",
        "username": "kdawg6332",
        "link": "https://www.twitch.tv/kdawg6332",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/b5719c63-672d-410c-af32-210e734bd9ce-profile_image-150x150.png",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "660840731",
        "login": "happyhappygal",
        "username": "HappyHappyGal",
        "link": "https://www.twitch.tv/happyhappygal",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/bcd8fdbc-90e8-42e8-97f1-d35a4885a3d1-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "1678613841",
      "slug": "OpenGoodPotatoPJSugar-c4LkD7QTOsArfW-Q",
      "title": "Plushie with Aura!",
      "link": "https://www.twitch.tv/oatley/clip/OpenGoodPotatoPJSugar-c4LkD7QTOsArfW-Q",
      "view_count": 3143,
      "duration_seconds": 29,
      "created_at": "2026-09-17T12:46:03Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": true,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/59bcc0c2-d543-4323-89a0-901b989ca70b/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2874638923",
        "link": "https://www.twitch.tv/videos/2874638923",
        "offset_seconds": 17648
      },
      "curator": {
        "id": "664755156",
        "login": "mamaremarkable",
        "username": "MamaRemarkable",
        "link": "https://www.twitch.tv/mamaremarkable",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/a5931cda-2c7e-407f-8521-1a1588b56135-profile_image-150x150.png",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "401670504",
        "login": "oatley",
        "username": "Oatley",
        "link": "https://www.twitch.tv/oatley",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/0c65cd8d-e249-4d82-baf5-30a54867bdf1-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "2134346459",
      "slug": "AliveRelentlessOxBleedPurple-FXV92TTuDGf9uE5b",
      "title": "IRON MOUSE IN FORTNITE‼️💖😮😮",
      "link": "https://www.twitch.tv/ironmouse/clip/AliveRelentlessOxBleedPurple-FXV92TTuDGf9uE5b",
      "view_count": 2963,
      "duration_seconds": 20,
      "created_at": "2026-09-19T01:40:15Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": false,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/738c565b-44bb-41c6-b0ee-f637b43ca4f9/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2876313494",
        "link": "https://www.twitch.tv/videos/2876313494",
        "offset_seconds": 163764
      },
      "curator": {
        "id": "531286459",
        "login": "xxgamer_k1ngxx",
        "username": "XxGamer_K1ngxX",
        "link": "https://www.twitch.tv/xxgamer_k1ngxx",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/c12d3e6c-a4d0-4e28-a207-3d750a3c241b-profile_image-150x150.png",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "175831187",
        "login": "ironmouse",
        "username": "ironmouse",
        "link": "https://www.twitch.tv/ironmouse",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/c2aca19b-b318-4398-99a5-fb6a597536fd-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "2597483622",
      "slug": "BombasticGentleChipmunkGingerPower-DNd-DA23glOLw5EI",
      "title": "rax face reveal",
      "link": "https://www.twitch.tv/fnrax/clip/BombasticGentleChipmunkGingerPower-DNd-DA23glOLw5EI",
      "view_count": 2731,
      "duration_seconds": 30,
      "created_at": "2026-09-22T15:33:41Z",
      "language": {
        "code": "it",
        "name": "Italian"
      },
      "is_featured": false,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/15f43dd1-50ba-45a6-9a51-0bc041b465f0/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2880991277",
        "link": "https://www.twitch.tv/videos/2880991277",
        "offset_seconds": 10032
      },
      "curator": {
        "id": "889226648",
        "login": "rax_clip",
        "username": "rax_clip",
        "link": "https://www.twitch.tv/rax_clip",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/5a21328f-bfe2-4bca-9407-8d4768ad7d46-profile_image-150x150.jpeg",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "1033052690",
        "login": "fnrax",
        "username": "fnrax",
        "link": "https://www.twitch.tv/fnrax",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/6d973951-7bd3-4d1c-9039-682c84767c2f-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "3770362806",
      "slug": "HelpfulCheerfulWaspThisIsSparta-f4dvRleb_LAlNkTS",
      "title": "ngl uma take a nap",
      "link": "https://www.twitch.tv/asianjeff/clip/HelpfulCheerfulWaspThisIsSparta-f4dvRleb_LAlNkTS",
      "view_count": 2566,
      "duration_seconds": 30,
      "created_at": "2026-09-21T03:06:08Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": false,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/38113861-3117-43c8-9901-8cb62398477d/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2877847488",
        "link": "https://www.twitch.tv/videos/2877847488",
        "offset_seconds": 200
      },
      "curator": {
        "id": "272748387",
        "login": "asianjeff",
        "username": "AsianJeff",
        "link": "https://www.twitch.tv/asianjeff",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/84884bcb-1b26-4fdc-b07d-a2b901d9b72f-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      },
      "channel": {
        "id": "272748387",
        "login": "asianjeff",
        "username": "AsianJeff",
        "link": "https://www.twitch.tv/asianjeff",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/84884bcb-1b26-4fdc-b07d-a2b901d9b72f-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "813227366",
      "slug": "BenevolentSpinelessFlamingoRedCoat-Ro4x-qMuqWtfahJ0",
      "title": "qln to goat",
      "link": "https://www.twitch.tv/coachboop/clip/BenevolentSpinelessFlamingoRedCoat-Ro4x-qMuqWtfahJ0",
      "view_count": 2344,
      "duration_seconds": 14,
      "created_at": "2026-09-17T18:40:27Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": false,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/47391159-ca33-4989-81d8-65e48c482e96/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": null,
      "curator": {
        "id": "1354867862",
        "login": "preziu18",
        "username": "preziu18",
        "link": "https://www.twitch.tv/preziu18",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/3f5399a2-eb8d-4d5e-b4cf-1f17e999fe72-profile_image-150x150.png",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "66094104",
        "login": "coachboop",
        "username": "CoachBoop",
        "link": "https://www.twitch.tv/coachboop",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/1aeb7747-c643-4d90-b47d-1480a3b37dbe-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "4263897709",
      "slug": "TameAssiduousSangSaltBae-krgEYpBV6axQm2oC",
      "title": "foot clapping",
      "link": "https://www.twitch.tv/vanillamace/clip/TameAssiduousSangSaltBae-krgEYpBV6axQm2oC",
      "view_count": 2221,
      "duration_seconds": 45,
      "created_at": "2026-09-20T23:41:18Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": true,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/099e77d9-1d32-44f9-9d3b-daa9e8200671/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2879512622",
        "link": "https://www.twitch.tv/videos/2879512622",
        "offset_seconds": 20778
      },
      "curator": {
        "id": "562429416",
        "login": "viiclynn",
        "username": "viiclynn",
        "link": "https://www.twitch.tv/viiclynn",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/19b91c8c-68aa-4ec7-93e8-d1d1b5ed57a5-profile_image-150x150.png",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "422243447",
        "login": "vanillamace",
        "username": "vanillamace",
        "link": "https://www.twitch.tv/vanillamace",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/80ea03bc-9704-4f71-939d-f36f6acab486-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "2083268411",
      "slug": "GoodBlazingSangDogFace-ykRCWzyUbddH8emL",
      "title": "Lacy crashout💀",
      "link": "https://www.twitch.tv/lacy/clip/GoodBlazingSangDogFace-ykRCWzyUbddH8emL",
      "view_count": 2095,
      "duration_seconds": 30,
      "created_at": "2026-09-21T00:44:54Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": false,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/8b6802f2-9221-4eb4-b0c8-73273d0c7ba5/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2879587700",
        "link": "https://www.twitch.tv/videos/2879587700",
        "offset_seconds": 19847
      },
      "curator": {
        "id": "1518915672",
        "login": "mallikethat",
        "username": "MalLikeThat",
        "link": "https://www.twitch.tv/mallikethat",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/3e8d5341-8146-4a6b-b702-0166918bc5dc-profile_image-150x150.png",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "494543675",
        "login": "lacy",
        "username": "Lacy",
        "link": "https://www.twitch.tv/lacy",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/48487d3b-e713-4a49-ad35-dec6ab7d690e-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "4274227880",
      "slug": "ResoluteTastyMetalOpieOP-hKS_sT47NFTsdYUI",
      "title": "Explicação",
      "link": "https://www.twitch.tv/fragger_sandropt/clip/ResoluteTastyMetalOpieOP-hKS_sT47NFTsdYUI",
      "view_count": 1926,
      "duration_seconds": 58,
      "created_at": "2026-09-17T16:13:20Z",
      "language": {
        "code": "pt",
        "name": "Portuguese"
      },
      "is_featured": false,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/e74d47f9-a0b4-4dcb-950d-710344479173/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2876627965",
        "link": "https://www.twitch.tv/videos/2876627965",
        "offset_seconds": 525
      },
      "curator": {
        "id": "450519094",
        "login": "slumberyone971",
        "username": "SlumberyOne971",
        "link": "https://www.twitch.tv/slumberyone971",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/e8a6992f-cbc6-49ab-8098-313e7d6a7298-profile_image-150x150.png",
        "is_partner": false,
        "is_affiliate": false
      },
      "channel": {
        "id": "924287633",
        "login": "fragger_sandropt",
        "username": "fragger_sandropt",
        "link": "https://www.twitch.tv/fragger_sandropt",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/1e828a0b-247b-4c5b-9b0b-c4f3127f371d-profile_image-150x150.jpeg",
        "is_partner": true,
        "is_affiliate": false
      }
    },
    {
      "id": "920951907",
      "slug": "AbstruseReliableCobblerStoneLightning-Vi0g8uEzUO4Y9UuE",
      "title": "Hiding in Plain Sight",
      "link": "https://www.twitch.tv/mamabenjyfishy1/clip/AbstruseReliableCobblerStoneLightning-Vi0g8uEzUO4Y9UuE",
      "view_count": 1871,
      "duration_seconds": 26,
      "created_at": "2026-09-20T21:51:00Z",
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_featured": false,
      "thumbnail": "https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/fa63143c-683d-4b7f-971e-c686bd07b0b0/landscape/thumb/thumb-0000000000-1920x1080.jpg",
      "source_video": {
        "id": "2878514265",
        "link": "https://www.twitch.tv/videos/2878514265",
        "offset_seconds": 2929
      },
      "curator": {
        "id": "458446806",
        "login": "mamabenjyfishy1",
        "username": "mamabenjyfishy1",
        "link": "https://www.twitch.tv/mamabenjyfishy1",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/c729a90d-1144-417f-991c-eb8a1c6c63db-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      },
      "channel": {
        "id": "458446806",
        "login": "mamabenjyfishy1",
        "username": "mamabenjyfishy1",
        "link": "https://www.twitch.tv/mamabenjyfishy1",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/c729a90d-1144-417f-991c-eb8a1c6c63db-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false
      }
    }
  ],
  "next_cursor": "MjA=",
  "has_more": true
}