Overall Standings v2.0
| Overall Standings | |
| Resource | |
| Overall Standings | Standings for a fantasy league. |
| HTTP Methods | |
| GET | Retrieve Overall Standings |
| Example | |
| Retrieve overall standings for period 1 | |
| XML field definitions | |
| /overall_standings | A container element for the overall standings. |
| /overall_standings/ | The fantasy game period to which the standings apply, as an integer. |
| /overall_standings/ | A container element for the list of divisions. |
| /overall_standings/ | A container element for the data on a division. |
| /overall_standings/ | The ID of the division. |
| /overall_standings/ | A container element for the teams in a division. |
| /overall_standings/ | A container element for data about a team. |
| /overall_standings/ | The ID of the team. |
| /overall_standings/ | The number of away losses for the team. |
| /overall_standings/ | The number of games the team is behind the division leader. |
| /overall_standings/ | The number of home ties for the team. |
| /overall_standings/ | An abbreviation of the team’s name, as a string with a maximum length of 10 characters. |
| /overall_standings/ | The number of ties for the team. |
| /overall_standings/ | The number of home losses for the team. |
| /overall_standings/ | The number of weeks the team has scored the highest number of fantasy points amongst all teams in the league so far in the season. |
| /overall_standings/ | An abbreviation of the team’s name, as a string with a maximum length of 6 characters. |
| /overall_standings/ | The number of away ties for the team. |
| /overall_standings/ | The number of division wins for the team. |
| /overall_standings/ | The number of losses for the team. |
| /overall_standings/ | The number of wins for the team. |
| /overall_standings/ | An abbreviation of the team’s name, as a string with a maximum length of 3 characters. |
| /overall_standings/ | The number of division ties for the team. |
| /overall_standings/ | The number of points the team is behind the league leader in points scored. |
| /overall_standings/ | Specifies the order they appear in the standings. |
| /overall_standings/ | The number of points the team has scored. |
| /overall_standings/ | The number of points scored against the team. |
| /overall_standings/ | The number of division losses for the team. |
| /overall_standings/ | The name of the team. |
| /overall_standings/ | The URL of the team’s logo. |
| /overall_standings/ | The number of away wins for the team. |
| /overall_standings/ | The team’s current streak, specified as as a string starting with a letter that indicates whether it is a winning streak (W), a ties streak (T) or a losing streak (L), followed by an integer indicating the number of games in the current steak. |
| /overall_standings/ | The number of home wins for the team. |
| /overall_standings/ | The team’s winning percentage, as a decimal value. |
| /overall_standings/ | A container element for a list of teams in the standings. |
| /overall_standings/ | A container element for data about a team. |
| /overall_standings/ | The ID of the team. |
| /overall_standings/ | An abbreviation of the team’s name, as a string with a maximum length of 10 characters. |
| /overall_standings/ | An abbreviation of the team’s name, as a string with a maximum length of 6 characters. |
| /overall_standings/ | Specifies the name of the team. |
| /overall_standings/ | The URL of the team’s logo. |
| /overall_standings/ | An abbreviation of the team’s name, as a string with a maximum length of 3 characters. |
| /overall_standings/ | A container element for the team’s total points. |
| /overall_standings/ | The total number of points the team is behind the leader. |
| /overall_standings/ | The difference between the team’s points in this period and the last period, as a positive or negative number. |
| /overall_standings/ | The total number of points for the team. |
| /overall_standings/ | The total number of points for the team. |
| /overall_standings/ | The rank of the team in the current period. |
| /overall_standings/ | A container element for the batting standings data for a team. |
| /overall_standings/ | How far the team is behind the leader in batting points. |
| /overall_standings/ | The number of batting points for the team in the specified period. |
| /overall_standings/ | The number of batting points for the team in the specified period. |
| /overall_standings/ | The difference between the team’s batting points in this period and the last period, as a positive or negative number. |
| /overall_standings/ | A container element for the breakdown of the batting standings by category. |
| /overall_standings/ | A container element for the breakdown of the batting standings in a category. |
| /overall_standings/ | An abbreviation for the name of the category. |
| /overall_standings/ | The points for the team in this category. |
| /overall_standings/ | The points for the team in this category. |
| /overall_standings/ | The actual value of the team’s statistics in this category. |
| /overall_standings/ | The difference between the team’s points for the current category in this period and the last period, as a positive or negative number. |
| /overall_standings/ | The team’s rank in this category. |
| /overall_standings/ | The team’s rank in batting points. |
| /overall_standings/ | A container element for the pitching standings data for a team. |
| /overall_standings/ | How far the team is behind the leader in pitching points. |
| /overall_standings/ | The number of pitching points for the team in the specified period. |
| /overall_standings/ | The number of pitching points for the team in the specified period. |
| /overall_standings/ | The difference between the team’s pitching points in this period and the last period, as a positive or negative number. |
| /overall_standings/ | A container element for the breakdown of the pitching standings by category. |
| /overall_standings/ | A container element for the breakdown of the pitching standing in a category. |
| /overall_standings/ | An abbreviation for the name of the category. |
| /overall_standings/ | The roto points for the team in this category. |
| /overall_standings/ | The roto points for the team in this category. |
| /overall_standings/ | The actual value of the team’s statistics in this category. |
| /overall_standings/ | The difference between the team’s points for the current category in this period and the last period, as a positive or negative number. |
| /overall_standings/ | The team’s rank in this category. |
| /overall_standings/ | The team’s rank in pitching points. |
GET
Retrieve Overall Standings
URL
http://api.cbssports.com
Parameters
| response_format | (optional) Specifies the format in which the requested resource should be returned. Valid values are XML and JSON. The default is XML. |
| period | (optional) Period number for which standings are requested. Defaults to current period. |
Retrieve overall standings for period 1
Sample URL
http://api.cbssports.com/fantasy/league/standings/overall?version=2.0&period=1
XML Response
Notes: The samples below contains only a few teams in the league. Not all teams are displayed.
Overall Standings for A Head-to-Head League With Multiple Divisions
<?xml version="1.0"?>
<result uriAlias="/league/standings/overall" uri="/league/standings/overall" statusCode="200" statusMessage="OK">
<body>
<overall_standings>
<period>1</period>
<divisions>
<division id="Even">
<teams>
<team id="11">
<away_losses>0</away_losses>
<games_back>0</games_back>
<home_ties>0</home_ties>
<long_abbr>Team Long Abbreviation</long_abbr>
<ties>0</ties>
<home_losses>0</home_losses>
<top_score_weeks>1</top_score_weeks>
<short_name>Team Short Name</short_name>
<away_ties>0</away_ties>
<division_wins>1</division_wins>
<losses>0</losses>
<wins>1</wins>
<abbr>Team Abbreviation</abbr>
<division_ties>0</division_ties>
<points_back>0</points_back>
<order>1</order>
<points_scored>569</points_scored>
<points_against>413</points_against>
<division_losses>0</division_losses>
<name>Team Name</name>
<logo>Team Logo URL</logo>
<away_wins>0</away_wins>
<streak>W1</streak>
<home_wins>1</home_wins>
<winning_pct>1.000</winning_pct>
</team>
<team id="15">
<away_losses>0</away_losses>
<games_back>0</games_back>
<home_ties>0</home_ties>
<long_abbr>Team Long Abbreviation</long_abbr>
<ties>0</ties>
<home_losses>0</home_losses>
<top_score_weeks>0</top_score_weeks>
<short_name>Team Short Name</short_name>
<away_ties>0</away_ties>
<division_wins>0</division_wins>
<losses>0</losses>
<wins>1</wins>
<abbr>Team Abbreviation</abbr>
<division_ties>0</division_ties>
<points_back>84</points_back>
<order>2</order>
<points_scored>485</points_scored>
<points_against>386</points_against>
<division_losses>0</division_losses>
<name>Team Name</name>
<logo>Team Logo URL</logo>
<away_wins>0</away_wins>
<streak>W1</streak>
<home_wins>1</home_wins>
<winning_pct>1.000</winning_pct>
</team>
</teams>
</division>
<division id="Odd">
<teams>
<team id="1">
<away_losses>0</away_losses>
<games_back>0</games_back>
<home_ties>0</home_ties>
<long_abbr>Team Long Abbreviation</long_abbr>
<ties>0</ties>
<home_losses>0</home_losses>
<top_score_weeks>0</top_score_weeks>
<short_name>Team Short Name</short_name>
<away_ties>0</away_ties>
<division_wins>1</division_wins>
<losses>0</losses>
<wins>1</wins>
<abbr>Team Abbreviation</abbr>
<division_ties>0</division_ties>
<points_back>152</points_back>
<order>1</order>
<points_scored>417</points_scored>
<points_against>370</points_against>
<division_losses>0</division_losses>
<name>Team Name</name>
<logo>Team Logo URL</logo>
<away_wins>1</away_wins>
<streak>W1</streak>
<home_wins>0</home_wins>
<winning_pct>1.000</winning_pct>
</team>
<team id="22">
<away_losses>0</away_losses>
<games_back>0</games_back>
<home_ties>0</home_ties>
<long_abbr>Team Long Abbreviation</long_abbr>
<ties>0</ties>
<home_losses>0</home_losses>
<top_score_weeks>0</top_score_weeks>
<short_name>Team Short Name</short_name>
<away_ties>0</away_ties>
<division_wins>1</division_wins>
<losses>0</losses>
<wins>1</wins>
<abbr>Team Abbreviation</abbr>
<division_ties>0</division_ties>
<points_back>165</points_back>
<order>2</order>
<points_scored>404</points_scored>
<points_against>348</points_against>
<division_losses>0</division_losses>
<name>Team Name</name>
<logo>Team Logo URL</logo>
<away_wins>1</away_wins>
<streak>W1</streak>
<home_wins>0</home_wins>
<winning_pct>1.000</winning_pct>
</team>
</teams>
</division>
</divisions>
</overall_standings>
</body>
</result>Overall Standings for a League with Ranked Points Based Scoring System.
<?xml version="1.0"?>
<result uriAlias="/league/standings/overall" uri="/league/standings/overall" statusCode="200" statusMessage="OK">
<body>
<overall_standings>
<period>2</period>
<teams>
<team id="2">
<Total>
<behind>0</behind>
<diff>262.3333</diff>
<points>736</points>
<rank>1</rank>
</Total>
<long_abbr>Team Long Abbr</long_abbr>
<short_name>Team Short Name</short_name>
<Batting>
<points>407</points>
<categories>
<category>
<abbr>BB</abbr>
<value>61</value>
<diff>23</diff>
<points>61</points>
</category>
<category>
<abbr>HR</abbr>
<value>22</value>
<diff>10</diff>
<points>44</points>
</category>
<category>
<abbr>RBI</abbr>
<value>69</value>
<diff>20</diff>
<points>69</points>
</category>
<category>
<abbr>H</abbr>
<value>141</value>
<diff>54</diff>
<points>141</points>
</category>
<category>
<abbr>R</abbr>
<value>70</value>
<diff>28</diff>
<points>70</points>
</category>
<category>
<abbr>SB</abbr>
<value>9</value>
<diff>10</diff>
<points>18</points>
</category>
<category>
<abbr>HP</abbr>
<value>4</value>
<diff>1</diff>
<points>4</points>
</category>
</categories>
</Batting>
<name>Team Name</name>
<logo>Team Logo URL</logo>
<Pitching>
<points>329</points>
<categories>
<category>
<abbr>S</abbr>
<value>8</value>
<diff>0</diff>
<points>80</points>
</category>
<category>
<abbr>K</abbr>
<value>82</value>
<diff>37</diff>
<points>82</points>
</category>
<category>
<abbr>RW</abbr>
<value>1</value>
<diff>-5</diff>
<points>-5</points>
</category>
<category>
<abbr>W</abbr>
<value>7</value>
<diff>40</diff>
<points>70</points>
</category>
<category>
<abbr>INN</abbr>
<value>102.0</value>
<diff>44.3333</diff>
<points>102</points>
</category>
</categories>
</Pitching>
<abbr>Team Abbreviation</abbr>
</team>
<team id="5">
<Total>
<behind>13.6666</behind>
<diff>296.3333</diff>
<points>722.3334</points>
<rank>2</rank>
</Total>
<long_abbr>Team Long Abbreviation</long_abbr>
<short_name>Team Short Name</short_name>
<Batting>
<points>408</points>
<categories>
<category>
<abbr>BB</abbr>
<value>54</value>
<diff>25</diff>
<points>54</points>
</category>
<category>
<abbr>HR</abbr>
<value>16</value>
<diff>14</diff>
<points>32</points>
</category>
<category>
<abbr>RBI</abbr>
<value>77</value>
<diff>34</diff>
<points>77</points>
</category>
<category>
<abbr>H</abbr>
<value>136</value>
<diff>59</diff>
<points>136</points>
</category>
<category>
<abbr>R</abbr>
<value>72</value>
<diff>28</diff>
<points>72</points>
</category>
<category>
<abbr>SB</abbr>
<value>16</value>
<diff>12</diff>
<points>32</points>
</category>
<category>
<abbr>HP</abbr>
<value>5</value>
<diff>2</diff>
<points>5</points>
</category>
</categories>
</Batting>
<name>Team Name</name>
<logo>Team Logo URL</logo>
<Pitching>
<points>314.3334</points>
<categories>
<category>
<abbr>S</abbr>
<value>6</value>
<diff>20</diff>
<points>60</points>
</category>
<category>
<abbr>K</abbr>
<value>95</value>
<diff>39</diff>
<points>95</points>
</category>
<category>
<abbr>RW</abbr>
<value>2</value>
<diff>0</diff>
<points>-10</points>
</category>
<category>
<abbr>W</abbr>
<value>7</value>
<diff>20</diff>
<points>70</points>
</category>
<category>
<abbr>INN</abbr>
<value>99.3</value>
<diff>43.3333</diff>
<points>99.3334</points>
</category>
</categories>
</Pitching>
<abbr>Team Abbr</abbr>
</team>
</teams>
</overall_standings>
</body>
</result>Overall Standings for Roto League
<?xml version="1.0"?>
<result uriAlias="/league/standings/overall" uri="/league/standings/overall" statusCode="200" statusMessage="OK">
<body>
<overall_standings>
<period>1</period>
<teams>
<team id="6">
<Total>
<behind>0</behind>
<roto_points>85.5</roto_points>
<diff>85.5</diff>
<rank>1</rank>
</Total>
<long_abbr>Team Long Abbreviation</long_abbr>
<short_name>Team Short Name</short_name>
<Batting>
<behind>1.5</behind>
<roto_points>45</roto_points>
<diff>45</diff>
<categories>
<category>
<abbr>HR</abbr>
<roto_points>9.5</roto_points>
<value>8</value>
<diff>9.5</diff>
<rank>3</rank>
</category>
<category>
<abbr>RBI</abbr>
<roto_points>4.5</roto_points>
<value>21</value>
<diff>4.5</diff>
<rank>8</rank>
</category>
<category>
<abbr>BA</abbr>
<roto_points>8</roto_points>
<value>0.2895</value>
<diff>8</diff>
<rank>5</rank>
</category>
<category>
<abbr>R</abbr>
<roto_points>12</roto_points>
<value>34</value>
<diff>12</diff>
<rank>1</rank>
</category>
<category>
<abbr>SB</abbr>
<roto_points>11</roto_points>
<value>4</value>
<diff>11</diff>
<rank>1</rank>
</category>
</categories>
<rank>2</rank>
</Batting>
<name>Team Name</name>
<logo>Team Logo URL</logo>
<Pitching>
<behind>4</behind>
<roto_points>40.5</roto_points>
<diff>40.5</diff>
<categories>
<category>
<abbr>S</abbr>
<roto_points>4.5</roto_points>
<value>1</value>
<diff>4.5</diff>
<rank>6</rank>
</category>
<category>
<abbr>W</abbr>
<roto_points>12</roto_points>
<value>5</value>
<diff>12</diff>
<rank>1</rank>
</category>
<category>
<abbr>K</abbr>
<roto_points>8.5</roto_points>
<value>34</value>
<diff>8.5</diff>
<rank>4</rank>
</category>
<category>
<abbr>ERA</abbr>
<roto_points>6</roto_points>
<value>4.413</value>
<diff>6</diff>
<rank>7</rank>
</category>
<category>
<abbr>WHIP</abbr>
<roto_points>9.5</roto_points>
<value>1.1250</value>
<diff>9.5</diff>
<rank>3</rank>
</category>
</categories>
<rank>2</rank>
</Pitching>
<abbr>Team Abbreviation</abbr>
</team>
<team id="2">
<Total>
<behind>3</behind>
<roto_points>82.5</roto_points>
<diff>82.5</diff>
<rank>2</rank>
</Total>
<long_abbr>Team Long Abbreviation</long_abbr>
<short_name>Team Short Name</short_name>
<Batting>
<behind>0</behind>
<roto_points>46.5</roto_points>
<diff>46.5</diff>
<categories>
<category>
<abbr>HR</abbr>
<roto_points>12</roto_points>
<value>10</value>
<diff>12</diff>
<rank>1</rank>
</category>
<category>
<abbr>RBI</abbr>
<roto_points>8</roto_points>
<value>23</value>
<diff>8</diff>
<rank>5</rank>
</category>
<category>
<abbr>BA</abbr>
<roto_points>9</roto_points>
<value>0.3046</value>
<diff>9</diff>
<rank>4</rank>
</category>
<category>
<abbr>R</abbr>
<roto_points>10.5</roto_points>
<value>29</value>
<diff>10.5</diff>
<rank>2</rank>
</category>
<category>
<abbr>SB</abbr>
<roto_points>7</roto_points>
<value>3</value>
<diff>7</diff>
<rank>4</rank>
</category>
</categories>
<rank>1</rank>
</Batting>
<name>Team Name</name>
<logo>Team Logo URL</logo>
<Pitching>
<behind>8.5</behind>
<roto_points>36</roto_points>
<diff>36</diff>
<categories>
<category>
<abbr>S</abbr>
<roto_points>8.5</roto_points>
<value>2</value>
<diff>8.5</diff>
<rank>4</rank>
</category>
<category>
<abbr>W</abbr>
<roto_points>8.5</roto_points>
<value>2</value>
<diff>8.5</diff>
<rank>4</rank>
</category>
<category>
<abbr>K</abbr>
<roto_points>4</roto_points>
<value>23</value>
<diff>4</diff>
<rank>9</rank>
</category>
<category>
<abbr>ERA</abbr>
<roto_points>8</roto_points>
<value>3.506</value>
<diff>8</diff>
<rank>5</rank>
</category>
<category>
<abbr>WHIP</abbr>
<roto_points>7</roto_points>
<value>1.2468</value>
<diff>7</diff>
<rank>6</rank>
</category>
</categories>
<rank>6</rank>
</Pitching>
<abbr>Team Abbreviation</abbr>
</team>
</teams>
</overall_standings>
</body>
</result>JSON Response
Overall standings for a head-to-head league with multiple divisions.
{
"body" : {
"overall_standings" : {
"period" : "1",
"divisions" : [
{
"teams" : [
{
"away_losses" : 0,
"games_back" : 0,
"home_ties" : 0,
"long_abbr" : "Team Long Abbreviation",
"home_losses" : 0,
"top_score_weeks" : "1",
"short_name" : "Team Short Name",
"away_ties" : 0,
"division_wins" : 1,
"losses" : 0,
"wins" : 1,
"abbr" : "Team Abbreviation",
"division_ties" : 0,
"points_back" : 0,
"order" : 1,
"id" : "11",
"points_scored" : "569",
"points_against" : "413",
"division_losses" : 0,
"name" : "Team Name",
"logo" : "Team Logo URL",
"away_wins" : 0,
"streak" : "W1",
"home_wins" : 1,
"winning_pct" : "1.000"
},
{
"away_losses" : 1,
"games_back" : 1,
"home_ties" : 0,
"long_abbr" : "Team Long Abbreviation",
"ties" : 0,
"home_losses" : 0,
"top_score_weeks" : "0",
"short_name" : "Team Short Name",
"away_ties" : 0,
"division_wins" : 0,
"losses" : 1,
"wins" : 0,
"abbr" : "Team Abbreviation",
"division_ties" : 0,
"points_back" : "281",
"order" : 7,
"id" : "18",
"points_scored" : "288",
"points_against" : "418",
"division_losses" : 1,
"name" : "Juuuuuuuuust A Bit Outside",
"logo" : "Team Logo URL",
"away_wins" : 0,
"streak" : "L1",
"home_wins" : 0,
"winning_pct" : "0.000"
}
],
"id" : "Even"
},
{
"teams" : [
{
"away_losses" : 0,
"games_back" : 0,
"home_ties" : 0,
"long_abbr" : "Team Long Abbreviation",
"ties" : 0,
"home_losses" : 0,
"top_score_weeks" : "0",
"short_name" : "Team Short Name",
"away_ties" : 0,
"division_wins" : 1,
"losses" : 0,
"wins" : 1,
"abbr" : "Team Abbreviation",
"division_ties" : 0,
"points_back" : "152",
"order" : 1,
"id" : "1",
"points_scored" : "417",
"points_against" : "370",
"division_losses" : 0,
"name" : "Team Name",
"logo" : "Team Logo URL",
"away_wins" : 1,
"streak" : "W1",
"home_wins" : 0,
"winning_pct" : "1.000"
},
{
"away_losses" : 1,
"games_back" : 1,
"home_ties" : 0,
"long_abbr" : "Team Long Abbreviation",
"ties" : 0,
"home_losses" : 0,
"top_score_weeks" : "0",
"short_name" : "Team Short Name",
"away_ties" : 0,
"division_wins" : 0,
"losses" : 1,
"wins" : 0,
"abbr" : "Team Abbreviation",
"division_ties" : 0,
"points_back" : "238",
"order" : 7,
"id" : "8",
"points_scored" : "331",
"points_against" : "393",
"division_losses" : 1,
"name" : "Team Name",
"logo" : "Team Logo URL",
"away_wins" : 0,
"streak" : "L1",
"home_wins" : 0,
"winning_pct" : "0.000"
}
],
"id" : "Odd"
}
]
}
},
"uriAlias" : "/league/standings/overall",
"statusMessage" : "OK",
"uri" : "/league/standings/overall",
"statusCode" : 200
}Overall standings for a league with ranked points based scoring system.
{
"body" : {
"overall_standings" : {
"period" : "1",
"teams" : [
{
"Total" : {
"behind" : 0,
"diff" : "473.6667",
"points" : "473.6667",
"rank" : 1
},
"long_abbr" : "Team Long Abbreviation",
"short_name" : "Team Short Name",
"Batting" : {
"points" : "261",
"categories" : [
{
"abbr" : "BB",
"value" : 38,
"diff" : 38,
"points" : 38
},
{
"abbr" : "HR",
"value" : 17,
"diff" : 34,
"points" : 34
},
{
"abbr" : "RBI",
"value" : 49,
"diff" : 49,
"points" : 49
},
{
"abbr" : "H",
"value" : 87,
"diff" : 87,
"points" : 87
},
{
"abbr" : "R",
"value" : 42,
"diff" : 42,
"points" : 42
},
{
"abbr" : "SB",
"value" : 4,
"diff" : 8,
"points" : 8
},
{
"abbr" : "HP",
"value" : 3,
"diff" : 3,
"points" : 3
}
]
},
"name" : "Team Name",
"logo" : "Team Logo URL",
"Pitching" : {
"points" : "212.6667",
"categories" : [
{
"abbr" : "S",
"value" : 8,
"diff" : 80,
"points" : 80
},
{
"abbr" : "K",
"value" : 45,
"diff" : 45,
"points" : 45
},
{
"abbr" : "W",
"value" : 3,
"diff" : 30,
"points" : 30
},
{
"abbr" : "INN",
"value" : "57.7",
"diff" : "57.6667",
"points" : "57.6667"
}
]
},
"abbr" : "Ind",
"id" : "2"
},
{
"Total" : {
"behind" : "117.6667",
"diff" : "356.0000",
"points" : "356",
"rank" : 10
},
"long_abbr" : "Team Long Abbreviation",
"short_name" : "Team Short Name",
"Batting" : {
"points" : "202",
"categories" : [
{
"abbr" : "BB",
"value" : 28,
"diff" : 28,
"points" : 28
},
{
"abbr" : "HR",
"value" : 13,
"diff" : 26,
"points" : 26
},
{
"abbr" : "RBI",
"value" : 40,
"diff" : 40,
"points" : 40
},
{
"abbr" : "H",
"value" : 55,
"diff" : 55,
"points" : 55
},
{
"abbr" : "R",
"value" : 41,
"diff" : 41,
"points" : 41
},
{
"abbr" : "SB",
"value" : 5,
"diff" : 10,
"points" : 10
},
{
"abbr" : "HP",
"value" : 2,
"diff" : 2,
"points" : 2
}
]
},
"name" : "Team Name",
"logo" : "Team Logo URL",
"Pitching" : {
"points" : "154",
"categories" : [
{
"abbr" : "S",
"value" : 5,
"diff" : 50,
"points" : 50
},
{
"abbr" : "K",
"value" : 39,
"diff" : 39,
"points" : 39
},
{
"abbr" : "W",
"value" : 1,
"diff" : 10,
"points" : 10
},
{
"abbr" : "INN",
"value" : "55.0",
"diff" : 55,
"points" : 55
}
]
},
"abbr" : "Ray",
"id" : "12"
}
]
}
},
"uriAlias" : "/league/standings/overall",
"statusMessage" : "OK",
"uri" : "/league/standings/overall",
"statusCode" : 200
}Overall Standings for Roto League
{
"body" : {
"overall_standings" : {
"period" : "1",
"teams" : [
{
"Total" : {
"behind" : 0,
"roto_points" : "85.5",
"diff" : "85.5",
"rank" : 1
},
"long_abbr" : "Team Long Abbreviation",
"short_name" : "Team Short Name",
"Batting" : {
"behind" : "1.5",
"roto_points" : "45",
"diff" : 45,
"categories" : [
{
"abbr" : "HR",
"roto_points" : "9.5",
"value" : 8,
"diff" : "9.5",
"rank" : 3
},
{
"abbr" : "RBI",
"roto_points" : "4.5",
"value" : 21,
"diff" : "4.5",
"rank" : 8
},
{
"abbr" : "BA",
"roto_points" : 8,
"value" : "0.2895",
"diff" : 8,
"rank" : 5
},
{
"abbr" : "R",
"roto_points" : 12,
"value" : 34,
"diff" : 12,
"rank" : 1
},
{
"abbr" : "SB",
"roto_points" : 11,
"value" : 4,
"diff" : 11,
"rank" : 1
}
],
"rank" : 2
},
"name" : "Team Name",
"logo" : "Team Logo URL",
"Pitching" : {
"behind" : 4,
"roto_points" : "40.5",
"diff" : "40.5",
"categories" : [
{
"abbr" : "S",
"roto_points" : "4.5",
"value" : 1,
"diff" : "4.5",
"rank" : 6
},
{
"abbr" : "W",
"roto_points" : 12,
"value" : 5,
"diff" : 12,
"rank" : 1
},
{
"abbr" : "K",
"roto_points" : "8.5",
"value" : 34,
"diff" : "8.5",
"rank" : 4
},
{
"abbr" : "ERA",
"roto_points" : 6,
"value" : "4.413",
"diff" : 6,
"rank" : 7
},
{
"abbr" : "WHIP",
"roto_points" : "9.5",
"value" : "1.1250",
"diff" : "9.5",
"rank" : 3
}
],
"rank" : 2
},
"abbr" : "Team Abbreviation",
"id" : "6"
},
{
"Total" : {
"behind" : "49.5",
"roto_points" : "36",
"diff" : 36,
"rank" : 12
},
"long_abbr" : "Team Long Abbreviation",
"short_name" : "Team Short Name",
"Batting" : {
"behind" : 31,
"roto_points" : "15.5",
"diff" : "15.5",
"categories" : [
{
"abbr" : "HR",
"roto_points" : "1.5",
"value" : 2,
"diff" : "1.5",
"rank" : 11
},
{
"abbr" : "RBI",
"roto_points" : 1,
"value" : 12,
"diff" : 1,
"rank" : 12
},
{
"abbr" : "BA",
"roto_points" : 1,
"value" : "0.2160",
"diff" : 1,
"rank" : 12
},
{
"abbr" : "R",
"roto_points" : 5,
"value" : 22,
"diff" : 5,
"rank" : 8
},
{
"abbr" : "SB",
"roto_points" : 7,
"value" : 3,
"diff" : 7,
"rank" : 4
}
],
"rank" : 12
},
"name" : "Team Name",
"logo" : "Team Logo URL",
"Pitching" : {
"behind" : 24,
"roto_points" : "20.5",
"diff" : "20.5",
"categories" : [
{
"abbr" : "S",
"roto_points" : "4.5",
"value" : 1,
"diff" : "4.5",
"rank" : 6
},
{
"abbr" : "W",
"roto_points" : 4,
"value" : 1,
"diff" : 4,
"rank" : 6
},
{
"abbr" : "K",
"roto_points" : 7,
"value" : 29,
"diff" : 7,
"rank" : 6
},
{
"abbr" : "ERA",
"roto_points" : 3,
"value" : "5.786",
"diff" : 3,
"rank" : 10
},
{
"abbr" : "WHIP",
"roto_points" : 2,
"value" : "1.5804",
"diff" : 2,
"rank" : 11
}
],
"rank" : 11
},
"abbr" : "Team Abbreviation",
"id" : "13"
}
]
}
},
"uriAlias" : "/league/standings/overall",
"statusMessage" : "OK",
"uri" : "/league/standings/overall",
"statusCode" : 200
}/overall_standings/divisions/division/teams/team/@id
The ID of the team. To get a list of fantasy team IDs, request the Fantasy Teams resource.
/overall_standings/teams/team/@id
The ID of the team. To get a list of fantasy team IDs, request the Fantasy Teams resource.
/overall_standings/teams/team/Batting/categories/category/abbr
An abbreviation for the name of the category. You can get a list of statistical categories by requesting the Stats Categories resource. Only available for ranked and roto leagues.
/overall_standings/teams/team/Pitching/categories/category/abbr
An abbreviation for the name of the category. You can get a list of statistical categories by requesting the Stats Categories resource. Only available for ranked and roto leagues.
