pl_team_form
Retrieves a team's recent match results, including kickoff time, opponents, competition, ground, and attendance for a specified season and competition.
Instructions
One team's recent matches/form within a season.
Returns: [{kickoff, homeTeam, awayTeam, competition, ground, clock, attendance}] (top-level array of matches)
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. | |
| seasons | No | Season filter (usually = sid). | |
| competitions | No | Competition filter (usually = cid). |