Kick Scraper

ENDPOINTS
GET/videos/details

Video Details

One past broadcast: title, views, duration, category, start/end times, expiry and HLS link.

QUERY PARAMS

Kick video ID or kick.com video URL.

Examples:

  • ID: d252b88b-188e-4d38-ac65-278ad209dff4
  • URL: https://kick.com/xqc/videos/d252b88b-188e-4d38-ac65-278ad209dff4
{
  "video": {
    "id": "d252b88b-188e-4d38-ac65-278ad209dff4",
    "livestream_id": 128302946,
    "title": "🐅LIVE🐅DRAMA🐅NEWS🐅STUFF🐅GTA 5🐅SECRET UNVEILED🐅TODAY🐅RIDDLE WILL BE FINISHED🐅FOLLOW THE E🐅 EEEEEE🐅 EEEEEEE🐅EEEE🐅",
    "link": "https://kick.com/xqc/videos/01a0c078-17b8-7021-8b7e-f84923e063e4",
    "thumbnail": {
      "link": "https://images.kick.com/video_thumbnails/DsuAwCgUc9Bh/XTsMv6X11nh6/720.webp",
      "hd_link": "https://images.kick.com/video_thumbnails/DsuAwCgUc9Bh/XTsMv6X11nh6/1080.webp"
    },
    "duration_seconds": 41486,
    "duration": "11:31:26",
    "views_count": 47301,
    "peak_viewer_count": 6715,
    "language": "English",
    "language_code": "en",
    "is_mature": false,
    "is_live": false,
    "started_at": "2026-09-20T20:18:11Z",
    "ended_at": "2026-09-21T07:51:11Z",
    "created_at": "2026-09-20T20:18:14Z",
    "expires_at": "2026-10-20T20:18:11Z",
    "privacy": "public",
    "is_private": false,
    "tags": [],
    "category": {
      "id": 15,
      "name": "Just Chatting",
      "slug": "just-chatting",
      "link": "https://kick.com/category/just-chatting"
    },
    "channel": {
      "id": 668,
      "slug": "xqc",
      "username": "xQc",
      "link": "https://kick.com/xqc",
      "profile_image": "https://files.kick.com/images/user/676/profile_image/conversion/931b4e8f-5445-427c-bd82-b473530390cc-fullsize.webp",
      "is_verified": true
    },
    "playback_link": "https://stream.kick.com/3c81249a5ce0/ivs/v1/196233775518/DsuAwCgUc9Bh/2026/9/20/20/18/XTsMv6X11nh6/media/hls/master.m3u8"
  }
}