Kick Scraper

ENDPOINTS
GET/channels/prediction

Latest Prediction

A channel's latest channel-points prediction with outcomes, points, return rates and top bettors.

QUERY PARAMS

Kick channel slug or any kick.com channel URL.

Examples:

  • Slug: xqc
  • URL: https://kick.com/xqc
{
  "channel": "xqc",
  "prediction": {
    "id": "01KZ7MPEFQ0BNTES7J3TQDFVPA",
    "title": "Will xQc win ?",
    "state": "RESOLVED",
    "duration_seconds": 300,
    "created_at": "2026-08-05T00:20:41Z",
    "locked_at": "2026-08-05T00:22:04Z",
    "updated_at": "2026-08-05T00:22:53Z",
    "winning_outcome_id": "01KZ7MPEFR28EYNTF6EQ0DKQKS",
    "outcomes": [
      {
        "id": "01KZ7MPEFR28EYNTF6EPNSG7MN",
        "title": "Yes",
        "is_winner": false,
        "votes_count": 16,
        "points_total": 522200,
        "return_rate": 1.2605898,
        "top_users": [
          {
            "user": {
              "id": 7334,
              "username": "daiminister",
              "slug": "daiminister",
              "link": "https://kick.com/daiminister"
            },
            "points": 230000
          },
          {
            "user": {
              "id": 85470685,
              "username": "yungw3twilly",
              "slug": "yungw3twilly",
              "link": "https://kick.com/yungw3twilly"
            },
            "points": 75000
          },
          {
            "user": {
              "id": 7422928,
              "username": "PiffMasterRJ91",
              "slug": "piffmasterrj91",
              "link": "https://kick.com/piffmasterrj91"
            },
            "points": 60000
          }
        ]
      },
      {
        "id": "01KZ7MPEFR28EYNTF6EQ0DKQKS",
        "title": "No",
        "is_winner": true,
        "votes_count": 17,
        "points_total": 136080,
        "return_rate": 4.8374486,
        "top_users": [
          {
            "user": {
              "id": 84115598,
              "username": "ironat",
              "slug": "ironat",
              "link": "https://kick.com/ironat"
            },
            "points": 40000
          },
          {
            "user": {
              "id": 7396737,
              "username": "Chiboto",
              "slug": "chiboto",
              "link": "https://kick.com/chiboto"
            },
            "points": 30000
          },
          {
            "user": {
              "id": 24338439,
              "username": "Rainbetusername",
              "slug": "rainbetusername",
              "link": "https://kick.com/rainbetusername"
            },
            "points": 14850
          }
        ]
      }
    ]
  }
}