pl_matchweek_matches
Get all Premier League fixtures for a chosen matchweek. Supply competition, season, and matchweek number to receive match IDs, kickoff times, teams, ground, and period.
Instructions
Matches for one matchweek (v1 path alternative to pl_matches?matchweek=).
Returns: {pagination, data:[{matchId, kickoff, homeTeam, awayTeam, ground, period}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mw | Yes | Matchweek number. Required — part of the URL path. | |
| cid | Yes | Competition id (8). Required — part of the URL path. | |
| sid | Yes | Season id (2025 = 2025/26). Required — part of the URL path. | |
| limit | No | Page size. |