Twitch Scraper

ENDPOINTS
GET/teams/details

Team Details

Get a Twitch team with its logo, description and every member with followers and live status.

QUERY PARAMS

Twitch team name or twitch.tv team link.

Examples:

  • Name: otk
  • URL: https://www.twitch.tv/team/otk
{
  "team": {
    "id": "9605",
    "name": "otk",
    "display_name": "OTK",
    "link": "https://www.twitch.tv/team/otk",
    "description": "One True King.",
    "logo": "https://static-cdn.jtvnw.net/team-assets/otk-f3369452905b4fc385eb9ccea7bfe8cf.png",
    "banner": "https://static-cdn.jtvnw.net/team-assets/otk-3bd7a85210904383ab1c1fc1ea15645a.png",
    "background_image": "https://static-cdn.jtvnw.net/team-assets/otk-f78f81ea4b3d4f61b3c4867f9408d236.jpeg",
    "members_count": 5,
    "live_members_count": 0,
    "members": [
      {
        "id": "26301881",
        "login": "sodapoppin",
        "username": "sodapoppin",
        "link": "https://www.twitch.tv/sodapoppin",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/fc7b15b2-e400-4e74-8c8b-2ad3725e5770-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false,
        "followers_count": 8982736,
        "is_live": false,
        "livestream": null
      },
      {
        "id": "38746172",
        "login": "esfandtv",
        "username": "EsfandTV",
        "link": "https://www.twitch.tv/esfandtv",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/476ee93d-66a6-4e57-b3a9-db1ceb168ad8-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false,
        "followers_count": 1390837,
        "is_live": false,
        "livestream": null
      },
      {
        "id": "21841789",
        "login": "nmplol",
        "username": "Nmplol",
        "link": "https://www.twitch.tv/nmplol",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/e4d9bf96-311d-487a-b5eb-9f9a94e0f795-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false,
        "followers_count": 1198311,
        "is_live": false,
        "livestream": null
      },
      {
        "id": "37522866",
        "login": "cyr",
        "username": "CYR",
        "link": "https://www.twitch.tv/cyr",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/41b88ab3-4624-4054-a60a-464ecb49af24-profile_image-150x150.png",
        "is_partner": true,
        "is_affiliate": false,
        "followers_count": 652051,
        "is_live": false,
        "livestream": null
      },
      {
        "id": "184289616",
        "login": "tipsoutbaby",
        "username": "tipsoutbaby",
        "link": "https://www.twitch.tv/tipsoutbaby",
        "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/99f0b980-0546-403c-9a48-c0e277d6ae1a-profile_image-150x150.jpg",
        "is_partner": true,
        "is_affiliate": false,
        "followers_count": 143157,
        "is_live": false,
        "livestream": null
      }
    ]
  }
}