pl_match_lineups
Retrieve Premier League match lineups with starting players, formations, and substitutes for a given match ID.
Instructions
Match lineups — home_team/away_team players[] with formation and subs.
Returns: {home_team:{players, formation, subs}, away_team:{…}}
Auth: none needed.
Also answers this: seriea_match_lineups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Match id. Required — part of the URL path. |