Twitch Scraper

ENDPOINTS
GET/channels/goals

Channel Goals

Get a channel's follower and subscriber goals with targets, current totals and progress.

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,
    "followers_count": 21771334
  },
  "active_count": 0,
  "count": 12,
  "goals": [
    {
      "id": "2oCCsbrTasRkUrZlLyPkN9iZKEI",
      "type": "followers",
      "state": "finished",
      "description": null,
      "target": 13530000,
      "current": 13516957,
      "progress_percent": 99.9,
      "is_active": false
    },
    {
      "id": "2oCCwhi1kxxzgq20mbn9LLilGk3",
      "type": "sub_points",
      "state": "finished",
      "description": null,
      "target": 68000,
      "current": 66768,
      "progress_percent": 98.2,
      "is_active": false
    },
    {
      "id": "2oCD4GEqsjSQ8hJWKQhFOrjxnf8",
      "type": "sub_points",
      "state": "finished",
      "description": null,
      "target": 67000,
      "current": 67013,
      "progress_percent": 100.0,
      "is_active": false
    },
    {
      "id": "2oDS3qwrovEnuyonFDS2sfxFGWr",
      "type": "followers",
      "state": "finished",
      "description": null,
      "target": 13530000,
      "current": 13516957,
      "progress_percent": 99.9,
      "is_active": false
    },
    {
      "id": "2oDS9i1Qm7XAwYPOeGhjrVHxArn",
      "type": "followers",
      "state": "finished",
      "description": null,
      "target": 13600000,
      "current": 13516988,
      "progress_percent": 99.4,
      "is_active": false
    },
    {
      "id": "2oDTyC8Ip9Rf7HZXUiSMCKALYJ8",
      "type": "followers",
      "state": "finished",
      "description": null,
      "target": 13517010,
      "current": 13517014,
      "progress_percent": 100.0,
      "is_active": false
    },
    {
      "id": "2oDUx5kHdUkCBUAh6jO9mXCg66C",
      "type": "followers",
      "state": "finished",
      "description": null,
      "target": 13517035,
      "current": 13517039,
      "progress_percent": 100.0,
      "is_active": false
    },
    {
      "id": "2oDVG7G5Qsqqdkju8wiwToEwkqt",
      "type": "followers",
      "state": "finished",
      "description": null,
      "target": 13517042,
      "current": 13517052,
      "progress_percent": 100.0,
      "is_active": false
    },
    {
      "id": "2oDWOSrrt1HeFs1MtC8Vn6z3zFw",
      "type": "followers",
      "state": "finished",
      "description": null,
      "target": 13517085,
      "current": 13517104,
      "progress_percent": 100.0,
      "is_active": false
    },
    {
      "id": "2oDXcDUne8ptVoG1uGWs0cFT5J0",
      "type": "followers",
      "state": "finished",
      "description": null,
      "target": 13517129,
      "current": 13519427,
      "progress_percent": 100.0,
      "is_active": false
    },
    {
      "id": "2oE4ExT0YJ3n4UUGVpv6sj6ac4a",
      "type": "sub_points",
      "state": "finished",
      "description": null,
      "target": 68000,
      "current": 66940,
      "progress_percent": 98.4,
      "is_active": false
    },
    {
      "id": "2oEQj4ww9UzHZHpTjvovKL34tqH",
      "type": "sub_points",
      "state": "finished",
      "description": null,
      "target": 67000,
      "current": 71333,
      "progress_percent": 100.0,
      "is_active": false
    }
  ]
}