pl_matches
Fetch paginated match fixtures and results. Filter by competition, season, matchweek, team, period, or kickoff date range.
Instructions
Primary fixtures/results feed — filter by competition, season, matchweek, team, period (PreMatch/Live/FullTime) or a kickoff date range. Paginated.
Returns: {pagination, data:[{matchId, competition, season, matchWeek, phase, kickoff, period, clock, ground, attendance, homeTeam:{id, name, score, halfTimeScore}, awayTeam, resultType}]}
Example: 2025/26 matchweek 1 results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| team | No | ||
| limit | No | ||
| period | No | ||
| season | No | ||
| matchweek | No | ||
| competition | No | ||
| next_cursor | No | ||
| kickoff_after | No | ||
| kickoff_before | No |