SoccersAPIDocs
DocsReferenceFixtures › Match sidelined players

GETMatch sidelined players

Injured and suspended players of both teams.

/v2.2/fixtures/ with t=match_sidelined

Try it in the interactive referenceAll Fixtures operations

Request

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

Parameters

NameRequiredDescriptionExample
idyesMatch ID.2589310

Example response

{
  "data": {
    "home": {
      "id": 20,
      "name": "Chelsea FC",
      "types": {
        "injuries": [],
        "suspension": []
      }
    },
    "away": {
      "id": 12,
      "name": "Brighton & Hove Albion",
      "types": {
        "injuries": [],
        "suspension": []
      }
    }
  },
  "meta": {
    "requests_left": 2950,
    "user": "your_username",
    "plan": "Soccer API 50",
    "page": 1,
    "pages": 1,
    "count": 0,
    "total": null,
    "msg": ""
  }
}