yahoo_team_matchups
Retrieve a team's full season of matchups, including opponents, results, and weekly scores, by providing the team key.
Instructions
A team's whole season of matchups — opponents, results and weekly scores.
Returns: {fantasy_content:{team:[[{team_key}, …], {matchups:{'0':{matchup:{week, week_start, week_end, status, is_playoffs, winner_team_key, teams:{…}}}, count}}]}} — SHAPE FROM VENDOR DOCS.
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 team's season {"teamKey": "449.l.12345.t.3"}
Auth: needs your own key in YAHOO_CLIENT_ID or YAHOO_CLIENT_SECRET or YAHOO_REFRESH_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Leave as json. | json |
| teamKey | Yes | Team key. Required — part of the URL path. |