pinnacle_matchup
Fetch a single matchup's full details—participants, league, periods, start time, state—by providing its numeric ID.
Instructions
One matchup's detail: participants, league, periods, start time, state.
Returns: {id, league:{name}, participants:[{name, alignment}], periods:[...], startTime, state, type, rotation}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matchupId | Yes | Matchup id (from any matchups feed). Required — part of the URL path. |