STATS REALTIME
Availability
Plan
Available
Update Frequency
Events
Event
Description
stats_update_realtime
Message
{
"type": "stats_update_realtime",
"channel": "STATS_REALTIME",
"matchId": "12345",
"leagueId": "67890",
"ts": 1705314600000,
"data": {
"changedStats": [
{
"stat": "possession",
"value": "56;44"
},
{
"stat": "corners",
"value": "5;2"
},
{
"stat": "shotsOnTarget",
"value": "5;2"
}
]
}
}Data Fields
Field
Type
Description
Available Statistics
Stat Name
Description
Subscription Examples
Subscribe to all real-time stats updates
Subscribe to a specific match
Subscribe to a league
Example: Maintaining Local State
Example: Detecting Specific Changes
Comparison: STATS vs STATS_REALTIME
Feature
STATS
STATS_REALTIME
Best Practices
Notes
Last updated