Twitch Scraper

ENDPOINTS
GET/videos/details

Video Details

Get a VOD's title, type, views, duration, game, channel, thumbnails and chapter markers with timestamps.

QUERY PARAMS

Twitch video (VOD) ID or any twitch.tv video link.

Examples:

  • ID: 1302227402
  • URL: https://www.twitch.tv/videos/1302227402
{
  "video": {
    "id": "1302227402",
    "title": "Highlight: Fortnite into EU / NAE Watch party",
    "link": "https://www.twitch.tv/videos/1302227402",
    "description": null,
    "type": "highlight",
    "status": "recorded",
    "is_restricted": false,
    "restriction": null,
    "view_count": 15083,
    "duration_seconds": 821,
    "duration": "13:41",
    "language": {
      "code": "en",
      "name": "English"
    },
    "tags": [],
    "published_at": "2022-02-18T18:45:27Z",
    "created_at": "2022-02-18T18:45:27Z",
    "recorded_at": "2022-02-18T18:45:27Z",
    "updated_at": "2023-08-07T14:24:47Z",
    "offset_seconds": 0,
    "thumbnail": "https://static-cdn.jtvnw.net/cf_vods/d1m7jfoe9zdc1j/4f426dcfc8f39ef22124_ninja_87623918874_8996864649//thumb/thumb1302227402-640x360.jpg",
    "animated_preview": "https://d1m7jfoe9zdc1j.cloudfront.net/4f426dcfc8f39ef22124_ninja_87623918874_8996864649/storyboards/1302227402-strip-0.jpg",
    "storyboard_link": "https://d1m7jfoe9zdc1j.cloudfront.net/4f426dcfc8f39ef22124_ninja_87623918874_8996864649/storyboards/1302227402-info.json",
    "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"
    },
    "channel": {
      "id": "19571641",
      "login": "ninja",
      "username": "Ninja",
      "link": "https://www.twitch.tv/ninja",
      "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/90d40495-f467-4911-9035-72d8d10a49c5-profile_image-150x150.png",
      "is_partner": true,
      "is_affiliate": false,
      "followers_count": 19235430,
      "bio": "Just want to make people happy. Co-Founder @DrinkNutcase."
    },
    "chapters": []
  }
}