Like Streamlabs Labels, but for Kick!
Add this URL as a Browser Source in OBS:
Use the show parameter to choose which labels to display (comma-separated):
| Key | Name | Description | Example URL |
|---|---|---|---|
latest_sub | Latest Subscriber | Most recent new subscriber | |
latest_resub | Latest Resub | Most recent resubscription | |
latest_giftsub | Latest Gift Sub | Most recent gift sub with amount | |
latest_follower | Latest Follower | Most recent follower | |
latest_kicks | Latest KICKs | Most recent KICKs gift with amount | |
session_subs | Subs This Stream | Total subs during current stream | |
session_follows | Follows This Stream | Total follows during current stream | |
session_kicks | KICKs This Stream | Total KICKs gifted during current stream | |
alltime_subs | Total Subs | All-time subscriber count | |
alltime_follows | Total Follows | All-time follower count | |
top_gifter_session | Top Gifter (Stream) | Top gift sub gifter this stream | |
top_gifter_alltime | Top Gifter (All Time) | Top gift sub gifter all time |
Kick events automatically update your community goals!
| Event Type | Updates Goal Types |
|---|---|
| New Subscription | subs sub |
| Resubscription | subs sub |
| Gift Subs | subs sub giftsubs |
Set up goals with !setgoal subs 100 in chat and they'll automatically increment when you get Kick subs!
Access raw data via our API endpoints:
| Endpoint | Description |
|---|---|
GET /api/kick/labels/{channel} | All labels data (latest events, session stats, all-time stats, top gifters) |
GET /api/kick/labels/{channel}/session | Current stream session statistics only |
GET /api/kick/labels/{channel}/alltime | All-time statistics only |
{
"channel": "your_channel",
"platform": "kick",
"sessionActive": true,
"latest": {
"sub": "username",
"follower": "newviewer",
"giftSub": "generous_person",
"giftSubAmount": 5
},
"session": {
"subs": 12,
"resubs": 5,
"giftSubs": 25,
"totalSubs": 42,
"follows": 156
},
"allTime": {
"totalSubs": 1234,
"follows": 5678
},
"topGifters": {
"session": { "name": "big_spender", "amount": 10 },
"allTime": { "name": "legend", "amount": 500 }
}
}Sessions are automatically managed based on your Kick stream status: