BUMP.
After reviewing the I still don't see an answer on how to access things like innings pitched and games played in season standings. I have found that in YQL I can get it for a single day. Such as this query:
select * from fantasysports.teams.stats where team_key='253.l.2349.t.3' and stats_type='date' and stats_date='2011-07-17'
The stat_id of 50 shows me innings pitched. But I can't seem to figure out how to get the same thing for a season.
Thanks.
Well...hm. We actually seem to be explicitly choosing to show only scoring stat IDs for team stats in the season context, instead of also trying to interlace display stats in there as well. I'm not quite sure what that is, though I guess I'd also know that H/AB doesn't actually work in the season context if I just change the code to also show the display stats, so maybe that has something to do with it. I can try to play around with it, not sure if I can guarantee any fixes without eventually needing to implement the whole "be able to ask for arbitrary stat IDs" solution that has been mentioned in another thread.