sportsbet_league_ladder
Get the current league ladder and standings for a sports competition. Retrieve each team's position, games played, wins, losses, and points to assess ranking and performance.
Instructions
League ladder / standings for a sport competition.
Returns: {ladder:[{position, teamName, played, won, lost, points}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| competitionId | Yes | Sport competition id. Required — part of the URL path. |