I'm trying to pull player data for a league matchup without making multiple requests. I'm having a hard time getting multiple sets of data. For instance, I have tried this: http://fantasysports.yahooapis.com/fantasy/v2/teams;team_keys={0};out=roster;week={1}/players/stats;week={1}
This is one example, but I'm having issues with this in other scenarios too. Nothing I try seems to bring back any additional data that the first set of resources. I've also tried this to return the matchup data along with the wins and losses for each team. However, it does not return the team standings data. http://fantasysports.yahooapis.com/fantasy/v2/teams;team_keys={0};out=roster;week={1},standings