Hate to bump old threads, but this has almost exactly what I am looking for. I see you can sort by OR, but how would I, or can I, sort by S? If I can't, is there a way to query where S < 10?
Thanks
By S, do you mean the season rank? I think something like this would work:
CODE
http://fantasysports.yahooapis.com/fantasy/v2/league/<league_key>/players;count=25;sort=AR;sort_type=season;sort_season=2010
AR is...well, one of our rank types, I'm not even sure what it stands for. If you actually look at the players page on the site for one of your leagues, you'll see that when you sort by various columns, we append a "sort" parameter to the URL. Those same sort keys should actually generally work within the webservices, if you pass them as the sort parameter like above. (I also pointed the sort season back to last year because the data is more interesting)