Using the YQL console, the following query
select * from fantasysports.games where game_key="258"
I get these results...
<game_key>258</game_key> <game_id>258</game_id> <name>Pro Football Pick'em</name> <code>nflp</code> <type>pickem-group</type> <url>http://football.fantasysports.yahoo.com/pickem</url> <season>2011</season>However none of my other queries return anything if I try to query my league or standings.Can this be exposed in the API???Thanks!