pinnacle_sport_leagues
Retrieve leagues for a given sport ID, including group, featured status, and matchup counts. Use this to list competitions and compare league structures across sports data providers.
Instructions
Leagues (competitions) for one sport, with feature/group info.
Returns: [{id, name, group, isFeatured, matchupCount}] (top-level array)
Example: Baseball leagues {"sportId": 3}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sportId | Yes | Sport id (e.g. 3 Baseball, 4 Basketball), from pinnacle_sports. Required — part of the URL path. |