Get a match's missing players (soccer only)
Sportquanta
Get a match's missing players (soccer only)
Returns the per-fixture missing players (injuries + suspensions) for a soccer match,
split into home and away, read from the per-league missing_players collection.
Soccer-only — baseball/basketball use /v1/{league}/teams/{id}/injuries; other
sports return 404 endpoint_not_for_sport.
GET
Get a match's missing players (soccer only)
Authorizations
Send a workspace API token in the Authorization: Bearer <token> header.
Path Parameters
League identifier from the /v1/leagues catalog (e.g. mlb, nba,
epl, nfl, nhl). Unknown values return 404 unsupported_league.
Response
Per-match missing-players response (home / away arrays).