yahoo_team
Retrieve a Yahoo fantasy team's metadata: name, manager, waiver priority, FAAB balance, and moves used, by supplying its team key.
Instructions
One team's metadata: name, manager, waiver priority, FAAB balance, moves used.
Returns: {fantasy_content:{team:[[{team_key}, {team_id}, {name}, {waiver_priority}, {faab_balance}, {number_of_moves}, {number_of_trades}, {roster_adds:{coverage_type, value}}, {managers:[…]}]]}} — SHAPE FROM VENDOR DOCS. roster_adds is how many moves have been used against any weekly cap.
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: One team {"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, e.g. '449.l.12345.t.3' (from yahoo_my_teams or yahoo_league_teams). Required — part of the URL path. |