Retrieve live play-by-play commentary and match analysis for a specific game.
playByPlay.fixtureId.all - Returns all commentary messagestop - Returns key/highlighted moments only (preview)true for live matches to get real-time commentary updates.true for finished matches, false for ongoing matches.LastModified timestamps use ISO 8601 format with UTC timezone (e.g., 2025-12-17T21:22:59Z). Commentary timestamps are always returned in UTC regardless of client timezone.| Field | Type | Description |
|---|---|---|
Messages | array | Array of commentary messages |
UpdateURL | string | Reserved field (stripped from response for security) |
TTL | integer | Cache TTL in seconds (typically 60) |
| Field | Type | Description |
|---|---|---|
Id | integer | Unique message ID (sequential) |
InnerId | string | Internal unique identifier |
Comment | string | The commentary text |
Timeline | string | Match minute when the event occurred |
Type | integer | Message type ID |
TypeName | string | Message type name |
Period | string | Match period identifier |
LastModified | string | ISO 8601 timestamp of last modification |
TimeLineSecondaryText | string | Additional time info (e.g., “+3’” for stoppage time) |
TimeLineSecondaryColor | string | Color for stoppage time display |
| Type | TypeName | Description |
|---|---|---|
| 1 | goal | Goal scored |
| 2 | yellow_card | Yellow card shown |
| 3 | red_card | Red card shown |
| 4 | comment | General commentary |
| 5 | substitution | Player substitution |
| 6 | period_start | Period started |
| 7 | period_end | Period ended |
| 8 | penalty | Penalty event |
| 9 | var | VAR decision |
| Period | Description |
|---|---|
| ”1” | First half |
| ”2” | Second half |
| ”3” | First half extra time |
| ”4” | Second half extra time |
| ”5” | Penalty shootout |
| ”14” | Post-match summary |
fixtureId is available in the game details response under the playByPlay object:
UpdateURL to fetch only new messages after a certain ID:
Your SportsAPI Pro API key
Game identifier
4452706
Fixture ID from game details playByPlay.fixtureId
"2yuulrtp37mbqe9rok936lslw"
Filter type: 'all' for all commentary, 'top' for highlights only
all, top Set to true for live matches
Set to true for finished matches
Game commentary retrieved successfully