pl_matchweek_matches
Retrieve all fixtures for a specified matchweek, including kickoff times, teams, ground, and match period. Input competition, season, and matchweek number to get paginated match data.
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. |