get_live_standings_by_league_id
Fetch the live standings table for a league by supplying its league ID. Optionally include related data such as team, round, season, and stage.
Instructions
Get the live standings table for a league.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| league_id | Yes | League ID. | |
| include | No | Semicolon-separated includes. e.g. team;round;season;stage;league;form;rule | |
| select | No | Comma-separated fields to return. | |
| filters | No | Filters to apply. | |
| locale | No | Language for name fields. |