pl_team_next_fixture
Retrieve a team's next scheduled fixture, including kickoff time, teams, ground, and competition. Returns a 404 error when no match is scheduled, such as during the off-season.
Instructions
A team's next scheduled fixture. Returns 404 when none is scheduled (e.g. off-season).
Returns: {kickoff, homeTeam, awayTeam, ground, competition} (404 when no fixture scheduled)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | Yes | Competition id (8). Required — part of the URL path. | |
| sid | Yes | Season id (2025 = 2025/26). Required — part of the URL path. | |
| tid | Yes | Team id. Required — part of the URL path. |