pl_teamform
Retrieve every team's recent form and next fixture for a season in a single call, providing a complete form guide.
Instructions
Every team's form for the season in one call (the table's form guide) — recent results + next fixture per team.
Returns: [{id, name, shortName, abbr, form, next}] (top-level array, one per team)
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. |