Kick Scraper

ENDPOINTS
GET/channels/rewards

Channel Point Rewards

Every channel-points reward a channel offers, with cost and status.

QUERY PARAMS

Kick channel slug or any kick.com channel URL.

Examples:

  • Slug: classybeef
  • URL: https://kick.com/classybeef
{
  "channel": "classybeef",
  "count": 8,
  "rewards": [
    {
      "id": "01JX59D1C82E2CS98R730VK2AD",
      "title": "10 Push-Ups",
      "description": "Keep pushing, stay motivated and enjoy the show with your favorite streamer and his daily fitness routine :)",
      "cost": 40000,
      "background_color": "#DEB2FF",
      "is_enabled": false,
      "is_paused": false,
      "is_user_input_required": true,
      "prompt": null,
      "skips_request_queue": false
    },
    {
      "id": "01JX5A7CA4T1NFYRCXCBRWWG0V",
      "title": "10 Squatts",
      "description": "For beginners, doing 10 squats a day can be a great way to start building strength and endurance.",
      "cost": 40000,
      "background_color": "#DEB2FF",
      "is_enabled": false,
      "is_paused": false,
      "is_user_input_required": true,
      "prompt": null,
      "skips_request_queue": false
    },
    {
      "id": "01JX5F3KBX0PSCG9RBFBCATWBT",
      "title": "Sit-Ups",
      "description": "20 sit-ups should be a relatively easy task.",
      "cost": 40000,
      "background_color": "#DEB2FF",
      "is_enabled": false,
      "is_paused": false,
      "is_user_input_required": true,
      "prompt": null,
      "skips_request_queue": false
    },
    {
      "id": "01JX59NTP9VWPB4SVMXR65ZY3V",
      "title": "20 Jumping Jacks",
      "description": "Spreading your legs and raising your arms overhead 20 times Hits different!",
      "cost": 50000,
      "background_color": "#BC66FF",
      "is_enabled": false,
      "is_paused": false,
      "is_user_input_required": true,
      "prompt": null,
      "skips_request_queue": false
    },
    {
      "id": "01JX59YA3Z3GRXJ3MKT6CTCX09",
      "title": "10 Burpees",
      "description": "Burpees Helps the Streamer to Burn Calories and Fat. LMAO",
      "cost": 80000,
      "background_color": "#E9113C",
      "is_enabled": false,
      "is_paused": false,
      "is_user_input_required": true,
      "prompt": null,
      "skips_request_queue": false
    },
    {
      "id": "01JX5APV35G8FZV7C651TJZF59",
      "title": "Plank",
      "description": ""If you can't hold a plank for 100 seconds, you're either a) too fat; b) too weak; or c) doing something wrong in your workouts." LOL",
      "cost": 80000,
      "background_color": "#E9113C",
      "is_enabled": false,
      "is_paused": false,
      "is_user_input_required": true,
      "prompt": null,
      "skips_request_queue": false
    },
    {
      "id": "01KZP32MJKT3YDK63S91AXZP5K",
      "title": "KICK POINTS ➨ 500 CLASSYBEEF POINTS",
      "description": "With this item you can convert Kick points 80,000 for 500 Classybeef points.",
      "cost": 80000,
      "background_color": "#00F1FF",
      "is_enabled": true,
      "is_paused": false,
      "is_user_input_required": false,
      "prompt": null,
      "skips_request_queue": false
    },
    {
      "id": "01JX5D3GZDEXKBP7811G4NG656",
      "title": "KICK POINTS ➨ 1000 CLASSYBEEF POINTS",
      "description": "With this item you can convert Kick points 150,000 for 1000 Classybeef points.",
      "cost": 150000,
      "background_color": "#00F1FF",
      "is_enabled": true,
      "is_paused": false,
      "is_user_input_required": true,
      "prompt": null,
      "skips_request_queue": false
    }
  ]
}