Widget Overview
| Widget | Default Size | Description |
|---|---|---|
| User Stats | ~300x120px | Your personal competitive stats |
| Team Stats | ~300x120px | Your selected team’s stats |
| Organization Stats | ~280x100px | Your selected organization’s stats |
| Active Match | ~400x150px | Live match scores and status |
| Leaderboard Rank | ~200x80px | Your position on the leaderboard |
| Top 3 Players | ~250x180px | Top 3 players on the leaderboard |
| Referral Code | ~200x80px | Your referral code and count |
User Stats
Displays your personal competitive statistics. Data shown:- Wins and losses
- Win rate percentage
- Current win/loss streak
- Experience points (XP)
stats.user_stats: read
Team Stats
Displays stats for your selected team. You must select a team in the editor for this widget to populate. Data shown:- Team name, tag, and logo
- Game the team competes in
- Wins and losses
- Win rate percentage
- Current streak
stats.team_stats: read- A team must be selected in the editor context settings
Organization Stats
Displays stats for your selected organization. You must select an organization in the editor for this widget to populate. Data shown:- Organization name and logo
- Member count
- Wins and losses
- Win rate percentage
stats.org_stats: read- An organization must be selected in the editor context settings
Active Match
Displays your current live match in a VS layout. This widget automatically shows and hides based on whether you have an active match. Data shown:- Team logos and names (VS layout)
- Current scores
- Match type and best-of series (e.g., “Best of 3”)
- Current map name (when applicable)
- Match status label: LIVE, READY, or UPCOMING
- Pulsing live indicator dot when the match is in progress
matches.user_matches: read
This widget auto-hides when you have no active match. It reappears automatically when a match
starts or is scheduled. The status label changes as the match progresses - from UPCOMING to READY
to LIVE.
Leaderboard Rank
Displays your current rank on the global leaderboard. Data shown:- Your rank position (e.g., “#12”)
- Total players on the leaderboard
- Win rate
- XP
leaderboard.user_rank: read
Top 3 Players
Displays the top 3 players from the global leaderboard. Data shown (per player):- Rank position
- Player name
- Avatar
- Win rate
leaderboard.top_players: read
Referral Code
Displays your referral code and total referral count. Useful for streamers who want viewers to sign up using their code. Data shown:- Your unique referral code (monospace, accent-colored)
- Total number of referrals
stats.user_stats: read
You must have a referral code generated for this widget to display data. Visit the
Referrals page to get your code.
Game Rank Widgets
Game-specific rank widgets display your competitive rank for supported games. These are found in the Game Specific tab of the editor. Data shown:- Rank badge/icon for the game
- Tier or division name
- Skill Rating (SR) value
- Progress bar toward next rank (when applicable)
game.game_rank: read
Each supported game can have multiple rank modes (e.g., Ranked Play, Warzone Ranked). You can enable each mode independently and they appear as separate widgets.
For manual games (BO7), you must enter your SR in Settings > Game Stats.
For API games (Valorant, LoL), connect your Riot Games account in Settings > Connections, then sync your rank in Game Stats.
- Animation - Toggle video effects like winstreak flames on or off in the editor’s style controls
- Orientation - Display the widget horizontally (default) or vertically via the style controls
Permissions Summary
| Widget | Required Scope | Additional Requirement |
|---|---|---|
| User Stats | stats.user_stats: read | - |
| Team Stats | stats.team_stats: read | Team selected |
| Organization Stats | stats.org_stats: read | Organization selected |
| Active Match | matches.user_matches: read | - |
| Leaderboard Rank | leaderboard.user_rank: read | - |
| Top 3 Players | leaderboard.top_players: read | - |
| Referral Code | stats.user_stats: read | Referral code generated |
| Game Rank | game.game_rank: read | SR entered in Game Stats |