Overview
The MatchPossessionLive endpoint returns real-time possession statistics for an ongoing or recently updated match. It provides two main possession metrics for both teams:- Accumulative Possession — Overall possession percentage throughout the match.
- Last Five Minutes Possession — Possession percentage during the most recent 5 minutes of play.
- Live match dashboards
- Broadcast overlays
- Match momentum analysis
- Real-time analytics platforms
Parameters
Always use
apiAPI name. Use
MatchPossessionLiveAPI version. Use
V2Output format (
json or xml)Language of returned text (
en or ar)Unique identifier of the match
Optional timestamp used for incremental synchronization.
Format:
Format:
YYYY-MM-DD HH:MM:SSAPI authentication key
Example Request
Possession Metrics
| Metric | Description |
|---|---|
| accumulative | Overall possession percentage accumulated throughout the match |
| lastFiveMinutes | Possession percentage during the last five minutes of play |
Example
0.53= 53% possession0.47= 47% possession
Notes
- Possession values are continuously updated as the match progresses.
- The lastFiveMinutes metric highlights recent momentum shifts.
- Home and away values typically sum close to 1 (100%) for each metric.
- Useful for live analytics dashboards and broadcast data feeds.