Situational Stats v2.0

Summary
Situational Stats
Resource
Situational StatsStatistics a player has averaged over a span of 5 games in a specific situation.
Change Log
January 15, 2013
HTTP Methods
GETRetrieve Situational Stats for players
Exceptions
Following list of exceptions will be returned
Example
Retrieve Situational Stats for players
XML field definitions
/situational_statsA container element for Situational Stats.
/situational_stats/situationsA container element for a list of situations.
/situational_stats/situations/situationA container element for data for a specific situation.
/situational_stats/situations/situation/abbrThe abbreviation of the situation.
/situational_stats/situations/situation/labelThe display label for a situation.
/situational_stats/situations/situation/playersA container element for a list of players.
/situational_stats/situations/situation/players/playerA container for a player’s data.
/situational_stats/situations/situation/players/player/@idID of a player.
/situational_stats/situations/situation/players/player/nameA player’s full name.
/situational_stats/situations/situation/players/player/positionAn abbreviation for the primary position of the player.
/situational_stats/situations/situation/players/player/pro_teamAn abbreviation for the player’s pro team.
/situational_stats/situations/situation/players/player/situationThe display label for a situation as it applies to a specific player.
/situational_stats/situations/situation/players/player/statsA container element for a list of stats for a player.
/situational_stats/situations/situation/players/player/stats/statAn individual stat.
/situational_stats/situations/situation/players/player/stats/stat/@abbrThe abbreviation of the stats category.

Resource

Situational Stats

Description

Statistics a player has averaged over a span of 5 games in a specific situation.  Stats can be requested for either a single situation or all situations.

Change Log

January 15, 2013

  • Added exceptions
  • Added support for baseball

HTTP Methods

GET

Retrieve Situational Stats for players

URL

http://api.cbssports.com/fantasy/stats/situational-stats?version=2.0

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.
timeframe(optional, defaults to current year) Year in YYYY format for which the stats are being requested.  Valid years are 2011 through the current year.
player_id(required) A comma-delimited list of players situational stats are being requested for.
situation(optional, defaults to all) The situation for which stats are being requested.  Possible values are as follows.
  • win-loss - After Win or Loss
  • home-road - At Home or On Road
  • venue - At a specific venue
  • conf - In or Out of Conference
  • div - In our Out of Division
  • playing-surface - On Grass or Turf
  • overall - Overall
  • vs-opponent - versus a certain opponent
  • postseason - Post Season
  • league - In or Out of League (Baseball Only)
  • day-night - Day or Night Game (Baseball Only)

Exceptions

Following list of exceptions will be returned

  • type: missing_parameter, msg: Missing Required Parameter player_id
  • type: invalid_player_id, msg: Invalid player_id <player_id>
  • type: invalid_parameter, msg: Parameter situation: <situation> is invalid

Example

Retrieve Situational Stats for players

Sample URL

http://api.cbssports.com/fantasy/stats/situational-stats?version=2.0&player_id=187741&timeframe=2011&situation=all

XML Response

<?xml version="1.0"?>
<result uriAlias="/stats/situational-stats" uri="/stats/situational-stats" statusCode="200" statusMessage="OK">
  <body>
    <situational_stats>
      <situations>
        <situation>
          <abbr>conf</abbr>
          <players>
            <player id="187741">
              <situation>Out Conf</situation>
              <stats>
            <stat abbr="CmpPct">62.7</stat>
        <stat abbr="CmpPctMin">62.7</stat>
        <stat abbr="DFRLg">-127</stat>
        <stat abbr="DFTD">0</stat>
        <stat abbr="DSTPA">0.0</stat>
        <stat abbr="DTD">0</stat>
        <stat abbr="FGLg">-127</stat>
        <stat abbr="FL">0.2</stat>
        <stat abbr="FPTS">25</stat>
        <stat abbr="G">5</stat>
        <stat abbr="GS">5</stat>
        <stat abbr="IFRTD">0</stat>
        <stat abbr="IFRTDY"></stat>
        <stat abbr="IKRTD"></stat>
        <stat abbr="IKRTDY"></stat>
        <stat abbr="IKRYd"></stat>
        <stat abbr="IPRTD"></stat>
        <stat abbr="IPRTDY"></stat>
        <stat abbr="IPRYd"></stat>
        <stat abbr="IntLg">-127</stat>
        <stat abbr="KRLg">-127</stat>
        <stat abbr="MFG">0</stat>
        <stat abbr="MXP">0</stat>
        <stat abbr="OFR">0.2</stat>
        <stat abbr="OPP">.</stat>
        <stat abbr="PLg">-127</stat>
        <stat abbr="PRLg">-127</stat>
        <stat abbr="PaAtt">37.0</stat>
        <stat abbr="PaCmp">23.2</stat>
        <stat abbr="PaFD">15.0</stat>
        <stat abbr="PaFDPct">64.7</stat>
        <stat abbr="PaInt">1.0</stat>
        <stat abbr="PaLg">63</stat>
        <stat abbr="PaNet">37.0</stat>
        <stat abbr="PaNetA">0.0</stat>
        <stat abbr="PaRuYd">314</stat>
        <stat abbr="PaTD">2.4</stat>
        <stat abbr="PaYd">302.4</stat>
        <stat abbr="PenA">0.2</stat>
        <stat abbr="PenYdA">1.0</stat>
        <stat abbr="Rate">98.8</stat>
        <stat abbr="RateMin">98.8</stat>
        <stat abbr="ReAvg">0</stat>
        <stat abbr="ReFDPct">0</stat>
        <stat abbr="ReLg">-127</stat>
        <stat abbr="RuAtt">2.8</stat>
        <stat abbr="RuAvg">4.1</stat>
        <stat abbr="RuAvgMin">4.1</stat>
        <stat abbr="RuFD">1.4</stat>
        <stat abbr="RuFDPct">50.0</stat>
        <stat abbr="RuLg">13</stat>
        <stat abbr="RuReYd">11.6</stat>
        <stat abbr="RuYd">11.6</stat>
        <stat abbr="STTD">0</stat>
        <stat abbr="Sacked">2.0</stat>
        <stat abbr="TF">0.4</stat>
        <stat abbr="TP">14.4</stat>
        <stat abbr="TYdA">0</stat>
        <stat abbr="TarPct">0</stat>
        <stat abbr="TotYd">314</stat>
        <stat abbr="YAtt">8.2</stat>
        <stat abbr="YDS">0</stat>
        </stats>
              <position>QB</position>
              <name>Tom Brady</name>
              <pro_team>NE</pro_team>
            </player>
          </players>
          <label>In/Out Conf</label>
        </situation>
        <situation>
          <abbr>div</abbr>
          <players>
            <player id="187741">
              <situation>Out Div</situation>
              <stats>
            <stat abbr="CmpPct">66.5</stat>
        <stat abbr="CmpPctMin">66.5</stat>
        <stat abbr="DFRLg">-127</stat>
        <stat abbr="DFTD">0</stat>
        <stat abbr="DSTPA">0.0</stat>
        <stat abbr="DTD">0</stat>
        <stat abbr="FGLg">-127</stat>
        <stat abbr="FL">0.2</stat>
        <stat abbr="FPTS">27.8</stat>
        <stat abbr="G">5</stat>
        <stat abbr="GS">5</stat>
        <stat abbr="IFRTD">0</stat>
        <stat abbr="IFRTDY"></stat>
        <stat abbr="IKRTD"></stat>
        <stat abbr="IKRTDY"></stat>
        <stat abbr="IKRYd"></stat>
        <stat abbr="IPRTD"></stat>
        <stat abbr="IPRTDY"></stat>
        <stat abbr="IPRYd"></stat>
        <stat abbr="IntLg">-127</stat>
        <stat abbr="KRLg">-127</stat>
        <stat abbr="MFG">0</stat>
        <stat abbr="MXP">0</stat>
        <stat abbr="OFR">0.2</stat>
        <stat abbr="OPP">.</stat>
        <stat abbr="PLg">-127</stat>
        <stat abbr="PRLg">-127</stat>
        <stat abbr="PaAtt">34.0</stat>
        <stat abbr="PaCmp">22.6</stat>
        <stat abbr="PaFD">15.6</stat>
        <stat abbr="PaFDPct">69.0</stat>
        <stat abbr="PaInt">0.2</stat>
        <stat abbr="PaLg">63</stat>
        <stat abbr="PaNet">34.0</stat>
        <stat abbr="PaNetA">0.0</stat>
        <stat abbr="PaRuYd">323.2</stat>
        <stat abbr="PaTD">2.4</stat>
        <stat abbr="PaYd">312.2</stat>
        <stat abbr="PenA">0.4</stat>
        <stat abbr="PenYdA">3.0</stat>
        <stat abbr="Rate">116.8</stat>
        <stat abbr="RateMin">116.8</stat>
        <stat abbr="ReAvg">0</stat>
        <stat abbr="ReFDPct">0</stat>
        <stat abbr="ReLg">-127</stat>
        <stat abbr="RuAtt">4.0</stat>
        <stat abbr="RuAvg">2.8</stat>
        <stat abbr="RuAvgMin">2.8</stat>
        <stat abbr="RuFD">1.6</stat>
        <stat abbr="RuFDPct">40.0</stat>
        <stat abbr="RuLg">13</stat>
        <stat abbr="RuReYd">11</stat>
        <stat abbr="RuTD">0.2</stat>
        <stat abbr="RuYd">11.0</stat>
        <stat abbr="STTD">0</stat>
        <stat abbr="Sacked">1.6</stat>
        <stat abbr="TF">0.4</stat>
        <stat abbr="TP">15.6</stat>
        <stat abbr="TYdA">0</stat>
        <stat abbr="TarPct">0</stat>
        <stat abbr="TotYd">323.2</stat>
        <stat abbr="YAtt">9.2</stat>
        <stat abbr="YDS">0</stat>
        </stats>
              <position>QB</position>
              <name>Tom Brady</name>
              <pro_team>NE</pro_team>
            </player>
          </players>
          <label>In/Out Div</label>
        </situation>
        <situation>
          <abbr>home-road</abbr>
          <players>
            <player id="187741">
              <situation>Road</situation>
              <stats>
        <stat abbr="CmpPct">66.5</stat>
        <stat abbr="CmpPctMin">66.5</stat>
        <stat abbr="DFRLg">-127</stat>
        <stat abbr="DFTD">0</stat>
        <stat abbr="DSTPA">0.0</stat>
        <stat abbr="DTD">0</stat>
        <stat abbr="FGLg">-127</stat>
        <stat abbr="FPTS">28.4</stat>
        <stat abbr="G">5</stat>
        <stat abbr="GS">5</stat>
        <stat abbr="IFRTD">0</stat>
        <stat abbr="IFRTDY"></stat>
        <stat abbr="IKRTD"></stat>
        <stat abbr="IKRTDY"></stat>
        <stat abbr="IKRYd"></stat>
        <stat abbr="IPRTD"></stat>
        <stat abbr="IPRTDY"></stat>
        <stat abbr="IPRYd"></stat>
        <stat abbr="IntLg">-127</stat>
        <stat abbr="KRLg">-127</stat>
        <stat abbr="MFG">0</stat>
        <stat abbr="MXP">0</stat>
        <stat abbr="OFR">0.4</stat>
        <stat abbr="OPP">.</stat>
        <stat abbr="PLg">-127</stat>
        <stat abbr="PRLg">-127</stat>
        <stat abbr="PaAtt">35.8</stat>
        <stat abbr="PaCmp">23.8</stat>
        <stat abbr="PaFD">15.2</stat>
        <stat abbr="PaFDPct">63.9</stat>
        <stat abbr="PaInt">0.2</stat>
        <stat abbr="PaLg">63</stat>
        <stat abbr="PaNet">35.8</stat>
        <stat abbr="PaNetA">0.0</stat>
        <stat abbr="PaRuYd">321</stat>
        <stat abbr="PaTD">2.6</stat>
        <stat abbr="PaYd">313.0</stat>
        <stat abbr="PenA">0.4</stat>
        <stat abbr="PenYdA">2.0</stat>
        <stat abbr="Rate">115.8</stat>
        <stat abbr="RateMin">115.8</stat>
        <stat abbr="ReAvg">0</stat>
        <stat abbr="ReFDPct">0</stat>
        <stat abbr="ReLg">-127</stat>
        <stat abbr="RuAtt">3.6</stat>
        <stat abbr="RuAvg">2.2</stat>
        <stat abbr="RuAvgMin">2.2</stat>
        <stat abbr="RuFD">1.2</stat>
        <stat abbr="RuFDPct">33.3</stat>
        <stat abbr="RuLg">13</stat>
        <stat abbr="RuReYd">8</stat>
        <stat abbr="RuTD">0.2</stat>
        <stat abbr="RuYd">8.0</stat>
        <stat abbr="STTD">0</stat>
        <stat abbr="Sacked">1.4</stat>
        <stat abbr="TF">0.6</stat>
        <stat abbr="TP">16.8</stat>
        <stat abbr="TYdA">0</stat>
        <stat abbr="TarPct">0</stat>
        <stat abbr="TotYd">321</stat>
        <stat abbr="YAtt">8.7</stat>
        <stat abbr="YDS">0</stat>
        </stats>
              <position>QB</position>
              <name>Tom Brady</name>
              <pro_team>NE</pro_team>
            </player>
          </players>
          <label>At Home/On Road</label>
        </situation>
        <situation>
          <abbr>overall</abbr>
          <players>
            <player id="187741">
              <situation>Overall</situation>
              <stats>
        <stat abbr="CmpPct">65.3</stat>
        <stat abbr="CmpPctMin">65.3</stat>
        <stat abbr="DFRLg">-127</stat>
        <stat abbr="DFTD">0</stat>
        <stat abbr="DSTPA">0.0</stat>
        <stat abbr="DTD">0</stat>
        <stat abbr="FGLg">-127</stat>
        <stat abbr="FPTS">28</stat>
        <stat abbr="G">5</stat>
        <stat abbr="GS">5</stat>
        <stat abbr="IFRTD">0</stat>
        <stat abbr="IFRTDY"></stat>
        <stat abbr="IKRTD"></stat>
        <stat abbr="IKRTDY"></stat>
        <stat abbr="IKRYd"></stat>
        <stat abbr="IPRTD"></stat>
        <stat abbr="IPRTDY"></stat>
        <stat abbr="IPRYd"></stat>
        <stat abbr="IntLg">-127</stat>
        <stat abbr="KRLg">-127</stat>
        <stat abbr="MFG">0</stat>
        <stat abbr="MXP">0</stat>
        <stat abbr="OFR">0.4</stat>
        <stat abbr="OPP">.</stat>
        <stat abbr="PLg">-127</stat>
        <stat abbr="PRLg">-127</stat>
        <stat abbr="PaAtt">38.0</stat>
        <stat abbr="PaCmp">24.8</stat>
        <stat abbr="PaFD">16.0</stat>
        <stat abbr="PaFDPct">64.5</stat>
        <stat abbr="PaInt">0.4</stat>
        <stat abbr="PaLg">53</stat>
        <stat abbr="PaNet">38.0</stat>
        <stat abbr="PaNetA">0.0</stat>
        <stat abbr="PaRuYd">328.4</stat>
        <stat abbr="PaTD">2.2</stat>
        <stat abbr="PaYd">321.6</stat>
        <stat abbr="PenA">0.2</stat>
        <stat abbr="PenYdA">1.0</stat>
        <stat abbr="Rate">106.6</stat>
        <stat abbr="RateMin">106.6</stat>
        <stat abbr="ReAvg">0</stat>
        <stat abbr="ReFDPct">0</stat>
        <stat abbr="ReLg">-127</stat>
        <stat abbr="RuAtt">4.4</stat>
        <stat abbr="RuAvg">1.5</stat>
        <stat abbr="RuAvgMin">1.5</stat>
        <stat abbr="RuFD">2.0</stat>
        <stat abbr="RuFDPct">45.5</stat>
        <stat abbr="RuLg">6</stat>
        <stat abbr="RuReYd">6.8</stat>
        <stat abbr="RuTD">0.6</stat>
        <stat abbr="RuYd">6.8</stat>
        <stat abbr="STTD">0</stat>
        <stat abbr="Sacked">2.4</stat>
        <stat abbr="TF">0.4</stat>
        <stat abbr="TP">16.8</stat>
        <stat abbr="TYdA">0</stat>
        <stat abbr="TarPct">0</stat>
        <stat abbr="TotYd">328.4</stat>
        <stat abbr="YAtt">8.5</stat>
        <stat abbr="YDS">0</stat>
          </stats>
              <position>QB</position>
              <name>Tom Brady</name>
              <pro_team>NE</pro_team>
            </player>
          </players>
          <label>Overall</label>
        </situation>
        <situation>
          <abbr>playing-surface</abbr>
          <players>
            <player id="187741">
              <situation>Turf</situation>
              <stats>
        <stat abbr="CmpPct">64.9</stat>
        <stat abbr="CmpPctMin">64.9</stat>
        <stat abbr="DFRLg">-127</stat>
        <stat abbr="DFTD">0</stat>
        <stat abbr="DSTPA">0.0</stat>
        <stat abbr="DTD">0</stat>
        <stat abbr="FGLg">-127</stat>
        <stat abbr="FL">0.2</stat>
        <stat abbr="FPTS">25.8</stat>
        <stat abbr="G">5</stat>
        <stat abbr="GS">5</stat>
        <stat abbr="IFRTD">0</stat>
        <stat abbr="IFRTDY"></stat>
        <stat abbr="IKRTD"></stat>
        <stat abbr="IKRTDY"></stat>
        <stat abbr="IKRYd"></stat>
        <stat abbr="IPRTD"></stat>
        <stat abbr="IPRTDY"></stat>
        <stat abbr="IPRYd"></stat>
        <stat abbr="IntLg">-127</stat>
        <stat abbr="KRLg">-127</stat>
        <stat abbr="MFG">0</stat>
        <stat abbr="MXP">0</stat>
        <stat abbr="OFR">0.4</stat>
        <stat abbr="OPP">.</stat>
        <stat abbr="PLg">-127</stat>
        <stat abbr="PRLg">-127</stat>
        <stat abbr="PaAtt">37.0</stat>
        <stat abbr="PaCmp">24.0</stat>
        <stat abbr="PaFD">15.8</stat>
        <stat abbr="PaFDPct">65.8</stat>
        <stat abbr="PaInt">0.2</stat>
        <stat abbr="PaLg">53</stat>
        <stat abbr="PaNet">37.0</stat>
        <stat abbr="PaNetA">0.0</stat>
        <stat abbr="PaRuYd">306</stat>
        <stat abbr="PaTD">2.2</stat>
        <stat abbr="PaYd">298.8</stat>
        <stat abbr="PenA">0.4</stat>
        <stat abbr="PenYdA">3.0</stat>
        <stat abbr="Rate">107.4</stat>
        <stat abbr="RateMin">107.4</stat>
        <stat abbr="ReAvg">0</stat>
        <stat abbr="ReFDPct">0</stat>
        <stat abbr="ReLg">-127</stat>
        <stat abbr="RuAtt">3.4</stat>
        <stat abbr="RuAvg">2.1</stat>
        <stat abbr="RuAvgMin">2.1</stat>
        <stat abbr="RuFD">1.8</stat>
        <stat abbr="RuFDPct">52.9</stat>
        <stat abbr="RuLg">8</stat>
        <stat abbr="RuReYd">7.2</stat>
        <stat abbr="RuTD">0.4</stat>
        <stat abbr="RuYd">7.2</stat>
        <stat abbr="STTD">0</stat>
        <stat abbr="Sacked">2.4</stat>
        <stat abbr="TF">0.6</stat>
        <stat abbr="TP">15.6</stat>
        <stat abbr="TYdA">0</stat>
        <stat abbr="TarPct">0</stat>
        <stat abbr="TotYd">306</stat>
        <stat abbr="YAtt">8.1</stat>
        <stat abbr="YDS">0</stat>
        </stats>
              <position>QB</position>
              <name>Tom Brady</name>
              <pro_team>NE</pro_team>
            </player>
          </players>
          <label>On Grass/Turf</label>
        </situation>
        <situation>
          <abbr>postseason</abbr>
          <players>
            <player id="187741">
              <situation>Post Season</situation>
              <stats>
        <stat abbr="CmpPct">65.8</stat>
        <stat abbr="CmpPctMin">65.8</stat>
        <stat abbr="DFRLg">-127</stat>
        <stat abbr="DFTD">0</stat>
        <stat abbr="DSTPA">0.0</stat>
        <stat abbr="DTD">0</stat>
        <stat abbr="FGLg">-127</stat>
        <stat abbr="FL">0.4</stat>
        <stat abbr="FPTS">17.4</stat>
        <stat abbr="G">5</stat>
        <stat abbr="GS">5</stat>
        <stat abbr="IFRTD">0</stat>
        <stat abbr="IFRTDY"></stat>
        <stat abbr="IKRTD"></stat>
        <stat abbr="IKRTDY"></stat>
        <stat abbr="IKRYd"></stat>
        <stat abbr="IPRTD"></stat>
        <stat abbr="IPRTDY"></stat>
        <stat abbr="IPRYd"></stat>
        <stat abbr="IntLg">-127</stat>
        <stat abbr="KRLg">-127</stat>
        <stat abbr="MFG">0</stat>
        <stat abbr="MXP">0</stat>
        <stat abbr="OFRLg">-127</stat>
        <stat abbr="OPP">.</stat>
        <stat abbr="PLg">-127</stat>
        <stat abbr="PRLg">-127</stat>
        <stat abbr="PaAtt">39.2</stat>
        <stat abbr="PaCmp">25.8</stat>
        <stat abbr="PaFD">13.6</stat>
        <stat abbr="PaFDPct">52.7</stat>
        <stat abbr="PaInt">1.4</stat>
        <stat abbr="PaLg">53</stat>
        <stat abbr="PaNet">39.2</stat>
        <stat abbr="PaNetA">0.0</stat>
        <stat abbr="PaRuYd">238.2</stat>
        <stat abbr="PaTD">2.0</stat>
        <stat abbr="PaYd">238.0</stat>
        <stat abbr="PenA">0.2</stat>
        <stat abbr="PenYdA">1.0</stat>
        <stat abbr="Rate">84.4</stat>
        <stat abbr="RateMin">84.4</stat>
        <stat abbr="ReAvg">0</stat>
        <stat abbr="ReFDPct">0</stat>
        <stat abbr="ReLg">-127</stat>
        <stat abbr="RuAtt">1.2</stat>
        <stat abbr="RuAvg">0.2</stat>
        <stat abbr="RuAvgMin">0.2</stat>
        <stat abbr="RuFD">0.2</stat>
        <stat abbr="RuFDPct">16.7</stat>
        <stat abbr="RuLg">3</stat>
        <stat abbr="RuReYd">0.2</stat>
        <stat abbr="RuYd">0.2</stat>
        <stat abbr="STTD">0</stat>
        <stat abbr="Sacked">3.2</stat>
        <stat abbr="TF">0.6</stat>
        <stat abbr="TP">12</stat>
        <stat abbr="TYdA">0</stat>
        <stat abbr="TarPct">0</stat>
        <stat abbr="TotYd">238.2</stat>
        <stat abbr="YAtt">6.1</stat>
        <stat abbr="YDS">0</stat>
        </stats>
              <position>QB</position>
              <name>Tom Brady</name>
              <pro_team>NE</pro_team>
            </player>
          </players>
          <label>Post Season</label>
        </situation>
        <situation>
          <abbr>win-loss</abbr>
          <players>
            <player id="187741">
              <situation>W</situation>
              <stats>
        <stat abbr="CmpPct">65.3</stat>
            <stat abbr="CmpPctMin">65.3</stat>
            <stat abbr="DFRLg">-127</stat>
            <stat abbr="DFTD">0</stat>
            <stat abbr="DSTPA">0.0</stat>
            <stat abbr="DTD">0</stat>
            <stat abbr="FGLg">-127</stat>
            <stat abbr="FPTS">28</stat>
            <stat abbr="G">5</stat>
            <stat abbr="GS">5</stat>
            <stat abbr="IFRTD">0</stat>
            <stat abbr="IFRTDY"></stat>
            <stat abbr="IKRTD"></stat>
            <stat abbr="IKRTDY"></stat>
            <stat abbr="IKRYd"></stat>
            <stat abbr="IPRTD"></stat>
            <stat abbr="IPRTDY"></stat>
            <stat abbr="IPRYd"></stat>
            <stat abbr="IntLg">-127</stat>
            <stat abbr="KRLg">-127</stat>
            <stat abbr="MFG">0</stat>
            <stat abbr="MXP">0</stat>
            <stat abbr="OFR">0.4</stat>
            <stat abbr="OPP">.</stat>
            <stat abbr="PLg">-127</stat>
            <stat abbr="PRLg">-127</stat>
            <stat abbr="PaAtt">38.0</stat>
            <stat abbr="PaCmp">24.8</stat>
            <stat abbr="PaFD">16.0</stat>
            <stat abbr="PaFDPct">64.5</stat>
            <stat abbr="PaInt">0.4</stat>
            <stat abbr="PaLg">53</stat>
            <stat abbr="PaNet">38.0</stat>
            <stat abbr="PaNetA">0.0</stat>
            <stat abbr="PaRuYd">328.4</stat>
            <stat abbr="PaTD">2.2</stat>
            <stat abbr="PaYd">321.6</stat>
            <stat abbr="PenA">0.2</stat>
            <stat abbr="PenYdA">1.0</stat>
            <stat abbr="Rate">106.6</stat>
            <stat abbr="RateMin">106.6</stat>
            <stat abbr="ReAvg">0</stat>
            <stat abbr="ReFDPct">0</stat>
            <stat abbr="ReLg">-127</stat>
            <stat abbr="RuAtt">4.4</stat>
            <stat abbr="RuAvg">1.5</stat>
            <stat abbr="RuAvgMin">1.5</stat>
            <stat abbr="RuFD">2.0</stat>
            <stat abbr="RuFDPct">45.5</stat>
            <stat abbr="RuLg">6</stat>
            <stat abbr="RuReYd">6.8</stat>
            <stat abbr="RuTD">0.6</stat>
            <stat abbr="RuYd">6.8</stat>
            <stat abbr="STTD">0</stat>
            <stat abbr="Sacked">2.4</stat>
            <stat abbr="TF">0.4</stat>
            <stat abbr="TP">16.8</stat>
            <stat abbr="TYdA">0</stat>
            <stat abbr="TarPct">0</stat>
            <stat abbr="TotYd">328.4</stat>
            <stat abbr="YAtt">8.5</stat>
            <stat abbr="YDS">0</stat>
             </stats>
              <position>QB</position>
              <name>Tom Brady</name>
              <pro_team>NE</pro_team>
            </player>
          </players>
          <label>After W/L</label>
        </situation>
      </situations>
    </situational_stats>
  </body>
</result>

JSON Response

{
   "body" : {
      "situational_stats" : {
         "situations" : [
            {
               "abbr" : "conf",
               "players" : [
                  {
                     "situation" : "Out Conf",
                     "stats" : {
                        "RuLg" : "13",
                        "TotYd" : 314,
                        "DFTD" : 0,
                        "TarPct" : 0,
                        "TF" : "0.4",
                        "MXP" : 0,
                        "PaLg" : "63",
                        "FGLg" : "-127",
                        "PaNet" : "37.0",
                        "CmpPctMin" : "62.7",
                        "RuFD" : "1.4",
                        "PaFD" : "15.0",
                        "IPRTD" : null,
                        "ReLg" : "-127",
                        "MFG" : 0,
                        "DFRLg" : "-127",
                        "IFRTD" : 0,
                        "RuReYd" : 11.6,
                        "Rate" : "98.8",
                        "CmpPct" : "62.7",
                        "OPP" : ".",
                        "TYdA" : 0,
                        "YAtt" : "8.2",
                        "GS" : "5",
                        "PRLg" : "-127",
                        "PenA" : "0.2",
                        "IPRYd" : null,
                        "PaAtt" : "37.0",
                        "ReFDPct" : 0,
                        "DSTPA" : "0.0",
                        "PLg" : "-127",
                        "OFR" : "0.2",
                        "RuAvgMin" : "4.1",
                        "RuFDPct" : "50.0",
                        "G" : "5",
                        "RuAtt" : "2.8",
                        "RuYd" : "11.6",
                        "IFRTDY" : "",
                        "TP" : 14.4,
                        "FL" : "0.2",
                        "ReAvg" : 0,
                        "PenYdA" : "1.0",
                        "PaRuYd" : 314,
                        "YDS" : 0,
                        "IKRTD" : null,
                        "PaInt" : "1.0",
                        "IKRTDY" : null,
                        "IKRYd" : null,
                        "FPTS" : 25,
                        "RuAvg" : "4.1",
                        "RateMin" : "98.8",
                        "PaCmp" : "23.2",
                        "PaFDPct" : "64.7",
                        "Sacked" : "2.0",
                        "KRLg" : "-127",
                        "PaYd" : "302.4",
                        "IPRTDY" : null,
                        "STTD" : 0,
                        "PaTD" : "2.4",
                        "PaNetA" : "0.0",
                        "DTD" : 0,
                        "IntLg" : "-127"
                     },
                     "position" : "QB",
                     "name" : "Tom Brady",
                     "id" : "187741",
                     "pro_team" : "NE"
                  }
               ],
               "label" : "In/Out Conf"
            },
            {
               "abbr" : "div",
               "players" : [
                  {
                     "situation" : "Out Div",
                     "stats" : {
                        "RuLg" : "13",
                        "TotYd" : 323.2,
                        "DFTD" : 0,
                        "TarPct" : 0,
                        "TF" : "0.4",
                        "MXP" : 0,
                        "PaLg" : "63",
                        "FGLg" : "-127",
                        "PaNet" : "34.0",
                        "CmpPctMin" : "66.5",
                        "RuFD" : "1.6",
                        "PaFD" : "15.6",
                        "IPRTD" : null,
                        "ReLg" : "-127",
                        "MFG" : 0,
                        "DFRLg" : "-127",
                        "IFRTD" : 0,
                        "RuReYd" : 11,
                        "Rate" : "116.8",
                        "CmpPct" : "66.5",
                        "OPP" : ".",
                        "TYdA" : 0,
                        "YAtt" : "9.2",
                        "GS" : "5",
                        "PRLg" : "-127",
                        "PenA" : "0.4",
                        "IPRYd" : null,
                        "PaAtt" : "34.0",
                        "ReFDPct" : 0,
                        "DSTPA" : "0.0",
                        "PLg" : "-127",
                        "OFR" : "0.2",
                        "RuAvgMin" : "2.8",
                        "RuFDPct" : "40.0",
                        "G" : "5",
                        "RuAtt" : "4.0",
                        "RuYd" : "11.0",
                        "IFRTDY" : "",
                        "TP" : 15.6,
                        "FL" : "0.2",
                        "ReAvg" : 0,
                        "PenYdA" : "3.0",
                        "PaRuYd" : 323.2,
                        "RuTD" : "0.2",
                        "YDS" : 0,
                        "IKRTD" : null,
                        "PaInt" : "0.2",
                        "IKRTDY" : null,
                        "IKRYd" : null,
                        "FPTS" : 27.8,
                        "RuAvg" : "2.8",
                        "RateMin" : "116.8",
                        "PaCmp" : "22.6",
                        "PaFDPct" : "69.0",
                        "Sacked" : "1.6",
                        "KRLg" : "-127",
                        "PaYd" : "312.2",
                        "IPRTDY" : null,
                        "STTD" : 0,
                        "PaTD" : "2.4",
                        "PaNetA" : "0.0",
                        "DTD" : 0,
                        "IntLg" : "-127"
                     },
                     "position" : "QB",
                     "name" : "Tom Brady",
                     "id" : "187741",
                     "pro_team" : "NE"
                  }
               ],
               "label" : "In/Out Div"
            },
            {
               "abbr" : "home-road",
               "players" : [
                  {
                     "situation" : "Road",
                     "stats" : {
                        "RuLg" : "13",
                        "TotYd" : 321,
                        "DFTD" : 0,
                        "TarPct" : 0,
                        "TF" : "0.6",
                        "MXP" : 0,
                        "PaLg" : "63",
                        "FGLg" : "-127",
                        "PaNet" : "35.8",
                        "CmpPctMin" : "66.5",
                        "RuFD" : "1.2",
                        "PaFD" : "15.2",
                        "IPRTD" : null,
                        "ReLg" : "-127",
                        "MFG" : 0,
                        "DFRLg" : "-127",
                        "IFRTD" : 0,
                        "RuReYd" : 8,
                        "Rate" : "115.8",
                        "CmpPct" : "66.5",
                        "OPP" : ".",
                        "TYdA" : 0,
                        "YAtt" : "8.7",
                        "GS" : "5",
                        "PRLg" : "-127",
                        "PenA" : "0.4",
                        "IPRYd" : null,
                        "PaAtt" : "35.8",
                        "ReFDPct" : 0,
                        "DSTPA" : "0.0",
                        "PLg" : "-127",
                        "OFR" : "0.4",
                        "RuAvgMin" : "2.2",
                        "RuFDPct" : "33.3",
                        "G" : "5",
                        "RuAtt" : "3.6",
                        "RuYd" : "8.0",
                        "IFRTDY" : "",
                        "TP" : 16.8,
                        "ReAvg" : 0,
                        "PenYdA" : "2.0",
                        "PaRuYd" : 321,
                        "RuTD" : "0.2",
                        "YDS" : 0,
                        "IKRTD" : null,
                        "PaInt" : "0.2",
                        "IKRTDY" : null,
                        "IKRYd" : null,
                        "FPTS" : 28.4,
                        "RuAvg" : "2.2",
                        "RateMin" : "115.8",
                        "PaCmp" : "23.8",
                        "PaFDPct" : "63.9",
                        "Sacked" : "1.4",
                        "KRLg" : "-127",
                        "PaYd" : "313.0",
                        "IPRTDY" : null,
                        "STTD" : 0,
                        "PaTD" : "2.6",
                        "PaNetA" : "0.0",
                        "DTD" : 0,
                        "IntLg" : "-127"
                     },
                     "position" : "QB",
                     "name" : "Tom Brady",
                     "id" : "187741",
                     "pro_team" : "NE"
                  }
               ],
               "label" : "At Home/On Road"
            },
            {
               "abbr" : "overall",
               "players" : [
                  {
                     "situation" : "Overall",
                     "stats" : {
                        "RuLg" : "6",
                        "TotYd" : 328.4,
                        "DFTD" : 0,
                        "TarPct" : 0,
                        "TF" : "0.4",
                        "MXP" : 0,
                        "PaLg" : "53",
                        "FGLg" : "-127",
                        "PaNet" : "38.0",
                        "CmpPctMin" : "65.3",
                        "RuFD" : "2.0",
                        "PaFD" : "16.0",
                        "IPRTD" : null,
                        "ReLg" : "-127",
                        "MFG" : 0,
                        "DFRLg" : "-127",
                        "IFRTD" : 0,
                        "RuReYd" : 6.8,
                        "Rate" : "106.6",
                        "CmpPct" : "65.3",
                        "OPP" : ".",
                        "TYdA" : 0,
                        "YAtt" : "8.5",
                        "GS" : "5",
                        "PRLg" : "-127",
                        "PenA" : "0.2",
                        "IPRYd" : null,
                        "PaAtt" : "38.0",
                        "ReFDPct" : 0,
                        "DSTPA" : "0.0",
                        "PLg" : "-127",
                        "OFR" : "0.4",
                        "RuAvgMin" : "1.5",
                        "RuFDPct" : "45.5",
                        "G" : "5",
                        "RuAtt" : "4.4",
                        "RuYd" : "6.8",
                        "IFRTDY" : "",
                        "TP" : 16.8,
                        "ReAvg" : 0,
                        "PenYdA" : "1.0",
                        "PaRuYd" : 328.4,
                        "RuTD" : "0.6",
                        "YDS" : 0,
                        "IKRTD" : null,
                        "PaInt" : "0.4",
                        "IKRTDY" : null,
                        "IKRYd" : null,
                        "FPTS" : 28,
                        "RuAvg" : "1.5",
                        "RateMin" : "106.6",
                        "PaCmp" : "24.8",
                        "PaFDPct" : "64.5",
                        "Sacked" : "2.4",
                        "KRLg" : "-127",
                        "PaYd" : "321.6",
                        "IPRTDY" : null,
                        "STTD" : 0,
                        "PaTD" : "2.2",
                        "PaNetA" : "0.0",
                        "DTD" : 0,
                        "IntLg" : "-127"
                     },
                     "position" : "QB",
                     "name" : "Tom Brady",
                     "id" : "187741",
                     "pro_team" : "NE"
                  }
               ],
               "label" : "Overall"
            },
            {
               "abbr" : "playing-surface",
               "players" : [
                  {
                     "situation" : "Turf",
                     "stats" : {
                        "RuLg" : "8",
                        "TotYd" : 306,
                        "DFTD" : 0,
                        "TarPct" : 0,
                        "TF" : "0.6",
                        "MXP" : 0,
                        "PaLg" : "53",
                        "FGLg" : "-127",
                        "PaNet" : "37.0",
                        "CmpPctMin" : "64.9",
                        "RuFD" : "1.8",
                        "PaFD" : "15.8",
                        "IPRTD" : null,
                        "ReLg" : "-127",
                        "MFG" : 0,
                        "DFRLg" : "-127",
                        "IFRTD" : 0,
                        "RuReYd" : 7.2,
                        "Rate" : "107.4",
                        "CmpPct" : "64.9",
                        "OPP" : ".",
                        "TYdA" : 0,
                        "YAtt" : "8.1",
                        "GS" : "5",
                        "PRLg" : "-127",
                        "PenA" : "0.4",
                        "IPRYd" : null,
                        "PaAtt" : "37.0",
                        "ReFDPct" : 0,
                        "DSTPA" : "0.0",
                        "PLg" : "-127",
                        "OFR" : "0.4",
                        "RuAvgMin" : "2.1",
                        "RuFDPct" : "52.9",
                        "G" : "5",
                        "RuAtt" : "3.4",
                        "RuYd" : "7.2",
                        "IFRTDY" : "",
                        "TP" : 15.6,
                        "FL" : "0.2",
                        "ReAvg" : 0,
                        "PenYdA" : "3.0",
                        "PaRuYd" : 306,
                        "RuTD" : "0.4",
                        "YDS" : 0,
                        "IKRTD" : null,
                        "PaInt" : "0.2",
                        "IKRTDY" : null,
                        "IKRYd" : null,
                        "FPTS" : 25.8,
                        "RuAvg" : "2.1",
                        "RateMin" : "107.4",
                        "PaCmp" : "24.0",
                        "PaFDPct" : "65.8",
                        "Sacked" : "2.4",
                        "KRLg" : "-127",
                        "PaYd" : "298.8",
                        "IPRTDY" : null,
                        "STTD" : 0,
                        "PaTD" : "2.2",
                        "PaNetA" : "0.0",
                        "DTD" : 0,
                        "IntLg" : "-127"
                     },
                     "position" : "QB",
                     "name" : "Tom Brady",
                     "id" : "187741",
                     "pro_team" : "NE"
                  }
               ],
               "label" : "On Grass/Turf"
            },
            {
               "abbr" : "postseason",
               "players" : [
                  {
                     "situation" : "Post Season",
                     "stats" : {
                        "RuLg" : "3",
                        "TotYd" : 238.2,
                        "DFTD" : 0,
                        "TarPct" : 0,
                        "TF" : "0.6",
                        "MXP" : 0,
                        "PaLg" : "53",
                        "FGLg" : "-127",
                        "PaNet" : "39.2",
                        "CmpPctMin" : "65.8",
                        "RuFD" : "0.2",
                        "PaFD" : "13.6",
                        "IPRTD" : null,
                        "ReLg" : "-127",
                        "MFG" : 0,
                        "DFRLg" : "-127",
                        "IFRTD" : 0,
                        "RuReYd" : 0.2,
                        "Rate" : "84.4",
                        "CmpPct" : "65.8",
                        "OPP" : ".",
                        "TYdA" : 0,
                        "YAtt" : "6.1",
                        "GS" : "5",
                        "PRLg" : "-127",
                        "PenA" : "0.2",
                        "IPRYd" : null,
                        "PaAtt" : "39.2",
                        "ReFDPct" : 0,
                        "DSTPA" : "0.0",
                        "PLg" : "-127",
                        "RuAvgMin" : "0.2",
                        "RuFDPct" : "16.7",
                        "G" : "5",
                        "OFRLg" : "-127",
                        "RuAtt" : "1.2",
                        "RuYd" : "0.2",
                        "IFRTDY" : "",
                        "TP" : 12,
                        "FL" : "0.4",
                        "ReAvg" : 0,
                        "PenYdA" : "1.0",
                        "PaRuYd" : 238.2,
                        "YDS" : 0,
                        "IKRTD" : null,
                        "PaInt" : "1.4",
                        "IKRTDY" : null,
                        "IKRYd" : null,
                        "FPTS" : 17.4,
                        "RuAvg" : "0.2",
                        "RateMin" : "84.4",
                        "PaCmp" : "25.8",
                        "PaFDPct" : "52.7",
                        "Sacked" : "3.2",
                        "KRLg" : "-127",
                        "PaYd" : "238.0",
                        "IPRTDY" : null,
                        "STTD" : 0,
                        "PaTD" : "2.0",
                        "PaNetA" : "0.0",
                        "DTD" : 0,
                        "IntLg" : "-127"
                     },
                     "position" : "QB",
                     "name" : "Tom Brady",
                     "id" : "187741",
                     "pro_team" : "NE"
                  }
               ],
               "label" : "Post Season"
            },
            {
               "abbr" : "win-loss",
               "players" : [
                  {
                     "situation" : "W",
                     "stats" : {
                        "RuLg" : "6",
                        "TotYd" : 328.4,
                        "DFTD" : 0,
                        "TarPct" : 0,
                        "TF" : "0.4",
                        "MXP" : 0,
                        "PaLg" : "53",
                        "FGLg" : "-127",
                        "PaNet" : "38.0",
                        "CmpPctMin" : "65.3",
                        "RuFD" : "2.0",
                        "PaFD" : "16.0",
                        "IPRTD" : null,
                        "ReLg" : "-127",
                        "MFG" : 0,
                        "DFRLg" : "-127",
                        "IFRTD" : 0,
                        "RuReYd" : 6.8,
                        "Rate" : "106.6",
                        "CmpPct" : "65.3",
                        "OPP" : ".",
                        "TYdA" : 0,
                        "YAtt" : "8.5",
                        "GS" : "5",
                        "PRLg" : "-127",
                        "PenA" : "0.2",
                        "IPRYd" : null,
                        "PaAtt" : "38.0",
                        "ReFDPct" : 0,
                        "DSTPA" : "0.0",
                        "PLg" : "-127",
                        "OFR" : "0.4",
                        "RuAvgMin" : "1.5",
                        "RuFDPct" : "45.5",
                        "G" : "5",
                        "RuAtt" : "4.4",
                        "RuYd" : "6.8",
                        "IFRTDY" : "",
                        "TP" : 16.8,
                        "ReAvg" : 0,
                        "PenYdA" : "1.0",
                        "PaRuYd" : 328.4,
                        "RuTD" : "0.6",
                        "YDS" : 0,
                        "IKRTD" : null,
                        "PaInt" : "0.4",
                        "IKRTDY" : null,
                        "IKRYd" : null,
                        "FPTS" : 28,
                        "RuAvg" : "1.5",
                        "RateMin" : "106.6",
                        "PaCmp" : "24.8",
                        "PaFDPct" : "64.5",
                        "Sacked" : "2.4",
                        "KRLg" : "-127",
                        "PaYd" : "321.6",
                        "IPRTDY" : null,
                        "STTD" : 0,
                        "PaTD" : "2.2",
                        "PaNetA" : "0.0",
                        "DTD" : 0,
                        "IntLg" : "-127"
                     },
                     "position" : "QB",
                     "name" : "Tom Brady",
                     "id" : "187741",
                     "pro_team" : "NE"
                  }
               ],
               "label" : "After W/L"
            }
         ]
      }
   },
   "uriAlias" : "/stats/situational-stats",
   "statusMessage" : "OK",
   "uri" : "/stats/situational-stats",
   "statusCode" : 200
}

XML field definitions

/situational_stats

A container element for Situational Stats.

/situational_stats/situations

A container element for a list of situations.

/situational_stats/situations/situation

A container element for data for a specific situation.

/situational_stats/situations/situation/abbr

The abbreviation of the situation.

/situational_stats/situations/situation/label

The display label for a situation.

/situational_stats/situations/situation/players

A container element for a list of players.

/situational_stats/situations/situation/players/player

A container for a player’s data.

/situational_stats/situations/situation/players/player/@id

ID of a player.

/situational_stats/situations/situation/players/player/name

A player’s full name.

/situational_stats/situations/situation/players/player/position

An abbreviation for the primary position of the player.  You can get a list of the abbreviations and their expansions by requesting the Positions resource.

/situational_stats/situations/situation/players/player/pro_team

An abbreviation for the player’s pro team.

/situational_stats/situations/situation/players/player/situation

The display label for a situation as it applies to a specific player. e.g. when requesting situational stats for situation ‘home-road’, this node will have the value Home if the upcoming game for the player is a home game and Road if the upcoming game for the player is a road game.

/situational_stats/situations/situation/players/player/stats

A container element for a list of stats for a player.

/situational_stats/situations/situation/players/player/stats/stat

An individual stat.  The name of the stat is specified by the abbr attribute, and the value of the stat is given as the content of the stat element.

/situational_stats/situations/situation/players/player/stats/stat/@abbr

The abbreviation of the stats category.  To get a list of the stats category abbreviations, request the Stats Categories resource.