GET Commentaries by Fixture ID
Returns a textual representation from the requested fixture ID.
https://api.sportmonks.com/v3/football/commentaries/fixtures/{ID}{
"data": [
{
"id": 4991022,
"fixture_id": 18535605,
"comment": "First Half starts.",
"minute": null,
"extra_minute": null,
"is_goal": false,
"is_important": false,
"order": 1
},
{
"id": 4991023,
"fixture_id": 18535605,
"comment": "New attacking attempt. Ryan Kent - Rangers - shot with left foot from outside the box is saved in the right corner. Assist - James Tavernier.",
"minute": 1,
"extra_minute": null,
"is_goal": false,
"is_important": false,
"order": 2
},
{
"id": 4991025,
"fixture_id": 18535605,
"comment": "Fouled by Matt O'Riley - Celtic",
"minute": 1,
"extra_minute": null,
"is_goal": false,
"is_important": false,
"order": 4
},Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Include depth
Include options
Postman
Code Example
Last updated
Was this helpful?