Twitch Scraper

ENDPOINTS
GET/channels/panels

Channel Panels

Get a channel's About panels (text, images and links) plus its social media links.

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",
    "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
  },
  "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"
    }
  ],
  "count": 5,
  "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"
    }
  ]
}