Twitch Scraper

ENDPOINTS
GET/channels/status/batch

Bulk Live Status

Check live status for up to 100 channels in one call; unknown channels come back flagged instead of failing.

QUERY PARAMS

Comma-separated Twitch channels: logins, numeric user IDs or twitch.tv links (up to 100).

Example: kaicenat,ninja,pokimane,lofigirl

{
  "count": 4,
  "live_count": 1,
  "channels": [
    {
      "id": "641972806",
      "login": "kaicenat",
      "username": "KaiCenat",
      "link": "https://www.twitch.tv/kaicenat",
      "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/bf6a04cf-3f44-4986-8eed-5c36bfad542b-profile_image-150x150.png",
      "is_partner": true,
      "is_affiliate": false,
      "followers_count": 21771334,
      "is_live": false,
      "last_broadcast": {
        "id": null,
        "title": null,
        "started_at": "2026-09-16T08:01:52Z",
        "game": null
      },
      "livestream": null
    },
    {
      "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,
      "is_live": false,
      "last_broadcast": {
        "id": null,
        "title": null,
        "started_at": "2026-09-23T03:00:11Z",
        "game": null
      },
      "livestream": null
    },
    {
      "id": "44445592",
      "login": "pokimane",
      "username": "pokimane",
      "link": "https://www.twitch.tv/pokimane",
      "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/912232e8-9e53-4fb7-aac4-14aed07869ca-profile_image-150x150.png",
      "is_partner": true,
      "is_affiliate": false,
      "followers_count": 9445707,
      "is_live": false,
      "last_broadcast": {
        "id": null,
        "title": null,
        "started_at": "2026-09-21T23:41:57Z",
        "game": null
      },
      "livestream": null
    },
    {
      "id": "487510275",
      "login": "lofigirl",
      "username": "LofiGirl",
      "link": "https://www.twitch.tv/lofigirl",
      "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/fe6575bc-a05b-45a6-8e28-1c7799bcfbf5-profile_image-150x150.png",
      "is_partner": true,
      "is_affiliate": false,
      "followers_count": 71285,
      "is_live": true,
      "last_broadcast": {
        "id": null,
        "title": null,
        "started_at": "2026-09-22T07:20:43Z",
        "game": null
      },
      "livestream": {
        "id": "317792948578",
        "title": "lofi hip hop radio 📚  beats to relax/study to",
        "viewers_count": 252,
        "started_at": "2026-09-22T07:20:39Z",
        "uptime_seconds": 103576,
        "type": "live",
        "language": {
          "code": "en",
          "name": "English"
        },
        "is_mature": false,
        "content_labels": [],
        "tags": [
          "study",
          "chill",
          "music",
          "playlist",
          "radio",
          "relax",
          "beats",
          "lofi",
          "lofigirl",
          "sleep"
        ],
        "game": {
          "id": "26936",
          "name": "Music",
          "slug": "music",
          "link": "https://www.twitch.tv/directory/category/music",
          "box_art": "https://static-cdn.jtvnw.net/ttv-boxart/26936-285x380.jpg"
        },
        "preview_image": "https://static-cdn.jtvnw.net/previews-ttv/live_user_lofigirl-640x360.jpg",
        "encoding": {
          "width": 1920,
          "height": 1080,
          "fps": 24,
          "bitrate_kbps": 6400,
          "codec": "avc1.640028"
        }
      }
    }
  ]
}