Twitch Scraper

ENDPOINTS
GET/channels/details

Channel Details

Get a full Twitch channel profile: followers, bio, socials, panels, live stream, last broadcast and chat rules.

QUERY PARAMS

Twitch channel: a login, a numeric user ID or any twitch.tv channel link.

Examples:

  • Login: kaicenat
  • ID: 71092938
  • URL: https://www.twitch.tv/kaicenat
{
  "channel": {
    "id": "641972806",
    "login": "kaicenat",
    "username": "KaiCenat",
    "link": "https://www.twitch.tv/kaicenat",
    "bio": null,
    "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/bf6a04cf-3f44-4986-8eed-5c36bfad542b-profile_image-600x600.png",
    "banner": "https://static-cdn.jtvnw.net/jtv_user_pictures/dc54e6bc-e0ae-44ea-8f58-d97744344d96-profile_banner-480.png",
    "offline_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/459e9e93-d54e-4380-ae61-3bf1daa04bef-channel_offline_image-1920x1080.jpeg",
    "accent_color": "#FA2929",
    "chat_color": null,
    "language": {
      "code": "en",
      "name": "English"
    },
    "is_live": false,
    "is_partner": true,
    "is_affiliate": false,
    "is_staff": null,
    "followers_count": 21771335,
    "videos_count": 183,
    "broadcast_settings": {
      "title": "🇮🇸EXPLORING ICELAND🇮🇸[Exploring The Unexplored]",
      "game": {
        "id": "509672",
        "name": "IRL",
        "slug": "irl",
        "link": "https://www.twitch.tv/directory/category/irl",
        "box_art": "https://static-cdn.jtvnw.net/ttv-boxart/509672-285x380.jpg"
      },
      "language": {
        "code": "en",
        "name": "English"
      },
      "is_mature": false
    },
    "last_broadcast": {
      "id": "320337261020",
      "title": "🇮🇸EXPLORING ICELAND🇮🇸[Exploring The Unexplored]",
      "started_at": "2026-09-16T08:01:52Z",
      "game": {
        "id": "509672",
        "name": "IRL",
        "slug": "irl",
        "link": "https://www.twitch.tv/directory/category/irl",
        "box_art": "https://static-cdn.jtvnw.net/ttv-boxart/509672-285x380.jpg"
      }
    },
    "livestream": null,
    "team": null,
    "socials": [
      {
        "id": "9e498214-2ecf-4b32-8c4a-e508244f40bf",
        "platform": "instagram",
        "title": "Instagram",
        "link": "https://www.instagram.com/kaicenat/?hl=en"
      },
      {
        "id": "21c624fc-63d7-4c1d-a64e-10e9984d5991",
        "platform": "twitter",
        "title": "twitter",
        "link": "https://twitter.com/KaiCenat"
      },
      {
        "id": "b935214a-11ee-454f-be7a-84364101c629",
        "platform": "youtube",
        "title": "youtube",
        "link": "https://www.youtube.com/c/KaiCenat"
      },
      {
        "id": "b6b49345-15dc-4d16-b7f3-1bb257e976f6",
        "platform": "youtube",
        "title": "Youtube Live",
        "link": "https://youtube.com/@kaicenatlive?si=auACMqFfcaTcLJXl"
      }
    ],
    "panels": [
      {
        "id": "96051642",
        "kind": "default",
        "title": "SUBSCRIBE",
        "description": "Subcribe Now!",
        "link": "https://www.twitch.tv/products/imkaicenat",
        "image": "https://panels.twitch.tv/panel-641972806-image-1a190c54-35c4-4483-823b-2de32c95ac7f"
      },
      {
        "id": "95957523",
        "kind": "default",
        "title": "TWITTER",
        "description": "Go Follow My Twitter!",
        "link": "https://twitter.com/KaiCenat",
        "image": "https://panels.twitch.tv/panel-641972806-image-0be15b03-3cba-4664-9dbb-5aecc9fcbe7a"
      },
      {
        "id": "95957200",
        "kind": "default",
        "title": "INSTAGRAM",
        "description": "Go Follow Me On IG!",
        "link": "https://www.instagram.com/kaicenat/",
        "image": "https://panels.twitch.tv/panel-641972806-image-908b9e33-b6d5-4298-8e8c-9358317a0b06"
      },
      {
        "id": "95957100",
        "kind": "default",
        "title": "YOUTUBE",
        "description": "Go Check Out My Youtube Channel!",
        "link": "https://www.youtube.com/channel/UCoEmptob-eEGKk18c2VplJg",
        "image": "https://panels.twitch.tv/panel-641972806-image-4d17a638-d66a-4824-a351-ca80fd2262b1"
      },
      {
        "id": "95325303",
        "kind": "default",
        "title": "DONATION",
        "description": "Feel free to donate!",
        "link": "https://streamelements.com/kaicenat/tip",
        "image": "https://panels.twitch.tv/panel-641972806-image-05dcc624-b881-43dd-b43b-688a8e4e922a"
      }
    ],
    "chat_settings": {
      "is_emote_only": false,
      "is_subscribers_only": false,
      "is_unique_chat": false,
      "is_fast_subs_mode": false,
      "requires_verified_account": false,
      "slow_mode_seconds": null,
      "is_slow_mode": false,
      "followers_only_minutes": 10,
      "is_followers_only": true,
      "chat_delay_ms": 0,
      "rules": [],
      "broadcaster_chat_color": null
    },
    "created_at": "2021-01-27T01:55:08Z",
    "updated_at": "2026-09-22T17:39:18Z"
  }
}