sportmonks_standings
Get league standings for a season. Include participant to return team names with positions, points, and results.
Instructions
League table for a season.
Returns: {data:[{id, participant_id, position, points, result, sport_id, league_id, season_id, group_id, round_id, standing_rule_id, participant:{…only if included…}}]} — SHAPE FROM VENDOR DOCS. Without include=participant you get team IDS ONLY, which is the most common complaint about this endpoint.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: A season's table with team names {"seasonId": 19686, "include": "participant"}
Auth: needs your own key in SPORTMONKS_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | e.g. 'participant;details'. | |
| seasonId | Yes | Season id (from a league's currentSeason include). Required — part of the URL path. |