Player Injuries v2.0

Summary
Player Injuries
Resource
Player InjuriesRetrieve a list of injuries for all pro players broken down by position.
HTTP Methods
GETRetrieve a list of player injuries
Example
Retrieve Player Injuries
XML field definitions
/injuriesA container element for a list of player injuries.
/injuries/injuryA container element for a player injury.
/injuries/injury/expected_returnThe expected return for a player (e.g.
/injuries/injury/injury_typeThe type of injury (e.g.
/injuries/injury/playerA container for a player’s data.
/injuries/injury/player/@idID of a player.
/injuries/injury/player/firstnameThe player’s first name.
/injuries/injury/player/fullnameThe player’s full name.
/injuries/injury/player/iconsA container element for the player’s update, injury, suspension, and inactive icons.
/injuries/injury/player/icons/headlineThe headline of the player’s latest news update.
/injuries/injury/player/icons/injuryIf the player is injured, this field will exist and indicate the injury in the format: {injury}: {expected time of return}.
/injuries/injury/player/lastnameThe player’s last name.
/injuries/injury/player/on_waiversA boolean to denote if a player is on waivers in a fantasy league or no.
/injuries/injury/player/positionAn abbreviation for the primary position of the player.
/injuries/injury/player/pro_statusSpecifies the roster status of the player on the player’s pro team.
/injuries/injury/player/pro_teamAn abbreviation for the player’s pro team.
/injuries/injury/player/profile_linkA snippet of HTML code containing a link to the player’s profile.
/injuries/injury/player/profile_urlThe absolute URL for the CBSSports.com profile for a player.
/injuries/injury/player_idID of a the player the injury is associated to.
/injuries/injury/statusStatus of the player as related to the injury.
/injuries/injury/timestampTimestamp of when the injury was added to the list in UNIX timestamp format.
/injuries/injury/player/bye_weekA number to denote the bye-week for a pro team (only applicable to football).
/injuries/injury/player/is_lockedA boolean to denote if a player is locked (can not be involved in any add/drops, trades, and lineup moves as the player’s team’s game has already started).
/injuries/injury/player/opponentPlayer’s opponent (only available for football).

Resource

Player Injuries

Description

Retrieve a list of injuries for all pro players broken down by position.  The data returned contains a list of player injuries with each injury node containing the type of injury, the timestamp of when the injury was added to the list, the status of the player, and the expected return for the player.

HTTP Methods

GET

Retrieve a list of player injuries

URL

http://api.cbssports.com/fantasy/players/injuries?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.
position(optional) Specifies the player position for which the injuries are being requested (defaults to all positions)

Example

Retrieve Player Injuries

Sample URL

Injury Report for all First Basemen (position=1B)

http://api.cbssports.com/fantasy/players/injuries?version=2.0&position=1B

XML Response

<?xml version="1.0"?>
<result uriAlias="/players/injuries" uri="/players/injuries" statusCode="200" statusMessage="OK">
  <body>
    <injuries>
      <injury>
        <expected_return>Questionable for June 8 vs. Toronto</expected_return>
        <injury_type>Finger</injury_type>
        <timestamp>1339027946</timestamp>
        <status>Questionable</status>
        <player_id>1630079</player_id>
        <player id="1630079">
          <firstname>Freddie</firstname>
          <on_waivers>0</on_waivers>
          <position>1B</position>
          <icons>
            <injury>Finger: Questionable for June 8 vs. Toronto</injury>
            <headline>X-rays negative for Freeman</headline>
          </icons>
          <lastname>Freeman</lastname>
          <pro_status>A</pro_status>
          <profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/1630079</profile_url>
          <fullname>Freddie Freeman</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1630079'&gt;Freeman, Freddie&lt;/a&gt; 1B ATL &lt;span title="X-rays negative for Freeman"&gt;&lt;a href="http://<league_id>.baseball.cbssports.com/players/playerpage/1630079" class="playerLink" subtab="Update"&gt;&lt;img border="0" width="10" height="10" src="http://sports.cbsimg.net/images/news-note-recent.gif"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2&gt;&lt;span title="Finger: Questionable for June 8 vs. Toronto"&gt;&lt;a href="http://<league_id>.baseball.cbssports.com/players/playerpage/1630079" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2&gt;&lt;span title="Freeman's RBI single"&gt;&lt;a href="javascript:openPopup('/media/game-day/video?player_id=518692','mlbvideo', 990, 750);"&gt;&lt;img src="http://sports.cbsimg.net/images/video.gif" border="0"&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>ATL</pro_team>
        </player>
      </injury>
      <injury>
        <expected_return>7-day DL. Out until at least mid-June</expected_return>
        <injury_type>Concussion</injury_type>
        <timestamp>1338864564</timestamp>
        <status>DL</status>
        <player_id>538897</player_id>
        <player id="538897">
          <firstname>Bobby</firstname>
          <on_waivers>1</on_waivers>
          <position>C</position>
          <icons>
            <injury>Concussion: 7-day DL. Out until at least mid-June</injury>
            <headline>Wilson moved to DL</headline>
          </icons>
          <lastname>Wilson</lastname>
          <pro_status>DL</pro_status>
          <profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/538897</profile_url>
          <fullname>Bobby Wilson</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/538897'&gt;Wilson, Bobby&lt;/a&gt; C LAA &lt;span title="Wilson moved to DL"&gt;&lt;a href="http://<league_id>.baseball.cbssports.com/players/playerpage/538897" class="playerLink" subtab="Update"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/news-note.gif"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2&gt;&lt;span title="Concussion: 7-day DL. Out until at least mid-June"&gt;&lt;a href="http://<league_id>.baseball.cbssports.com/players/playerpage/538897" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>LAA</pro_team>
        </player>
      </injury>
      <injury>
        <expected_return>Questionable for June 8 at Atlanta</expected_return>
        <injury_type>Hand</injury_type>
        <timestamp>1338751870</timestamp>
        <status>Questionable</status>
        <player_id>392294</player_id>
        <player id="392294">
          <firstname>Edwin</firstname>
          <on_waivers>0</on_waivers>
          <position>3B</position>
          <icons>
            <injury>Hand: Questionable for June 8 at Atlanta</injury>
            <headline>Encarnacion sits out again</headline>
          </icons>
          <lastname>Encarnacion</lastname>
          <pro_status>A</pro_status>
          <profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/392294</profile_url>
          <fullname>Edwin Encarnacion</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/392294'&gt;Encarnacion, Edwin&lt;/a&gt; 3B TOR &lt;span title="Encarnacion sits out again"&gt;&lt;a href="http://<league_id>.baseball.cbssports.com/players/playerpage/392294" class="playerLink" subtab="Update"&gt;&lt;img border="0" width="10" height="10" src="http://sports.cbsimg.net/images/news-note-recent.gif"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2&gt;&lt;span title="Hand: Questionable for June 8 at Atlanta"&gt;&lt;a href="http://<league_id>.baseball.cbssports.com/players/playerpage/392294" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>TOR</pro_team>
        </player>
      </injury>
      <injury>
        <expected_return>15-day DL. Out until at least mid-June</expected_return>
        <injury_type>Hamstring </injury_type>
        <timestamp>1338608092</timestamp>
        <status>DL</status>
        <player_id>21607</player_id>
        <player id="21607">
          <firstname>Carlos</firstname>
          <on_waivers>0</on_waivers>
          <position>LF</position>
          <icons>
            <injury>Hamstring : 15-day DL. Out until at least mid-June</injury>
          </icons>
          <lastname>Lee</lastname>
          <pro_status>DL</pro_status>
          <profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/21607</profile_url>
          <fullname>Carlos Lee</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/21607'&gt;Lee, Carlos&lt;/a&gt; LF HOU &lt;span title="Hamstring : 15-day DL. Out until at least mid-June"&gt;&lt;a href="http://<league_id>.baseball.cbssports.com/players/playerpage/21607" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>HOU</pro_team>
        </player>
      </injury>
      <injury>
        <expected_return>15-day DL. Out until at least mid-June</expected_return>
        <injury_type>Oblique</injury_type>
        <timestamp>1338143493</timestamp>
        <status>DL</status>
        <player_id>549249</player_id>
        <player id="549249">
          <firstname>Travis</firstname>
          <on_waivers>0</on_waivers>
          <position>1B</position>
          <icons>
            <injury>Oblique: 15-day DL. Out until at least mid-June</injury>
          </icons>
          <lastname>Ishikawa</lastname>
          <pro_status>DL</pro_status>
          <profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/549249</profile_url>
          <fullname>Travis Ishikawa</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/549249'&gt;Ishikawa, Travis&lt;/a&gt; 1B MIL &lt;span title="Oblique: 15-day DL. Out until at least mid-June"&gt;&lt;a href="http://<league_id>.baseball.cbssports.com/players/playerpage/549249" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>MIL</pro_team>
        </player>
      </injury>
      <injury>
        <expected_return>15-day DL. Out until at least mid-July</expected_return>
        <injury_type>Knee</injury_type>
        <timestamp>1337483045</timestamp>
        <status>DL</status>
        <player_id>22419</player_id>
        <player id="22419">
          <firstname>Lance</firstname>
          <on_waivers>0</on_waivers>
          <position>RF</position>
          <icons>
            <injury>Knee: 15-day DL. Out until at least mid-July</injury>
          </icons>
          <lastname>Berkman</lastname>
          <pro_status>DL</pro_status>
          <profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/22419</profile_url>
          <fullname>Lance Berkman</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/22419'&gt;Berkman, Lance&lt;/a&gt; RF STL &lt;span title="Knee: 15-day DL. Out until at least mid-July"&gt;&lt;a href="http://<league_id>.baseball.cbssports.com/players/playerpage/22419" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>STL</pro_team>
        </player>
      </injury>
      <injury>
        <expected_return>60-day DL. Out until at least early July</expected_return>
        <injury_type>Hamstring, shoulder</injury_type>
        <timestamp>1322579764</timestamp>
        <status>DL</status>
        <player_id>1208663</player_id>
        <player id="1208663">
          <firstname>Chris</firstname>
          <on_waivers>0</on_waivers>
          <position>1B</position>
          <icons>
            <injury>Hamstring, shoulder: 60-day DL. Out until at least early July</injury>
          </icons>
          <lastname>Marrero</lastname>
          <pro_status>DL</pro_status>
          <profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/1208663</profile_url>
          <fullname>Chris Marrero</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1208663'&gt;Marrero, Chris&lt;/a&gt; 1B WAS &lt;span title="Hamstring, shoulder: 60-day DL. Out until at least early July"&gt;&lt;a href="http://<league_id>.baseball.cbssports.com/players/playerpage/1208663" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>WAS</pro_team>
        </player>
      </injury>
      <injury>
        <expected_return>15-day DL. Out until at least early July</expected_return>
        <injury_type>Achilles</injury_type>
        <timestamp>1318046839</timestamp>
        <status>DL</status>
        <player_id>448940</player_id>
        <player id="448940">
          <firstname>Ryan</firstname>
          <on_waivers>1</on_waivers>
          <position>1B</position>
          <icons>
            <injury>Achilles: 15-day DL. Out until at least early July</injury>
            <headline>Howard gets two hits in ext. spring game</headline>
          </icons>
          <lastname>Howard</lastname>
          <pro_status>DL</pro_status>
          <profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/448940</profile_url>
          <fullname>Ryan Howard</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/448940'&gt;Howard, Ryan&lt;/a&gt; 1B PHI &lt;span title="Howard gets two hits in ext. spring game"&gt;&lt;a href="http://<league_id>.baseball.cbssports.com/players/playerpage/448940" class="playerLink" subtab="Update"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/news-note.gif"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2&gt;&lt;span title="Achilles: 15-day DL. Out until at least early July"&gt;&lt;a href="http://<league_id>.baseball.cbssports.com/players/playerpage/448940" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>PHI</pro_team>
        </player>
      </injury>
    </injuries>
  </body>
</result>

JSON Response

{
   "body" : {
      "injuries" : [
         {
            "expected_return" : "Questionable for June 8 vs. Toronto",
            "injury_type" : "Finger",
            "timestamp" : "1339027946",
            "status" : "Questionable",
            "player_id" : "1630079",
            "player" : {
               "firstname" : "Freddie",
               "on_waivers" : 0,
               "position" : "1B",
               "icons" : {
                  "injury" : "Finger: Questionable for June 8 vs. Toronto",
                  "headline" : "X-rays negative for Freeman"
               },
               "lastname" : "Freeman",
               "pro_status" : "A",
               "profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/1630079",
               "fullname" : "Freddie Freeman",
               "id" : "1630079",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1630079'>Freeman, Freddie</a> 1B ATL <span title=\"X-rays negative for Freeman\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/1630079\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"10\" height=\"10\" src=\"http://sports.cbsimg.net/images/news-note-recent.gif\"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title=\"Finger: Questionable for June 8 vs. Toronto\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/1630079\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title=\"Freeman's RBI single\"><a href=\"javascript:openPopup('/media/game-day/video?player_id=518692','mlbvideo', 990, 750);\"><img src=\"http://sports.cbsimg.net/images/video.gif\" border=\"0\"></a></span>",
               "pro_team" : "ATL"
            }
         },
         {
            "expected_return" : "7-day DL. Out until at least mid-June",
            "injury_type" : "Concussion",
            "timestamp" : "1338864564",
            "status" : "DL",
            "player_id" : "538897",
            "player" : {
               "firstname" : "Bobby",
               "on_waivers" : 1,
               "position" : "C",
               "icons" : {
                  "injury" : "Concussion: 7-day DL. Out until at least mid-June",
                  "headline" : "Wilson moved to DL"
               },
               "lastname" : "Wilson",
               "pro_status" : "DL",
               "profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/538897",
               "fullname" : "Bobby Wilson",
               "id" : "538897",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/538897'>Wilson, Bobby</a> C LAA <span title=\"Wilson moved to DL\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/538897\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/news-note.gif\"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title=\"Concussion: 7-day DL. Out until at least mid-June\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/538897\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "LAA"
            }
         },
         {
            "expected_return" : "Questionable for June 8 at Atlanta",
            "injury_type" : "Hand",
            "timestamp" : "1338751870",
            "status" : "Questionable",
            "player_id" : "392294",
            "player" : {
               "firstname" : "Edwin",
               "on_waivers" : 0,
               "position" : "3B",
               "icons" : {
                  "injury" : "Hand: Questionable for June 8 at Atlanta",
                  "headline" : "Encarnacion sits out again"
               },
               "lastname" : "Encarnacion",
               "pro_status" : "A",
               "profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/392294",
               "fullname" : "Edwin Encarnacion",
               "id" : "392294",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/392294'>Encarnacion, Edwin</a> 3B TOR <span title=\"Encarnacion sits out again\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/392294\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"10\" height=\"10\" src=\"http://sports.cbsimg.net/images/news-note-recent.gif\"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title=\"Hand: Questionable for June 8 at Atlanta\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/392294\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "TOR"
            }
         },
         {
            "expected_return" : "15-day DL. Out until at least mid-June",
            "injury_type" : "Hamstring ",
            "timestamp" : "1338608092",
            "status" : "DL",
            "player_id" : "21607",
            "player" : {
               "firstname" : "Carlos",
               "on_waivers" : 0,
               "position" : "LF",
               "icons" : {
                  "injury" : "Hamstring : 15-day DL. Out until at least mid-June"
               },
               "lastname" : "Lee",
               "pro_status" : "DL",
               "profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/21607",
               "fullname" : "Carlos Lee",
               "id" : "21607",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/21607'>Lee, Carlos</a> LF HOU <span title=\"Hamstring : 15-day DL. Out until at least mid-June\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/21607\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "HOU"
            }
         },
         {
            "expected_return" : "15-day DL. Out until at least mid-June",
            "injury_type" : "Oblique",
            "timestamp" : "1338143493",
            "status" : "DL",
            "player_id" : "549249",
            "player" : {
               "firstname" : "Travis",
               "on_waivers" : 0,
               "position" : "1B",
               "icons" : {
                  "injury" : "Oblique: 15-day DL. Out until at least mid-June"
               },
               "lastname" : "Ishikawa",
               "pro_status" : "DL",
               "profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/549249",
               "fullname" : "Travis Ishikawa",
               "id" : "549249",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/549249'>Ishikawa, Travis</a> 1B MIL <span title=\"Oblique: 15-day DL. Out until at least mid-June\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/549249\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "MIL"
            }
         },
         {
            "expected_return" : "15-day DL. Out until at least mid-July",
            "injury_type" : "Knee",
            "timestamp" : "1337483045",
            "status" : "DL",
            "player_id" : "22419",
            "player" : {
               "firstname" : "Lance",
               "on_waivers" : 0,
               "position" : "RF",
               "icons" : {
                  "injury" : "Knee: 15-day DL. Out until at least mid-July"
               },
               "lastname" : "Berkman",
               "pro_status" : "DL",
               "profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/22419",
               "fullname" : "Lance Berkman",
               "id" : "22419",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/22419'>Berkman, Lance</a> RF STL <span title=\"Knee: 15-day DL. Out until at least mid-July\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/22419\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "STL"
            }
         },
         {
            "expected_return" : "60-day DL. Out until at least early July",
            "injury_type" : "Hamstring, shoulder",
            "timestamp" : "1322579764",
            "status" : "DL",
            "player_id" : "1208663",
            "player" : {
               "firstname" : "Chris",
               "on_waivers" : 0,
               "position" : "1B",
               "icons" : {
                  "injury" : "Hamstring, shoulder: 60-day DL. Out until at least early July"
               },
               "lastname" : "Marrero",
               "pro_status" : "DL",
               "profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/1208663",
               "fullname" : "Chris Marrero",
               "id" : "1208663",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1208663'>Marrero, Chris</a> 1B WAS <span title=\"Hamstring, shoulder: 60-day DL. Out until at least early July\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/1208663\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "WAS"
            }
         },
         {
            "expected_return" : "15-day DL. Out until at least early July",
            "injury_type" : "Achilles",
            "timestamp" : "1318046839",
            "status" : "DL",
            "player_id" : "448940",
            "player" : {
               "firstname" : "Ryan",
               "on_waivers" : 1,
               "position" : "1B",
               "icons" : {
                  "injury" : "Achilles: 15-day DL. Out until at least early July",
                  "headline" : "Howard gets two hits in ext. spring game"
               },
               "lastname" : "Howard",
               "pro_status" : "DL",
               "profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/448940",
               "fullname" : "Ryan Howard",
               "id" : "448940",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/448940'>Howard, Ryan</a> 1B PHI <span title=\"Howard gets two hits in ext. spring game\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/448940\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/news-note.gif\"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title=\"Achilles: 15-day DL. Out until at least early July\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/448940\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "PHI"
            }
         }
      ]
   },
   "uriAlias" : "/players/injuries",
   "statusMessage" : "OK",
   "uri" : "/players/injuries",
   "statusCode" : 200
}

Sample URL

Injury Report for all Quarterbacks (position=QB)

http://api.cbssports.com/fantasy/players/injuries?version=2.0&position=QB

XML Response

<?xml version="1.0"?>
<result uriAlias="/players/injuries" uri="/players/injuries" statusCode="200" statusMessage="OK">
  <body>
    <injuries>
      <injury>
        <expected_return>Probable for start of training camp</expected_return>
        <injury_type>Back</injury_type>
        <timestamp>1329326416</timestamp>
        <status>Probable</status>
        <player_id>302027</player_id>
        <player id="302027">
          <bye_week>7</bye_week>
          <firstname>David</firstname>
          <on_waivers>1</on_waivers>
          <position>QB</position>
          <icons>
            <injury>Back: Probable for start of training camp</injury>
            <headline>Garrard not at practice</headline>
          </icons>
          <lastname>Garrard</lastname>
          <is_locked>0</is_locked>
          <opponent>@HOU</opponent>
          <pro_status>A</pro_status>
          <profile_url>http://<league_id>.football.cbssports.com/players/playerpage/302027</profile_url>
          <fullname>David Garrard</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/302027'&gt;Garrard, David&lt;/a&gt; QB MIA &lt;span title="Garrard not at practice"&gt;&lt;a href="http://<league_id>.football.cbssports.com/players/playerpage/302027" class="playerLink" subtab="Update"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/news-note.gif"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2&gt;&lt;span title="Back: Probable for start of training camp"&gt;&lt;a href="http://<league_id>.football.cbssports.com/players/playerpage/302027" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>MIA</pro_team>
        </player>
      </injury>
      <injury>
        <expected_return>Probable for start of 2012 training camp</expected_return>
        <injury_type>Shoulder</injury_type>
        <timestamp>1329316832</timestamp>
        <status>Probable</status>
        <player_id>187741</player_id>
        <player id="187741">
          <bye_week>9</bye_week>
          <firstname>Tom</firstname>
          <on_waivers>1</on_waivers>
          <position>QB</position>
          <icons>
            <injury>Shoulder: Probable for start of 2012 training camp</injury>
            <headline>Slight changes for Brady</headline>
          </icons>
          <lastname>Brady</lastname>
          <is_locked>0</is_locked>
          <opponent>@TEN</opponent>
          <pro_status>A</pro_status>
          <profile_url>http://<league_id>.football.cbssports.com/players/playerpage/187741</profile_url>
          <fullname>Tom Brady</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/187741'&gt;Brady, Tom&lt;/a&gt; QB NE &lt;span title="Slight changes for Brady"&gt;&lt;a href="http://<league_id>.football.cbssports.com/players/playerpage/187741" class="playerLink" subtab="Update"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/news-note.gif"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2&gt;&lt;span title="Shoulder: Probable for start of 2012 training camp"&gt;&lt;a href="http://<league_id>.football.cbssports.com/players/playerpage/187741" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>NE</pro_team>
        </player>
      </injury>
      <injury>
        <expected_return>Probable for start of training camp</expected_return>
        <injury_type>Collarbone</injury_type>
        <timestamp>1325285591</timestamp>
        <status>Probable</status>
        <player_id>407793</player_id>
        <player id="407793">
          <bye_week>6</bye_week>
          <firstname>Jason</firstname>
          <on_waivers>1</on_waivers>
          <position>QB</position>
          <icons>
            <injury>Collarbone: Probable for start of training camp</injury>
          </icons>
          <lastname>Campbell</lastname>
          <is_locked>0</is_locked>
          <opponent>IND</opponent>
          <pro_status>A</pro_status>
          <profile_url>http://<league_id>.football.cbssports.com/players/playerpage/407793</profile_url>
          <fullname>Jason Campbell</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/407793'&gt;Campbell, Jason&lt;/a&gt; QB CHI &lt;span title="Collarbone: Probable for start of training camp"&gt;&lt;a href="http://<league_id>.football.cbssports.com/players/playerpage/407793" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>CHI</pro_team>
        </player>
      </injury>
      <injury>
        <expected_return>Questionable for start of training camp</expected_return>
        <injury_type>Neck</injury_type>
        <timestamp>1325285591</timestamp>
        <status>Questionable</status>
        <player_id>12531</player_id>
        <player id="12531">
          <bye_week>7</bye_week>
          <firstname>Peyton</firstname>
          <on_waivers>1</on_waivers>
          <position>QB</position>
          <icons>
            <injury>Neck: Questionable for start of training camp</injury>
            <headline>Manning starts to throw deep</headline>
          </icons>
          <lastname>Manning</lastname>
          <is_locked>0</is_locked>
          <opponent>PIT</opponent>
          <pro_status>A</pro_status>
          <profile_url>http://<league_id>.football.cbssports.com/players/playerpage/12531</profile_url>
          <fullname>Peyton Manning</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/12531'&gt;Manning, Peyton&lt;/a&gt; QB DEN &lt;span title="Manning starts to throw deep"&gt;&lt;a href="http://<league_id>.football.cbssports.com/players/playerpage/12531" class="playerLink" subtab="Update"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/news-note.gif"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2&gt;&lt;span title="Neck: Questionable for start of training camp"&gt;&lt;a href="http://<league_id>.football.cbssports.com/players/playerpage/12531" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>DEN</pro_team>
        </player>
      </injury>
      <injury>
        <expected_return>Probable for start of training camp</expected_return>
        <injury_type>Right thumb</injury_type>
        <timestamp>1324681271</timestamp>
        <status>Probable</status>
        <player_id>409102</player_id>
        <player id="409102">
          <bye_week>6</bye_week>
          <firstname>Jay</firstname>
          <on_waivers>1</on_waivers>
          <position>QB</position>
          <icons>
            <injury>Right thumb: Probable for start of training camp</injury>
            <headline>Cutler concerned about O-line</headline>
          </icons>
          <lastname>Cutler</lastname>
          <is_locked>0</is_locked>
          <opponent>IND</opponent>
          <pro_status>A</pro_status>
          <profile_url>http://<league_id>.football.cbssports.com/players/playerpage/409102</profile_url>
          <fullname>Jay Cutler</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/409102'&gt;Cutler, Jay&lt;/a&gt; QB CHI &lt;span title="Cutler concerned about O-line"&gt;&lt;a href="http://<league_id>.football.cbssports.com/players/playerpage/409102" class="playerLink" subtab="Update"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/news-note.gif"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2&gt;&lt;span title="Right thumb: Probable for start of training camp"&gt;&lt;a href="http://<league_id>.football.cbssports.com/players/playerpage/409102" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>CHI</pro_team>
        </player>
      </injury>
      <injury>
        <expected_return>Probable for start of training camp</expected_return>
        <injury_type>Hand</injury_type>
        <timestamp>1323213487</timestamp>
        <status>Probable</status>
        <player_id>552470</player_id>
        <player id="552470">
          <bye_week>7</bye_week>
          <firstname>Matt</firstname>
          <on_waivers>1</on_waivers>
          <position>QB</position>
          <icons>
            <injury>Hand: Probable for start of training camp</injury>
          </icons>
          <lastname>Cassel</lastname>
          <is_locked>0</is_locked>
          <opponent>ATL</opponent>
          <pro_status>A</pro_status>
          <profile_url>http://<league_id>.football.cbssports.com/players/playerpage/552470</profile_url>
          <fullname>Matt Cassel</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/552470'&gt;Cassel, Matt&lt;/a&gt; QB KC &lt;span title="Hand: Probable for start of training camp"&gt;&lt;a href="http://<league_id>.football.cbssports.com/players/playerpage/552470" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>KC</pro_team>
        </player>
      </injury>
      <injury>
        <expected_return>Questionable for start of training camp</expected_return>
        <injury_type>Shoulder</injury_type>
        <timestamp>1322422378</timestamp>
        <status>Questionable</status>
        <player_id>415213</player_id>
        <player id="415213">
          <bye_week>5</bye_week>
          <firstname>Matt</firstname>
          <on_waivers>1</on_waivers>
          <position>QB</position>
          <icons>
            <injury>Shoulder: Questionable for start of training camp</injury>
          </icons>
          <lastname>Leinart</lastname>
          <is_locked>0</is_locked>
          <opponent>SD</opponent>
          <pro_status>A</pro_status>
          <profile_url>http://<league_id>.football.cbssports.com/players/playerpage/415213</profile_url>
          <fullname>Matt Leinart</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/415213'&gt;Leinart, Matt&lt;/a&gt; QB OAK &lt;span title="Shoulder: Questionable for start of training camp"&gt;&lt;a href="http://<league_id>.football.cbssports.com/players/playerpage/415213" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>OAK</pro_team>
        </player>
      </injury>
      <injury>
        <expected_return>Probable for start of training camp</expected_return>
        <injury_type>Foot</injury_type>
        <timestamp>1321221255</timestamp>
        <status>Probable</status>
        <player_id>493050</player_id>
        <player id="493050">
          <bye_week>8</bye_week>
          <firstname>Matt</firstname>
          <on_waivers>1</on_waivers>
          <position>QB</position>
          <icons>
            <injury>Foot: Probable for start of training camp</injury>
            <headline>Texans will be cautious with Schaub</headline>
          </icons>
          <lastname>Schaub</lastname>
          <is_locked>0</is_locked>
          <opponent>MIA</opponent>
          <pro_status>A</pro_status>
          <profile_url>http://<league_id>.football.cbssports.com/players/playerpage/493050</profile_url>
          <fullname>Matt Schaub</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/493050'&gt;Schaub, Matt&lt;/a&gt; QB HOU &lt;span title="Texans will be cautious with Schaub"&gt;&lt;a href="http://<league_id>.football.cbssports.com/players/playerpage/493050" class="playerLink" subtab="Update"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/news-note.gif"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2&gt;&lt;span title="Foot: Probable for start of training camp"&gt;&lt;a href="http://<league_id>.football.cbssports.com/players/playerpage/493050" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>HOU</pro_team>
        </player>
      </injury>
      <injury>
        <expected_return>Probable for start of training camp</expected_return>
        <injury_type>Shoulder</injury_type>
        <timestamp>1317587935</timestamp>
        <status>Probable</status>
        <player_id>517291</player_id>
        <player id="517291">
          <bye_week>6</bye_week>
          <firstname>Chad</firstname>
          <on_waivers>1</on_waivers>
          <position>QB</position>
          <icons>
            <injury>Shoulder: Probable for start of training camp</injury>
          </icons>
          <lastname>Henne</lastname>
          <is_locked>0</is_locked>
          <opponent>@MIN</opponent>
          <pro_status>A</pro_status>
          <profile_url>http://<league_id>.football.cbssports.com/players/playerpage/517291</profile_url>
          <fullname>Chad Henne</fullname>
          <profile_link>&lt;a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/517291'&gt;Henne, Chad&lt;/a&gt; QB JAC &lt;span title="Shoulder: Probable for start of training camp"&gt;&lt;a href="http://<league_id>.football.cbssports.com/players/playerpage/517291" subtab="Injury Report" class="playerLink"&gt;&lt;img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/&gt;&lt;/a&gt;&lt;/span&gt;</profile_link>
          <pro_team>JAC</pro_team>
        </player>
      </injury>
    </injuries>
  </body>
</result>

JSON Response

{
   "body" : {
      "injuries" : [
         {
            "expected_return" : "Probable for start of training camp",
            "injury_type" : "Back",
            "timestamp" : "1329326416",
            "status" : "Probable",
            "player_id" : "302027",
            "player" : {
               "bye_week" : "7",
               "firstname" : "David",
               "on_waivers" : 1,
               "position" : "QB",
               "icons" : {
                  "injury" : "Back: Probable for start of training camp",
                  "headline" : "Garrard not at practice"
               },
               "lastname" : "Garrard",
               "is_locked" : 0,
               "opponent" : "@HOU",
               "pro_status" : "A",
               "profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/302027",
               "fullname" : "David Garrard",
               "id" : "302027",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/302027'>Garrard, David</a> QB MIA <span title=\"Garrard not at practice\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/302027\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/news-note.gif\"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title=\"Back: Probable for start of training camp\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/302027\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "MIA"
            }
         },
         {
            "expected_return" : "Probable for start of 2012 training camp",
            "injury_type" : "Shoulder",
            "timestamp" : "1329316832",
            "status" : "Probable",
            "player_id" : "187741",
            "player" : {
               "bye_week" : "9",
               "firstname" : "Tom",
               "on_waivers" : 1,
               "position" : "QB",
               "icons" : {
                  "injury" : "Shoulder: Probable for start of 2012 training camp",
                  "headline" : "Slight changes for Brady"
               },
               "lastname" : "Brady",
               "is_locked" : 0,
               "opponent" : "@TEN",
               "pro_status" : "A",
               "profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/187741",
               "fullname" : "Tom Brady",
               "id" : "187741",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/187741'>Brady, Tom</a> QB NE <span title=\"Slight changes for Brady\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/187741\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/news-note.gif\"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title=\"Shoulder: Probable for start of 2012 training camp\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/187741\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "NE"
            }
         },
         {
            "expected_return" : "Probable for start of training camp",
            "injury_type" : "Collarbone",
            "timestamp" : "1325285591",
            "status" : "Probable",
            "player_id" : "407793",
            "player" : {
               "bye_week" : "6",
               "firstname" : "Jason",
               "on_waivers" : 1,
               "position" : "QB",
               "icons" : {
                  "injury" : "Collarbone: Probable for start of training camp"
               },
               "lastname" : "Campbell",
               "is_locked" : 0,
               "opponent" : "IND",
               "pro_status" : "A",
               "profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/407793",
               "fullname" : "Jason Campbell",
               "id" : "407793",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/407793'>Campbell, Jason</a> QB CHI <span title=\"Collarbone: Probable for start of training camp\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/407793\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "CHI"
            }
         },
         {
            "expected_return" : "Questionable for start of training camp",
            "injury_type" : "Neck",
            "timestamp" : "1325285591",
            "status" : "Questionable",
            "player_id" : "12531",
            "player" : {
               "bye_week" : "7",
               "firstname" : "Peyton",
               "on_waivers" : 1,
               "position" : "QB",
               "icons" : {
                  "injury" : "Neck: Questionable for start of training camp",
                  "headline" : "Manning starts to throw deep"
               },
               "lastname" : "Manning",
               "is_locked" : 0,
               "opponent" : "PIT",
               "pro_status" : "A",
               "profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/12531",
               "fullname" : "Peyton Manning",
               "id" : "12531",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/12531'>Manning, Peyton</a> QB DEN <span title=\"Manning starts to throw deep\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/12531\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/news-note.gif\"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title=\"Neck: Questionable for start of training camp\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/12531\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "DEN"
            }
         },
         {
            "expected_return" : "Probable for start of training camp",
            "injury_type" : "Right thumb",
            "timestamp" : "1324681271",
            "status" : "Probable",
            "player_id" : "409102",
            "player" : {
               "bye_week" : "6",
               "firstname" : "Jay",
               "on_waivers" : 1,
               "position" : "QB",
               "icons" : {
                  "injury" : "Right thumb: Probable for start of training camp",
                  "headline" : "Cutler concerned about O-line"
               },
               "lastname" : "Cutler",
               "is_locked" : 0,
               "opponent" : "IND",
               "pro_status" : "A",
               "profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/409102",
               "fullname" : "Jay Cutler",
               "id" : "409102",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/409102'>Cutler, Jay</a> QB CHI <span title=\"Cutler concerned about O-line\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/409102\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/news-note.gif\"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title=\"Right thumb: Probable for start of training camp\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/409102\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "CHI"
            }
         },
         {
            "expected_return" : "Probable for start of training camp",
            "injury_type" : "Hand",
            "timestamp" : "1323213487",
            "status" : "Probable",
            "player_id" : "552470",
            "player" : {
               "bye_week" : "7",
               "firstname" : "Matt",
               "on_waivers" : 1,
               "position" : "QB",
               "icons" : {
                  "injury" : "Hand: Probable for start of training camp"
               },
               "lastname" : "Cassel",
               "is_locked" : 0,
               "opponent" : "ATL",
               "pro_status" : "A",
               "profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/552470",
               "fullname" : "Matt Cassel",
               "id" : "552470",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/552470'>Cassel, Matt</a> QB KC <span title=\"Hand: Probable for start of training camp\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/552470\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "KC"
            }
         },
         {
            "expected_return" : "Questionable for start of training camp",
            "injury_type" : "Shoulder",
            "timestamp" : "1322422378",
            "status" : "Questionable",
            "player_id" : "415213",
            "player" : {
               "bye_week" : "5",
               "firstname" : "Matt",
               "on_waivers" : 1,
               "position" : "QB",
               "icons" : {
                  "injury" : "Shoulder: Questionable for start of training camp"
               },
               "lastname" : "Leinart",
               "is_locked" : 0,
               "opponent" : "SD",
               "pro_status" : "A",
               "profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/415213",
               "fullname" : "Matt Leinart",
               "id" : "415213",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/415213'>Leinart, Matt</a> QB OAK <span title=\"Shoulder: Questionable for start of training camp\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/415213\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "OAK"
            }
         },
         {
            "expected_return" : "Probable for start of training camp",
            "injury_type" : "Foot",
            "timestamp" : "1321221255",
            "status" : "Probable",
            "player_id" : "493050",
            "player" : {
               "bye_week" : "8",
               "firstname" : "Matt",
               "on_waivers" : 1,
               "position" : "QB",
               "icons" : {
                  "injury" : "Foot: Probable for start of training camp",
                  "headline" : "Texans will be cautious with Schaub"
               },
               "lastname" : "Schaub",
               "is_locked" : 0,
               "opponent" : "MIA",
               "pro_status" : "A",
               "profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/493050",
               "fullname" : "Matt Schaub",
               "id" : "493050",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/493050'>Schaub, Matt</a> QB HOU <span title=\"Texans will be cautious with Schaub\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/493050\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/news-note.gif\"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title=\"Foot: Probable for start of training camp\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/493050\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "HOU"
            }
         },
         {
            "expected_return" : "Probable for start of training camp",
            "injury_type" : "Shoulder",
            "timestamp" : "1317587935",
            "status" : "Probable",
            "player_id" : "517291",
            "player" : {
               "bye_week" : "6",
               "firstname" : "Chad",
               "on_waivers" : 1,
               "position" : "QB",
               "icons" : {
                  "injury" : "Shoulder: Probable for start of training camp"
               },
               "lastname" : "Henne",
               "is_locked" : 0,
               "opponent" : "@MIN",
               "pro_status" : "A",
               "profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/517291",
               "fullname" : "Chad Henne",
               "id" : "517291",
               "profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/517291'>Henne, Chad</a> QB JAC <span title=\"Shoulder: Probable for start of training camp\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/517291\" subtab=\"Injury Report\" class=\"playerLink\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/red_cross.gif\"/></a></span>",
               "pro_team" : "JAC"
            }
         }
      ]
   },
   "uriAlias" : "/players/injuries",
   "statusMessage" : "OK",
   "uri" : "/players/injuries",
   "statusCode" : 200
}

XML field definitions

/injuries

A container element for a list of player injuries.

/injuries/injury

A container element for a player injury.

/injuries/injury/expected_return

The expected return for a player (e.g.  15-day DL.  Could return by end of June).

/injuries/injury/injury_type

The type of injury (e.g.  Shoulder, Knee, Back, etc).

/injuries/injury/player

A container for a player’s data.

/injuries/injury/player/@id

ID of a player.

/injuries/injury/player/firstname

The player’s first name.

/injuries/injury/player/fullname

The player’s full name.

/injuries/injury/player/icons

A container element for the player’s update, injury, suspension, and inactive icons.

/injuries/injury/player/icons/headline

The headline of the player’s latest news update.

/injuries/injury/player/icons/injury

If the player is injured, this field will exist and indicate the injury in the format: {injury}: {expected time of return}.

/injuries/injury/player/lastname

The player’s last name.

/injuries/injury/player/on_waivers

A boolean to denote if a player is on waivers in a fantasy league or no.

/injuries/injury/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.

/injuries/injury/player/pro_status

Specifies the roster status of the player on the player’s pro team.  Possible values are A (Active), M (Minors), U (Unaffiliated), N (Not With Team), DL (Disabled List), and S (Suspended).

/injuries/injury/player/pro_team

An abbreviation for the player’s pro team.

/injuries/injury/player/profile_link

A snippet of HTML code containing a link to the player’s profile.

/injuries/injury/player/profile_url

The absolute URL for the CBSSports.com profile for a player.  This URL should be used to link to the page outside of the iframe in which your app resides.

/injuries/injury/player_id

ID of a the player the injury is associated to.

/injuries/injury/status

Status of the player as related to the injury.  Possbile values are Out, OK, Probable, Doubtful, Questionable, DL (Disabled List), IL (Injured List), PUP (Physically Unable to Perform List), IR (Injured Reserve), Suspended, Not With Team, Retired, Gametime (Game-time decision whether the player will play in the game or not), NFI (Non-Football Injury List), left (Left game due to injury).

/injuries/injury/timestamp

Timestamp of when the injury was added to the list in UNIX timestamp format.

/injuries/injury/player/bye_week

A number to denote the bye-week for a pro team (only applicable to football).

/injuries/injury/player/is_locked

A boolean to denote if a player is locked (can not be involved in any add/drops, trades, and lineup moves as the player’s team’s game has already started).

/injuries/injury/player/opponent

Player’s opponent (only available for football).