{"service":"Fantasy Baseball Command Center API","endpoints":{"proxy":"GET /?url=ENCODED_URL — fetch external APIs (ESPN, MLB, Savant)","read":"GET /data/:key — read stored data","write":"PUT /data/:key — save data (JSON body)","delete":"DELETE /data/:key — delete stored data","nfbcAdp":"GET /nfbc-adp — fetch NFBC ADP data (parsed JSON)","injuries":"GET /espn-injuries — fetch MLB injury data with return dates","scoreboard":"GET /espn-scoreboard?leagueId=X&seasonId=Y — matchup results by week","scoreboardBulk":"GET /espn-scoreboard-bulk?leagueId=X&seasonId=Y — full season (cached in KV)","freeAgents":"GET /espn-free-agents?leagueId=X — top free agents with stats","schedule":"GET /espn-schedule?leagueId=X&seasonId=Y — full season schedule","settings":"GET /espn-settings?leagueId=X — league rules auto-extraction","statcast":"GET /statcast-data?playerId=X&type=batter|pitcher — Statcast data","fangraphsProj":"GET /fangraphs-projections?proj=thebatx&type=bat&teams=14&... — single FG projection","fangraphsBulk":"GET /fangraphs-projections-bulk?systems=thebatx,oopsy,atc&teams=14&... — all systems at once","yahooAuth":"GET /yahoo/auth — initiate Yahoo OAuth 2.0 login","yahooStatus":"GET /yahoo/status — check Yahoo connection status","yahooLeagues":"GET /yahoo/leagues — discover user's MLB fantasy leagues","yahooRosters":"GET /yahoo/rosters?leagueKey=X — fetch all team rosters","yahooStandings":"GET /yahoo/standings?leagueKey=X — fetch league standings","yahooTransactions":"GET /yahoo/transactions?leagueKey=X — fetch recent transactions","yahooDisconnect":"GET /yahoo/disconnect — remove stored Yahoo tokens"}}