Subresource to provide ranking of teams within the league. Users must be authenticated and a member of the league to query against private leagues.
Please note that in the sample output below, the user's nicknames are automatically marked as '--hidden--', if you are not authorized and/or not in the league.
const YahooFantasy = require('yahoo-fantasy');
const yf = new YahooFantasy(
Y!APPLICATION_KEY,
Y!APPLICATION_SECRET,
tokenCallbackFn, // optional
redirectUri // optional
);
yf.setUserToken(
Y!OAuthAccessToken
);
// promise based
try {
const standings = await yf.league.standings(league_key);
} catch (e) {
// handle error
}
// callback based
yf.league.standings(league_key, callbackFn);
{
"league_key": "308.l.51222",
"league_id": "51222",
"name": "Freddy Beach Baseball",
"url": "http://baseball.fantasysports.yahoo.com/archive/mlb/2013/51222",
"draft_status": "postdraft",
"num_teams": 12,
"edit_key": "2014-11-14",
"weekly_deadline": "intraday",
"league_update_timestamp": "1380528992",
"scoring_type": "head",
"league_type": "private",
"renew": "268_46504",
"renewed": "328_34014",
"short_invitation_url": false,
"is_pro_league": "0",
"current_week": "25",
"start_week": "1",
"start_date": "2013-03-31",
"end_week": "25",
"end_date": "2013-09-29",
"is_finished": 1,
"standings": [
{
"team_key": "308.l.51222.t.1",
"team_id": "1",
"name": "ChicksDigTheLongBall",
"url": "http://baseball.fantasysports.yahoo.com/archive/mlb/2013/51222/1",
"team_logo": "http://l.yimg.com/dh/ap/fantasy/img/mlb/icon_6_lg.gif",
"waiver_priority": 9,
"number_of_moves": "31",
"number_of_trades": "1",
"clinched_playoffs": 1,
"managers": [
{
"manager_id": "1",
"nickname": "--hidden--",
"guid": "RYWP7M53IC626MGOX36ZWCM4FA",
"is_commissioner": "1"
}
],
"standings": {
"rank": 1,
"outcome_totals": {
"wins": "106",
"losses": "98",
"ties": "16",
"percentage": ".518"
},
"games_back": "17.5"
}
},
{
"team_key": "308.l.51222.t.10",
"team_id": "10",
"name": "Bronx Bombers",
"url": "http://baseball.fantasysports.yahoo.com/archive/mlb/2013/51222/10",
"team_logo": "http://l.yimg.com/dh/ap/fantasy/img/profile_96.png",
"waiver_priority": 7,
"number_of_moves": "31",
"number_of_trades": "3",
"clinched_playoffs": 1,
"managers": [
{
"manager_id": "10",
"nickname": "--hidden--",
"guid": "TFQ27G3QYLXC46WOKKFGSDX2JE"
}
],
"standings": {
"rank": 2,
"outcome_totals": {
"wins": "104",
"losses": "99",
"ties": "17",
"percentage": ".511"
},
"games_back": "19"
}
},
{
"team_key": "308.l.51222.t.11",
"team_id": "11",
"name": "Giancarlo Kilburn",
"url": "http://baseball.fantasysports.yahoo.com/archive/mlb/2013/51222/11",
"team_logo": "http://l.yimg.com/dh/ap/fantasy/img/profile_96.png",
"waiver_priority": 1,
"number_of_moves": "29",
"number_of_trades": "1",
"clinched_playoffs": 1,
"managers": [
{
"manager_id": "11",
"nickname": "--hidden--",
"guid": "JAJUZNSZORWFAP7UINDBTUWZ2A"
}
],
"standings": {
"rank": 3,
"outcome_totals": {
"wins": "127",
"losses": "84",
"ties": "9",
"percentage": ".598"
},
"games_back": "-"
}
},
{
"team_key": "308.l.51222.t.7",
"team_id": "7",
"name": "SALEBOAT",
"url": "http://baseball.fantasysports.yahoo.com/archive/mlb/2013/51222/7",
"team_logo": "https://i.imgur-ysports.com/k9xxNC8y.jpg",
"waiver_priority": 4,
"number_of_moves": "16",
"number_of_trades": "2",
"clinched_playoffs": 1,
"managers": [
{
"manager_id": "7",
"nickname": "--hidden--",
"guid": "APYOZ4FEZELDRTK3F3FEBYTDPY"
}
],
"standings": {
"rank": 4,
"outcome_totals": {
"wins": "119",
"losses": "84",
"ties": "17",
"percentage": ".580"
},
"games_back": "4"
}
},
{
"team_key": "308.l.51222.t.4",
"team_id": "4",
"name": "The Beetle Bunch",
"url": "http://baseball.fantasysports.yahoo.com/archive/mlb/2013/51222/4",
"team_logo": "http://l.yimg.com/dh/ap/fantasy/img/mlb/icon_11_lg.gif",
"waiver_priority": 11,
"number_of_moves": "24",
"number_of_trades": "2",
"clinched_playoffs": 1,
"managers": [
{
"manager_id": "4",
"nickname": "--hidden--",
"guid": "FI4ZS2L24CX4SD4F72MTL6O6QE"
}
],
"standings": {
"rank": 5,
"outcome_totals": {
"wins": "113",
"losses": "93",
"ties": "14",
"percentage": ".545"
},
"games_back": "11.5"
}
},
{
"team_key": "308.l.51222.t.9",
"team_id": "9",
"name": "BaseOnBalls",
"url": "http://baseball.fantasysports.yahoo.com/archive/mlb/2013/51222/9",
"team_logo": "http://l.yimg.com/dh/ap/fantasy/img/mlb/icon_12_lg.gif",
"waiver_priority": 6,
"number_of_moves": "23",
"number_of_trades": "2",
"clinched_playoffs": 1,
"managers": [
{
"manager_id": "9",
"nickname": "--hidden--",
"guid": "USBPVWVCNM4RNPGM4ZGZRQS7MQ"
}
],
"standings": {
"rank": 6,
"outcome_totals": {
"wins": "96",
"losses": "105",
"ties": "19",
"percentage": ".480"
},
"games_back": "26"
}
},
{
"team_key": "308.l.51222.t.5",
"team_id": "5",
"name": "Human Centipuig",
"url": "http://baseball.fantasysports.yahoo.com/archive/mlb/2013/51222/5",
"team_logo": "http://l.yimg.com/dh/ap/fantasy/img/mlb/icon_1_lg.gif",
"waiver_priority": 3,
"number_of_moves": "20",
"number_of_trades": 0,
"clinched_playoffs": 1,
"managers": [
{
"manager_id": "5",
"nickname": "--hidden--",
"guid": "43VCZ4PSCQWJEKA2UEDRIZ65JQ"
}
],
"standings": {
"rank": 7,
"outcome_totals": {
"wins": "113",
"losses": "84",
"ties": "23",
"percentage": ".566"
},
"games_back": "7"
}
},
{
"team_key": "308.l.51222.t.8",
"team_id": "8",
"name": "Jays of Thunder",
"url": "http://baseball.fantasysports.yahoo.com/archive/mlb/2013/51222/8",
"team_logo": "http://l.yimg.com/dh/ap/fantasy/img/profile_96.png",
"waiver_priority": 10,
"number_of_moves": "31",
"number_of_trades": "4",
"clinched_playoffs": 1,
"managers": [
{
"manager_id": "8",
"nickname": "--hidden--",
"guid": "5DNOGI6CO6Y6GDZCRICACC6YFE"
}
],
"standings": {
"rank": 8,
"outcome_totals": {
"wins": "96",
"losses": "110",
"ties": "14",
"percentage": ".468"
},
"games_back": "28.5"
}
},
{
"team_key": "308.l.51222.t.6",
"team_id": "6",
"name": "Deep In To The Night",
"url": "http://baseball.fantasysports.yahoo.com/archive/mlb/2013/51222/6",
"team_logo": "http://l.yimg.com/dh/ap/fantasy/img/profile_96.png",
"waiver_priority": 8,
"number_of_moves": "26",
"number_of_trades": 0,
"managers": [
{
"manager_id": "6",
"nickname": "--hidden--",
"guid": "GNNX2ZSNVAWRAWXNR7GSXGCXIY"
}
],
"standings": {
"rank": "9",
"outcome_totals": {
"wins": "95",
"losses": "116",
"ties": "9",
"percentage": ".452"
},
"games_back": "32"
}
},
{
"team_key": "308.l.51222.t.3",
"team_id": "3",
"name": "Nino Something",
"url": "http://baseball.fantasysports.yahoo.com/archive/mlb/2013/51222/3",
"team_logo": "http://l.yimg.com/dh/ap/fantasy/img/mlb/icon_10_lg.gif",
"waiver_priority": 5,
"number_of_moves": "27",
"number_of_trades": "3",
"managers": [
{
"manager_id": "3",
"nickname": "--hidden--",
"guid": "HF2I4HQA4LCNT7AHXJXWVEXOEQ"
}
],
"standings": {
"rank": "10",
"outcome_totals": {
"wins": "92",
"losses": "116",
"ties": "12",
"percentage": ".445"
},
"games_back": "33.5"
}
},
{
"team_key": "308.l.51222.t.12",
"team_id": "12",
"name": "TNTNT",
"url": "http://baseball.fantasysports.yahoo.com/archive/mlb/2013/51222/12",
"team_logo": "http://l.yimg.com/dh/ap/fantasy/img/mlb/icon_1_lg.gif",
"waiver_priority": 12,
"number_of_moves": "24",
"number_of_trades": 0,
"managers": [
{
"manager_id": "12",
"nickname": "--hidden--",
"guid": "3TORY3MNIUTVTE4LGFNECRT4VA"
}
],
"standings": {
"rank": "11",
"outcome_totals": {
"wins": "85",
"losses": "119",
"ties": "16",
"percentage": ".423"
},
"games_back": "38.5"
}
},
{
"team_key": "308.l.51222.t.2",
"team_id": "2",
"name": "Cellar Dwellers",
"url": "http://baseball.fantasysports.yahoo.com/archive/mlb/2013/51222/2",
"team_logo": "http://l.yimg.com/dh/ap/fantasy/img/mlb/icon_1_lg.gif",
"waiver_priority": 2,
"number_of_moves": "21",
"number_of_trades": "2",
"managers": [
{
"manager_id": "2",
"nickname": "--hidden--",
"guid": "S2YGZELAJVUBSWHGSXGKNTEBVQ"
}
],
"standings": {
"rank": "12",
"outcome_totals": {
"wins": "84",
"losses": "122",
"ties": "14",
"percentage": ".414"
},
"games_back": "40.5"
}
}
]
}