Kick Scraper

ENDPOINTS
GET/channels/status

Channel Live Status

Is a channel live right now? Viewers, uptime, title, category and the HLS link in one light call.

QUERY PARAMS

Kick channel slug or any kick.com channel URL.

Examples:

  • Slug: adinross
  • URL: https://kick.com/adinross
{
  "channel": "adinross",
  "link": "https://kick.com/adinross",
  "is_live": false,
  "livestream": null
}