SoccersAPIDocs
DocsReferenceFixtures › Match commentary

GETMatch commentary

Text commentary of the match where covered.

/v2.2/fixtures/ with t=match_comments

Try it in the interactive referenceAll Fixtures operations

Request

GET /v2.2/fixtures/?user=USER&token=TOKEN&t=match_comments&id=2589310

Parameters

NameRequiredDescriptionExample
idyesMatch ID.2589310
langnoLanguage code for localized names, for example en, es, de, fr, it, pt, tr, pl, ko or zh. Verified on country, continent and league catalogue names; match and statistics payloads are not translated.en

Example response

{
  "data": [
    {
      "important": 0,
      "order": 1,
      "goal": 0,
      "minute": 0,
      "extra_minute": null,
      "comment": "We are live: Chelsea against Brighton."
    },
    {
      "important": 0,
      "order": 3,
      "goal": 0,
      "minute": 0,
      "extra_minute": null,
      "comment": "The match is being played at Stamford Bridge."
    }
  ],
  "meta": {
    "requests_left": 2950,
    "user": "your_username",
    "plan": "Soccer API 50",
    "page": 1,
    "pages": 1,
    "count": 65,
    "total": 65,
    "msg": ""
  }
}