Player Updates v2.0
| Player Updates | |
| Resource | |
| Player Updates | Retrieve a list of player updates. |
| Change Log | |
| January 15, 2013 | |
| HTTP Methods | |
| GET | Retrieve a list of player updates |
| Exceptions | |
| Following list of exceptions will be returned. | |
| Example | |
| Retrieve Player Updates | |
| XML field definitions | |
| /player_updates | A container element for a list of player updates. |
| /player_updates/ | A container element for the player update data. |
| /player_updates/ | Expert analysis of the update. |
| /player_updates/ | The news item containing the update on the player. |
| /player_updates/ | A container element for the player’s information. |
| /player_updates/ | The ID of the player. |
| /player_updates/ | The ID of the fantasy team that owns the player (will only be present for players that are owned). |
| /player_updates/ | The first name of the player. |
| /player_updates/ | The full name of the player. |
| /player_updates/ | A container element for the player’s update and injury icons. |
| /player_updates/ | The headline of the player’s latest news update. |
| /player_updates/ | If the player is injured, this field will exist and indicate the injury in the format: {injury}: {expected time of return} |
| /player_updates/ | The last name of the player. |
| /player_updates/ | A boolean to denote if a player is on waivers in a fantasy league or no. |
| /player_updates/ | An abbreviation for the primary position of the player. |
| /player_updates/ | Specifies the roster status of the player on the player’s pro team. |
| /player_updates/ | An abbreviation for the player’s pro team. |
| /player_updates/ | A snippet of HTML code containing a link to the player’s profile. |
| /player_updates/ | The absolute URL for the CBSSports.com profile for a player. |
| /player_updates/ | The timestamp of the player update, in UNIX timestamp format. |
| /player_updates/ | The title of the news story containing the player update. |
| /player_updates/ | The type of the update as determined by the author of the update. |
| /player_updates/ | A number to denote the bye-week for a pro team (only applicable to football). |
| /player_updates/ | 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). |
| /player_updates/ | Player’s opponent (only available for football). |
Player Updates
Description
Retrieve a list of player updates. You can filter the list of players returned by pro team, position, player ID, fantasy team ID, team type, eligible position, free agent status, or player type. Only one filter parameter is allowed. If no filter is specified, all updates are returned.
GET
Retrieve a list of player updates
URL
http://api.cbssports.com
Parameters
| response_format | (optional) Specifies the format in which the requested resource should be returned. Valid values are XML and JSON. The default is XML. |
| team_id | Fantasy Team ID (optional, multiple NOT allowed). Returns player updates for players on the roster of a fantasy team identified by this param. |
| team_type | Fantasy Team Type (optional, multiple NOT allowed, only to be used with team_id param). Valid values are ‘roster’ (for Roster) and ‘scout’ (for Scout Team). |
| team_abbr | Pro Team Abbreviation (optional, multiple allowed, cannot be used with position, player_id, eligible_position, free_agents, or type parameters). Limits the player search to players who play for a particular pro team. You can pass multiple pro teams as team_abbr=NYY&team_abbr=BOS |
| position | Player Position (optional, multiple allowed, cannot be used with team_abbr, player_id, eligible_position, free_agents, or type parameters). Returns Player Updates for all players that play at the position. You can pass multiple positions as position=1B&position=SS |
| player_id | Player ID (optional, multiple allowed, cannot be used with position, team_abbr, eligible_position, free_agents, or type parameters). The ID of the player or players whose update is to be returned. You can pass multiple player ids as player_id=223571&player_id=548808 |
| eligible_position | Player Position (optional, multiple allowed, cannot be used with position, player_id, team_abbr, free_agents, or type parameters). Returns Player Updates for all players that are eligible at the position based on fantasy league’s eligibility rules. You can pass multiple eligible positions as eligible_position=1B&eligible_position=SP |
| free_agents | 1 (optional, multiple NOT allowed, cannot be used with position, player_id, eligible_position, team_abbr, or type parameters). Returns Player Updates for all free agents in the fantasy league. |
| type | Player Update Type (optional, multiple allowed, cannot be used with position, player_id, eligible_position, free_agents, or team_abbr parameters). Valid values are ‘hot’, ‘cold’, and ‘normal’. You can specify multiple types as type=hot&type=cold |
| limit | (optional) Limit the number of player updates returned to this number |
Retrieve Player Updates
Sample URL
All Player Updates
http://api.cbssports.com/fantasy/players/updates?version=2.0
Player updates for all firstbasemen
http://api.cbssports.com/fantasy/players/updates?version=2.0&position=1B
Player updates for all players from New York Yankees (team_abbr NYY)
http://api.cbssports.com/fantasy/players/updates?version=2.0&team_abbr=NYY
Player Updates for player_id 223571 and player_id 293103
http://api.cbssports.com/fantasy/players/updates?version=2.0&player_id=223571&player_id=293103
Player Updates for all players on the roster of fantasy team ID 15
http://api.cbssports.com/fantasy/players/updates?version=2.0&team_id=15
Player Updates for all players on the scout team of fantasy team 15
http://api.cbssports.com/fantasy/players/updates?version=2.0&team_id=15&team_type=scout
Player Updates for all players that are eligible at First Base based on fantasy league.s eligibility rules
http://api.cbssports.com/fantasy/players/updates?version=2.0&eligible_position=1B
Player Updates for all free agents in the fantasy league
http://api.cbssports.com/fantasy/players/updates?version=2.0&free_agents=1
Player Updates with type = ‘hot’
http://api.cbssports.com/fantasy/players/updates?version=2.0&type=hot
XML Response
<?xml version="1.0"?>
<result uriAlias="/players/updates" uri="/players/updates" statusCode="200" statusMessage="OK">
<body>
<player_updates>
<player_update>
<timestamp>1339422818</timestamp>
<player id="7495">
<firstname>Chris</firstname>
<fantasy_team_id>1</fantasy_team_id>
<on_waivers>0</on_waivers>
<position>SP</position>
<icons>
<injury>Neck, shoulder: 60-day DL. Out until at least late July</injury>
<headline>Carpenter climbing toward mound</headline>
</icons>
<lastname>Carpenter</lastname>
<pro_status>DL</pro_status>
<profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/7495</profile_url>
<fullname>Chris Carpenter</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/7495'>Carpenter, Chris</a> SP STL <span title="Carpenter climbing toward mound"><a href="http://<league_id>.baseball.cbssports.com/players/playerpage/7495" 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="Neck, shoulder: 60-day DL. Out until at least late July"><a href="http://<league_id>.baseball.cbssports.com/players/playerpage/7495" subtab="Injury Report" class="playerLink"><img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/></a></span></profile_link>
<pro_team>STL</pro_team>
</player>
<news>Barring a setback in his conditioning program, Cardinals starting pitcher <a class="playerLink" href="/players/playerpage/7495/chris-carpenter">Chris Carpenter</a> (neck, shoulder) is expected to throw off a mound later this week for the first time since spring training, the <i> St. Louis Post-Dispatch </i> reports. Carpenter has been sidelined since mid-March with a right shoulder injury that was intensified by a nerve disorder. "Where I'm at right now compares to where I'm at when I start preparing myself to go to spring training," Carpenter said. "I've been doing everything: strengthening my upper body, running, everything. I feel great."</news>
<type>normal</type>
<title>Carpenter climbing toward mound</title>
<analysis>Cardinals general manager John Mozeliak said last week that the club is hoping to determine Carpenter's availability for the remainder of season by July 1. The right-hander's bullpen session should help that decision. "I don't think any of us will know anything for sure until I get back on the mound. That's what's going to determine where it's headed," said Carpenter, who threw a career-high 273 1/3 innings between the regular season and postseason last year. "But I'm very confident we'll know more by then." Fantasy owners should continue monitoring the former Cy Young Award winner's progress as any return to the St. Louis rotation won't happen until after the All-Star break.</analysis>
</player_update>
<player_update>
<timestamp>1339423900</timestamp>
<player id="1741611">
<firstname>Hernan</firstname>
<on_waivers>1</on_waivers>
<position>2B</position>
<icons>
<headline>Perez doesn't stay long</headline>
</icons>
<lastname>Perez</lastname>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/1741611</profile_url>
<fullname>Hernan Perez</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1741611'>Perez, Hernan</a> 2B DET <span title="Perez doesn't stay long"><a href="http://<league_id>.baseball.cbssports.com/players/playerpage/1741611" 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="Perez's first career hit"><a href="javascript:openPopup('/media/game-day/video?player_id=541650','mlbvideo', 990, 750);"><img src="http://sports.cbsimg.net/images/video.gif" border="0"></a></span></profile_link>
<pro_team>DET</pro_team>
</player>
<news>The Detroit Tigers optioned second baseman <a class="playerLink" href="/players/playerpage/1741611/hernan-perez">Hernan Perez</a> back to Class A Lakeland following Sunday's game at Cincinnati, the team announced. Perez's removal clears a roster spot for <a class="playerLink" href="/players/playerpage/224393/jhonny-peralta">Jhonny Peralta</a>, who is expected to return from paternity leave on Tuesday.</news>
<type>normal</type>
<title>Perez doesn't stay long</title>
<analysis>Perez, viewed as one of the Tigers' top infield prospects, collected a hit in two at-bats during his major-league debut. The 21-year-old wasn't expected to stay with Detroit very long and will continue his progression in the minors. He's likely a few years away from making a Fantasy impact.</analysis>
</player_update>
<player_update>
<timestamp>1339423191</timestamp>
<player id="1199459">
<firstname>Matt</firstname>
<on_waivers>0</on_waivers>
<position>RP</position>
<icons>
<headline>Palmer destined for minors</headline>
</icons>
<lastname>Palmer</lastname>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/1199459</profile_url>
<fullname>Matt Palmer</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1199459'>Palmer, Matt</a> RP SD <span title="Palmer destined for minors"><a href="http://<league_id>.baseball.cbssports.com/players/playerpage/1199459" class="playerLink" subtab="Update"><img border="0" width="10" height="10" src="http://sports.cbsimg.net/images/news-note-recent.gif"/></a></span></profile_link>
<pro_team>SD</pro_team>
</player>
<news>The San Diego Padres outrighted relief pitcher <a class="playerLink" href="/players/playerpage/1199459/matt-palmer">Matt Palmer</a> to Triple-A Tucson after he successfully cleared waivers. Palmer was designated for assignment last Sunday to clear a roster spot for <a class="playerLink" href="/players/playerpage/546345/huston-street">Huston Street</a>, who was activated from the disabled list.</news>
<type>normal</type>
<title>Palmer destined for minors</title>
<analysis>Palmer made only three appearances with the Padres this season and surrendered two runs -- both in one game. The right-hander also struggled in the minors before his promotion (4.50 ERA and 1.64 WHIP) and should not be considered a worthwhile Fantasy option.</analysis>
</player_update>
<player_update>
<timestamp>1339371940</timestamp>
<player id="1699360">
<firstname>Doug</firstname>
<fantasy_team_id>7</fantasy_team_id>
<on_waivers>0</on_waivers>
<position>SP</position>
<icons>
<injury>Side: 15-day DL. Out until at least mid-June</injury>
<headline>Fister not returning Wednesday</headline>
</icons>
<lastname>Fister</lastname>
<pro_status>DL</pro_status>
<profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/1699360</profile_url>
<fullname>Doug Fister</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1699360'>Fister, Doug</a> SP DET <span title="Fister not returning Wednesday"><a href="http://<league_id>.baseball.cbssports.com/players/playerpage/1699360" 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="Side: 15-day DL. Out until at least mid-June"><a href="http://<league_id>.baseball.cbssports.com/players/playerpage/1699360" subtab="Injury Report" class="playerLink"><img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/></a></span></profile_link>
<pro_team>DET</pro_team>
</player>
<news>Tigers manager Jim Leyland said Sunday that pitcher <a class="playerLink" href="/players/playerpage/1699360/doug-fister">Doug Fister</a>, on the 15-day disabled list, will not return for Wednesday's start against the Cubs. "He's stiff and a little sore," Leyland told MLive.com. "He's definitely not going to pitch Wednesday. That's the only information I can give you on him. He will not pitch Wednesday. We were hoping for that, but that's not going to happen." <a class="playerLink" href="/players/playerpage/1232129/rick-porcello">Rick Porcello</a> will take Fister's spot on Wednesday followed by <a class="playerLink" href="/players/playerpage/530362/justin-verlander">Justin Verlander</a> in Thursday's series finale. <a class="playerLink" href="/players/playerpage/1708182/casey-crosby">Casey Crosby</a> will get the nod in Friday's series opener against the Rockies. </news>
<type>normal</type>
<title>Fister not returning Wednesday</title>
<analysis>Fister, who was placed on the shelf May 30 with a left side injury, looked to be returning in Week 11 (June 11-17) but it looks like that won't happen now since he has been ruled out for Wednesday. An MRI taken in late May revealed no additional damage to his side but keep an eye on his progress going forward to see when he might return. The right-hander has gone 0-3 with a 3.15 ERA in six starts, while recording 24 strikeouts. Fister should be stashed away in most Fantasy formats while on the DL. </analysis>
</player_update>
<player_update>
<timestamp>1339363293</timestamp>
<player id="1174266">
<firstname>Alexi</firstname>
<fantasy_team_id>4</fantasy_team_id>
<on_waivers>1</on_waivers>
<position>SP</position>
<icons>
<injury>Groin: Questionable for June 16 start vs. Houston</injury>
<headline>Ogando injured during start</headline>
</icons>
<lastname>Ogando</lastname>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/1174266</profile_url>
<fullname>Alexi Ogando</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1174266'>Ogando, Alexi</a> SP TEX <span title="Ogando injured during start"><a href="http://<league_id>.baseball.cbssports.com/players/playerpage/1174266" 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="Groin: Questionable for June 16 start vs. Houston"><a href="http://<league_id>.baseball.cbssports.com/players/playerpage/1174266" 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="Alexi Ogando singles on a bunt ground ball to third baseman Pablo Sandoval. Mitch Moreland to 3rd. Craig Gentry to 2nd."><a href="javascript:openPopup('/media/game-day/video?player_id=468396','mlbvideo', 990, 750);"><img src="http://sports.cbsimg.net/images/video.gif" border="0"></a></span></profile_link>
<pro_team>TEX</pro_team>
</player>
<news>Rangers pitcher <a class="playerLink" href="/players/playerpage/1174266/alexi-ogando">Alexi Ogando</a> came out of the bullpen to replace the injured <a class="playerLink" href="/players/playerpage/1630081/derek-holland">Derek Holland</a> (shoulder) on Sunday against the Giants. Unfortunately, Ogando's return to the rotation lasted just three innings due to strained right groin. Ogando was injured legging out a bunt single in the top of the fourth inning. <a class="playerLink" href="/players/playerpage/1935245/robbie-ross">Robbie Ross</a> would eventually come out of the bullpen in the fourth to replace Ogando, who fired three perfect innings before getting hurt. He struck out two and is scheduled to undergo an MRI on Monday. "Right now it feels pretty bad," Ogando said. "Tomorrow I'll get an MRI, but right now it doesn't feel good." </news>
<type>normal</type>
<title>Ogando injured during start</title>
<analysis>The Rangers can't seem to catch a break right now. First, Neftali Feliz goes down with arm problems. Then, Holland lands on the DL. Now, Ogando joins the list of injured starters. If Ogando is unable to rejoin the rotation in Fantasy Week 11 (June 11-17), then the Rangers will have to find another starter. It might be Roy Oswalt, who wasn't expected to join the rotation until late June, but it's too early to speculate. However, this Ogando injury does make him a risky start for the upcoming scoring period.</analysis>
</player_update>
<player_update>
<timestamp>1339361002</timestamp>
<player id="580789">
<firstname>Stephen</firstname>
<on_waivers>0</on_waivers>
<position>SS</position>
<icons>
<injury>Ankle: 15-day DL. On Triple-A rehab assignment</injury>
<headline>Drew on the verge of returning?</headline>
</icons>
<lastname>Drew</lastname>
<pro_status>DL</pro_status>
<profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/580789</profile_url>
<fullname>Stephen Drew</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/580789'>Drew, Stephen</a> SS ARI <span title="Drew on the verge of returning?"><a href="http://<league_id>.baseball.cbssports.com/players/playerpage/580789" 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="Ankle: 15-day DL. On Triple-A rehab assignment"><a href="http://<league_id>.baseball.cbssports.com/players/playerpage/580789" subtab="Injury Report" class="playerLink"><img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/></a></span></profile_link>
<pro_team>ARI</pro_team>
</player>
<news>Diamondbacks shortstop <a class="playerLink" href="/players/playerpage/580789/stephen-drew">Stephen Drew</a> (ankle) homered and went 2 for 5 with two RBI in his second rehab game with Triple-A Reno on Saturday. His performance has manager Kirk Gibson thinking about a potential return date for the former 2004 first-round pick. "(Sunday) was the first day I started thinking about it a little bit, I generally think things through a few times," Gibson said, per MLB.com. "I had a conversation today on the way in about it. There are many different scenarios. You have to see how often he can play and how he's moving around." Gibson said he has been receiving positive reports about Drew's defense as well. "I know he's made some exceptional plays already," Gibson said. "We know he can swing the bat. He's <a class="playerLink" href="/players/playerpage/580789/stephen-drew">Stephen Drew</a>; he's a very good ballplayer."</news>
<type>normal</type>
<title>Drew on the verge of returning?</title>
<analysis>The Diamondbacks have the luxury of not rushing Drew back before he is ready since Willie Bloomquist and John McDonald have provided quality play in his absence. "I don't know how that affects the other guys. It's going to be interesting to see how I keep everyone involved," Gibson said. "I'm going to rotate everybody. We try to keep everyone involved. We have a good club with a lot of good players. The guys on the bench are darn good players and good guys in the clubhouse." Gibson might have a plan to ease Drew back into action to make sure his ankle holds up, but he's eventually going to re-emerge as the team's starting shortstop. Drew could be activated off the DL during Fantasy Week 11 (June 11-17), but you are taking a big gamble by starting him. Drew has the ability to be a viable Fantasy start in all formats when active.</analysis>
</player_update>
<player_update>
<timestamp>1339390841</timestamp>
<player id="1103728">
<firstname>Carlos</firstname>
<fantasy_team_id>10</fantasy_team_id>
<on_waivers>0</on_waivers>
<position>LF</position>
<icons>
<headline>CarGo continues power tear</headline>
</icons>
<lastname>Gonzalez</lastname>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/1103728</profile_url>
<fullname>Carlos Gonzalez</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1103728'>Gonzalez, Carlos</a> LF COL <span title="CarGo continues power tear"><a href="http://<league_id>.baseball.cbssports.com/players/playerpage/1103728" class="playerLink" subtab="Update"><img border="0" width="10" height="10" src="http://sports.cbsimg.net/images/news-note-hot-recent.gif"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title="CarGo's two-run jack"><a href="javascript:openPopup('/media/game-day/video?player_id=471865','mlbvideo', 990, 750);"><img src="http://sports.cbsimg.net/images/video.gif" border="0"></a></span></profile_link>
<pro_team>COL</pro_team>
</player>
<news>Rockies outfielder <a class="playerLink" href="/players/playerpage/1103728/carlos-gonzalez">Carlos Gonzalez</a> had another productive performance in Sunday's series finale against the Angels. He went 3 for 5 with a home run and a stolen base in the 10-8 loss. He doubled in his first at-bat before launching a two-run shot off <a class="playerLink" href="/players/playerpage/479168/ervin-santana">Ervin Santana</a> in the second inning. Gonzalez reached on a bunt single in the seventh for his eighth three-hit performance of the season. </news>
<type>hot</type>
<title>CarGo continues power tear</title>
<analysis>Gonzalez is batting .407 (24 for 59) with eight homers, 14 RBI and two stolen bases in his last 14 games as he continues to be a solid all-around producer for the Rockies. He is also proving to be healthy and could become a 30-30 performer this season. The 26-year-old can produce like no other in Fantasy when on top of his game and should be considered a must-start option heading into Week 11 (June 11-17). </analysis>
</player_update>
<player_update>
<timestamp>1339390349</timestamp>
<player id="1104384">
<firstname>Mark</firstname>
<on_waivers>1</on_waivers>
<position>1B</position>
<icons>
<headline>Trumbo sets career mark in RBI</headline>
</icons>
<lastname>Trumbo</lastname>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/1104384</profile_url>
<fullname>Mark Trumbo</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1104384'>Trumbo, Mark</a> 1B LAA <span title="Trumbo sets career mark in RBI"><a href="http://<league_id>.baseball.cbssports.com/players/playerpage/1104384" 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="Trumbo's three-run homer"><a href="javascript:openPopup('/media/game-day/video?player_id=444432','mlbvideo', 990, 750);"><img src="http://sports.cbsimg.net/images/video.gif" border="0"></a></span></profile_link>
<pro_team>LAA</pro_team>
</player>
<news><a class="playerLink" href="/players/playerpage/1104384/mark-trumbo">Mark Trumbo</a> had a career performance at the plate for the Angels in Sunday's series finale against the Rockies. He went 2 for 3 with two homers and a career-high six RBI. He also walked twice in the 10-8 win. He launched a three-run shot off <a class="playerLink" href="/players/playerpage/1685072/christian-friedrich">Christian Friedrich</a> in his first at-bat before doing so again off the left-hander in the fourth inning. Trumbo now has 14 home runs with 39 RBI on the year. </news>
<type>normal</type>
<title>Trumbo sets career mark in RBI</title>
<analysis>Trumbo has gone 8 for 35 (.229) with four homers and 13 RBI through nine games in June as he continues to be a solid run producer for the Angels. He has become an everyday player in Anaheim once again and is already almost halfway to his power numbers from a year ago. While his average has slipped a bit of late, continue to view Trumbo as a solid option in the majority of Fantasy formats heading into Week 11 (June 11-17). </analysis>
</player_update>
<player_update>
<timestamp>1339387167</timestamp>
<player id="1717646">
<firstname>Aroldis</firstname>
<on_waivers>0</on_waivers>
<position>RP</position>
<icons>
<headline>Chapman tagged for loss again</headline>
</icons>
<lastname>Chapman</lastname>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/1717646</profile_url>
<fullname>Aroldis Chapman</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1717646'>Chapman, Aroldis</a> RP CIN <span title="Chapman tagged for loss again"><a href="http://<league_id>.baseball.cbssports.com/players/playerpage/1717646" class="playerLink" subtab="Update"><img border="0" width="10" height="10" src="http://sports.cbsimg.net/images/news-note-cold-recent.gif"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title="With Miguel Cabrera batting, wild pitch by Aroldis Chapman, Matt Young scores. Austin Jackson to 3rd. Quintin Berry to 2nd."><a href="javascript:openPopup('/media/game-day/video?player_id=547973','mlbvideo', 990, 750);"><img src="http://sports.cbsimg.net/images/video.gif" border="0"></a></span></profile_link>
<pro_team>CIN</pro_team>
</player>
<news>Reds closer <a class="playerLink" href="/players/playerpage/1717646/aroldis-chapman">Aroldis Chapman</a> entered Sunday's series finale against the Tigers in the eighth inning with two on, no outs and a three-run lead. The left-hander gave up a base hit to the first batter he faced before hitting <a class="playerLink" href="/players/playerpage/1665622/matt-young">Matt Young</a> to force in a run. Chapman then gave up a two-run double and allowed the go-ahead run to score on a wild pitch. Chapman was charged with the blown save and the loss in the 7-6 defeat. It was his second consecutive loss. </news>
<type>cold</type>
<title>Chapman tagged for loss again</title>
<analysis>After converting all six of his saves while not giving up a run in his first 24 appearances this season, Chapman has not been as sharp his last two times out and now has a 0.87 ERA. The Reds have had problems with their bullpen recently but it looks as though the 24-year-old will continue to be run out in save chances. Chapman has 55 strikeouts in 31 innings pitched this season and remains a solid option in the majority of Fantasy formats heading into Week 11 (June 11-17). </analysis>
</player_update>
<player_update>
<timestamp>1339390613</timestamp>
<player id="1232135">
<firstname>Matt</firstname>
<fantasy_team_id>10</fantasy_team_id>
<on_waivers>0</on_waivers>
<position>C</position>
<icons>
<headline>Wieters plays the hero for O's</headline>
</icons>
<lastname>Wieters</lastname>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.baseball.cbssports.com/players/playerpage/1232135</profile_url>
<fullname>Matt Wieters</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1232135'>Wieters, Matt</a> C BAL <span title="Wieters plays the hero for O's"><a href="http://<league_id>.baseball.cbssports.com/players/playerpage/1232135" 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="Wieters' walk-off double"><a href="javascript:openPopup('/media/game-day/video?player_id=446308','mlbvideo', 990, 750);"><img src="http://sports.cbsimg.net/images/video.gif" border="0"></a></span></profile_link>
<pro_team>BAL</pro_team>
</player>
<news>Baltimore catcher <a class="playerLink" href="/players/playerpage/1232135/matt-wieters">Matt Wieters</a> went 3 for 4 with a double and an RBI during the Orioles' 5-4 interleague victory over Philadelphia in 10 innings on Sunday. Wieters, who served as the team's designated hitter, doubled in the game-winning run to give him RBI in back-to-back games for the second time this month. "I wasn't sure it was going to go quite far enough, and it went just out of (Hunter) Pence's reach," said Wieters, who is riding a three-game hitting streak. "With (Adam) Jones' speed, you know he's going to score if you can get it off the wall."</news>
<type>normal</type>
<title>Wieters plays the hero for O's</title>
<analysis>Now in his fourth major-league season, Wieters is starting to match his stellar defensive prowess with his offensive exploits. The 26-year-old endured a tough month of May (.188 batting average), but has started to heat up again in June. He has tallied five multihit outings in nine games to boost his overall batting average to .255. Wieters remains a key part of the Orioles lineup and should remain active in all Fantasy formats.</analysis>
</player_update>
</player_updates>
</body>
</result>JSON Response
{
"body" : {
"player_updates" : [
{
"timestamp" : "1339422818",
"player" : {
"firstname" : "Chris",
"fantasy_team_id" : 1,
"on_waivers" : 0,
"position" : "SP",
"icons" : {
"injury" : "Neck, shoulder: 60-day DL. Out until at least late July",
"headline" : "Carpenter climbing toward mound"
},
"lastname" : "Carpenter",
"pro_status" : "DL",
"profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/7495",
"fullname" : "Chris Carpenter",
"id" : "7495",
"profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/7495'>Carpenter, Chris</a> SP STL <span title=\"Carpenter climbing toward mound\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/7495\" 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=\"Neck, shoulder: 60-day DL. Out until at least late July\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/7495\" 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"
},
"news" : "Barring a setback in his conditioning program, Cardinals starting pitcher <a class=\"playerLink\" href=\"/players/playerpage/7495/chris-carpenter\">Chris Carpenter</a> (neck, shoulder) is expected to throw off a mound later this week for the first time since spring training, the <i> St. Louis Post-Dispatch </i> reports. Carpenter has been sidelined since mid-March with a right shoulder injury that was intensified by a nerve disorder. \"Where I'm at right now compares to where I'm at when I start preparing myself to go to spring training,\" Carpenter said. \"I've been doing everything: strengthening my upper body, running, everything. I feel great.\"",
"type" : "normal",
"title" : "Carpenter climbing toward mound",
"analysis" : "Cardinals general manager John Mozeliak said last week that the club is hoping to determine Carpenter's availability for the remainder of season by July 1. The right-hander's bullpen session should help that decision. \"I don't think any of us will know anything for sure until I get back on the mound. That's what's going to determine where it's headed,\" said Carpenter, who threw a career-high 273 1/3 innings between the regular season and postseason last year. \"But I'm very confident we'll know more by then.\" Fantasy owners should continue monitoring the former Cy Young Award winner's progress as any return to the St. Louis rotation won't happen until after the All-Star break."
},
{
"timestamp" : "1339423900",
"player" : {
"firstname" : "Hernan",
"on_waivers" : 1,
"position" : "2B",
"icons" : {
"headline" : "Perez doesn't stay long"
},
"lastname" : "Perez",
"pro_status" : "A",
"profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/1741611",
"fullname" : "Hernan Perez",
"id" : "1741611",
"profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1741611'>Perez, Hernan</a> 2B DET <span title=\"Perez doesn't stay long\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/1741611\" 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=\"Perez's first career hit\"><a href=\"javascript:openPopup('/media/game-day/video?player_id=541650','mlbvideo', 990, 750);\"><img src=\"http://sports.cbsimg.net/images/video.gif\" border=\"0\"></a></span>",
"pro_team" : "DET"
},
"news" : "The Detroit Tigers optioned second baseman <a class=\"playerLink\" href=\"/players/playerpage/1741611/hernan-perez\">Hernan Perez</a> back to Class A Lakeland following Sunday's game at Cincinnati, the team announced. Perez's removal clears a roster spot for <a class=\"playerLink\" href=\"/players/playerpage/224393/jhonny-peralta\">Jhonny Peralta</a>, who is expected to return from paternity leave on Tuesday.",
"type" : "normal",
"title" : "Perez doesn't stay long",
"analysis" : "Perez, viewed as one of the Tigers' top infield prospects, collected a hit in two at-bats during his major-league debut. The 21-year-old wasn't expected to stay with Detroit very long and will continue his progression in the minors. He's likely a few years away from making a Fantasy impact."
},
{
"timestamp" : "1339423191",
"player" : {
"firstname" : "Matt",
"on_waivers" : 0,
"position" : "RP",
"icons" : {
"headline" : "Palmer destined for minors"
},
"lastname" : "Palmer",
"pro_status" : "A",
"profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/1199459",
"fullname" : "Matt Palmer",
"id" : "1199459",
"profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1199459'>Palmer, Matt</a> RP SD <span title=\"Palmer destined for minors\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/1199459\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"10\" height=\"10\" src=\"http://sports.cbsimg.net/images/news-note-recent.gif\"/></a></span>",
"pro_team" : "SD"
},
"news" : "The San Diego Padres outrighted relief pitcher <a class=\"playerLink\" href=\"/players/playerpage/1199459/matt-palmer\">Matt Palmer</a> to Triple-A Tucson after he successfully cleared waivers. Palmer was designated for assignment last Sunday to clear a roster spot for <a class=\"playerLink\" href=\"/players/playerpage/546345/huston-street\">Huston Street</a>, who was activated from the disabled list.",
"type" : "normal",
"title" : "Palmer destined for minors",
"analysis" : "Palmer made only three appearances with the Padres this season and surrendered two runs -- both in one game. The right-hander also struggled in the minors before his promotion (4.50 ERA and 1.64 WHIP) and should not be considered a worthwhile Fantasy option."
},
{
"timestamp" : "1339371940",
"player" : {
"firstname" : "Doug",
"fantasy_team_id" : 7,
"on_waivers" : 0,
"position" : "SP",
"icons" : {
"injury" : "Side: 15-day DL. Out until at least mid-June",
"headline" : "Fister not returning Wednesday"
},
"lastname" : "Fister",
"pro_status" : "DL",
"profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/1699360",
"fullname" : "Doug Fister",
"id" : "1699360",
"profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1699360'>Fister, Doug</a> SP DET <span title=\"Fister not returning Wednesday\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/1699360\" 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=\"Side: 15-day DL. Out until at least mid-June\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/1699360\" 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" : "DET"
},
"news" : "Tigers manager Jim Leyland said Sunday that pitcher <a class=\"playerLink\" href=\"/players/playerpage/1699360/doug-fister\">Doug Fister</a>, on the 15-day disabled list, will not return for Wednesday's start against the Cubs. \"He's stiff and a little sore,\" Leyland told MLive.com. \"He's definitely not going to pitch Wednesday. That's the only information I can give you on him. He will not pitch Wednesday. We were hoping for that, but that's not going to happen.\" <a class=\"playerLink\" href=\"/players/playerpage/1232129/rick-porcello\">Rick Porcello</a> will take Fister's spot on Wednesday followed by <a class=\"playerLink\" href=\"/players/playerpage/530362/justin-verlander\">Justin Verlander</a> in Thursday's series finale. <a class=\"playerLink\" href=\"/players/playerpage/1708182/casey-crosby\">Casey Crosby</a> will get the nod in Friday's series opener against the Rockies. ",
"type" : "normal",
"title" : "Fister not returning Wednesday",
"analysis" : "Fister, who was placed on the shelf May 30 with a left side injury, looked to be returning in Week 11 (June 11-17) but it looks like that won't happen now since he has been ruled out for Wednesday. An MRI taken in late May revealed no additional damage to his side but keep an eye on his progress going forward to see when he might return. The right-hander has gone 0-3 with a 3.15 ERA in six starts, while recording 24 strikeouts. Fister should be stashed away in most Fantasy formats while on the DL. "
},
{
"timestamp" : "1339363293",
"player" : {
"firstname" : "Alexi",
"fantasy_team_id" : 4,
"on_waivers" : 1,
"position" : "SP",
"icons" : {
"injury" : "Groin: Questionable for June 16 start vs. Houston",
"headline" : "Ogando injured during start"
},
"lastname" : "Ogando",
"pro_status" : "A",
"profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/1174266",
"fullname" : "Alexi Ogando",
"id" : "1174266",
"profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1174266'>Ogando, Alexi</a> SP TEX <span title=\"Ogando injured during start\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/1174266\" 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=\"Groin: Questionable for June 16 start vs. Houston\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/1174266\" 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=\"Alexi Ogando singles on a bunt ground ball to third baseman Pablo Sandoval. Mitch Moreland to 3rd. Craig Gentry to 2nd.\"><a href=\"javascript:openPopup('/media/game-day/video?player_id=468396','mlbvideo', 990, 750);\"><img src=\"http://sports.cbsimg.net/images/video.gif\" border=\"0\"></a></span>",
"pro_team" : "TEX"
},
"news" : "Rangers pitcher <a class=\"playerLink\" href=\"/players/playerpage/1174266/alexi-ogando\">Alexi Ogando</a> came out of the bullpen to replace the injured <a class=\"playerLink\" href=\"/players/playerpage/1630081/derek-holland\">Derek Holland</a> (shoulder) on Sunday against the Giants. Unfortunately, Ogando's return to the rotation lasted just three innings due to strained right groin. Ogando was injured legging out a bunt single in the top of the fourth inning. <a class=\"playerLink\" href=\"/players/playerpage/1935245/robbie-ross\">Robbie Ross</a> would eventually come out of the bullpen in the fourth to replace Ogando, who fired three perfect innings before getting hurt. He struck out two and is scheduled to undergo an MRI on Monday. \"Right now it feels pretty bad,\" Ogando said. \"Tomorrow I'll get an MRI, but right now it doesn't feel good.\" ",
"type" : "normal",
"title" : "Ogando injured during start",
"analysis" : "The Rangers can't seem to catch a break right now. First, Neftali Feliz goes down with arm problems. Then, Holland lands on the DL. Now, Ogando joins the list of injured starters. If Ogando is unable to rejoin the rotation in Fantasy Week 11 (June 11-17), then the Rangers will have to find another starter. It might be Roy Oswalt, who wasn't expected to join the rotation until late June, but it's too early to speculate. However, this Ogando injury does make him a risky start for the upcoming scoring period."
},
{
"timestamp" : "1339361002",
"player" : {
"firstname" : "Stephen",
"on_waivers" : 0,
"position" : "SS",
"icons" : {
"injury" : "Ankle: 15-day DL. On Triple-A rehab assignment",
"headline" : "Drew on the verge of returning?"
},
"lastname" : "Drew",
"pro_status" : "DL",
"profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/580789",
"fullname" : "Stephen Drew",
"id" : "580789",
"profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/580789'>Drew, Stephen</a> SS ARI <span title=\"Drew on the verge of returning?\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/580789\" 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=\"Ankle: 15-day DL. On Triple-A rehab assignment\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/580789\" 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" : "ARI"
},
"news" : "Diamondbacks shortstop <a class=\"playerLink\" href=\"/players/playerpage/580789/stephen-drew\">Stephen Drew</a> (ankle) homered and went 2 for 5 with two RBI in his second rehab game with Triple-A Reno on Saturday. His performance has manager Kirk Gibson thinking about a potential return date for the former 2004 first-round pick. \"(Sunday) was the first day I started thinking about it a little bit, I generally think things through a few times,\" Gibson said, per MLB.com. \"I had a conversation today on the way in about it. There are many different scenarios. You have to see how often he can play and how he's moving around.\" Gibson said he has been receiving positive reports about Drew's defense as well. \"I know he's made some exceptional plays already,\" Gibson said. \"We know he can swing the bat. He's <a class=\"playerLink\" href=\"/players/playerpage/580789/stephen-drew\">Stephen Drew</a>; he's a very good ballplayer.\"",
"type" : "normal",
"title" : "Drew on the verge of returning?",
"analysis" : "The Diamondbacks have the luxury of not rushing Drew back before he is ready since Willie Bloomquist and John McDonald have provided quality play in his absence. \"I don't know how that affects the other guys. It's going to be interesting to see how I keep everyone involved,\" Gibson said. \"I'm going to rotate everybody. We try to keep everyone involved. We have a good club with a lot of good players. The guys on the bench are darn good players and good guys in the clubhouse.\" Gibson might have a plan to ease Drew back into action to make sure his ankle holds up, but he's eventually going to re-emerge as the team's starting shortstop. Drew could be activated off the DL during Fantasy Week 11 (June 11-17), but you are taking a big gamble by starting him. Drew has the ability to be a viable Fantasy start in all formats when active."
},
{
"timestamp" : "1339390841",
"player" : {
"firstname" : "Carlos",
"fantasy_team_id" : 10,
"on_waivers" : 0,
"position" : "LF",
"icons" : {
"headline" : "CarGo continues power tear"
},
"lastname" : "Gonzalez",
"pro_status" : "A",
"profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/1103728",
"fullname" : "Carlos Gonzalez",
"id" : "1103728",
"profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1103728'>Gonzalez, Carlos</a> LF COL <span title=\"CarGo continues power tear\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/1103728\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"10\" height=\"10\" src=\"http://sports.cbsimg.net/images/news-note-hot-recent.gif\"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title=\"CarGo's two-run jack\"><a href=\"javascript:openPopup('/media/game-day/video?player_id=471865','mlbvideo', 990, 750);\"><img src=\"http://sports.cbsimg.net/images/video.gif\" border=\"0\"></a></span>",
"pro_team" : "COL"
},
"news" : "Rockies outfielder <a class=\"playerLink\" href=\"/players/playerpage/1103728/carlos-gonzalez\">Carlos Gonzalez</a> had another productive performance in Sunday's series finale against the Angels. He went 3 for 5 with a home run and a stolen base in the 10-8 loss. He doubled in his first at-bat before launching a two-run shot off <a class=\"playerLink\" href=\"/players/playerpage/479168/ervin-santana\">Ervin Santana</a> in the second inning. Gonzalez reached on a bunt single in the seventh for his eighth three-hit performance of the season. ",
"type" : "hot",
"title" : "CarGo continues power tear",
"analysis" : "Gonzalez is batting .407 (24 for 59) with eight homers, 14 RBI and two stolen bases in his last 14 games as he continues to be a solid all-around producer for the Rockies. He is also proving to be healthy and could become a 30-30 performer this season. The 26-year-old can produce like no other in Fantasy when on top of his game and should be considered a must-start option heading into Week 11 (June 11-17). "
},
{
"timestamp" : "1339390349",
"player" : {
"firstname" : "Mark",
"on_waivers" : 1,
"position" : "1B",
"icons" : {
"headline" : "Trumbo sets career mark in RBI"
},
"lastname" : "Trumbo",
"pro_status" : "A",
"profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/1104384",
"fullname" : "Mark Trumbo",
"id" : "1104384",
"profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1104384'>Trumbo, Mark</a> 1B LAA <span title=\"Trumbo sets career mark in RBI\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/1104384\" 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=\"Trumbo's three-run homer\"><a href=\"javascript:openPopup('/media/game-day/video?player_id=444432','mlbvideo', 990, 750);\"><img src=\"http://sports.cbsimg.net/images/video.gif\" border=\"0\"></a></span>",
"pro_team" : "LAA"
},
"news" : "<a class=\"playerLink\" href=\"/players/playerpage/1104384/mark-trumbo\">Mark Trumbo</a> had a career performance at the plate for the Angels in Sunday's series finale against the Rockies. He went 2 for 3 with two homers and a career-high six RBI. He also walked twice in the 10-8 win. He launched a three-run shot off <a class=\"playerLink\" href=\"/players/playerpage/1685072/christian-friedrich\">Christian Friedrich</a> in his first at-bat before doing so again off the left-hander in the fourth inning. Trumbo now has 14 home runs with 39 RBI on the year. ",
"type" : "normal",
"title" : "Trumbo sets career mark in RBI",
"analysis" : "Trumbo has gone 8 for 35 (.229) with four homers and 13 RBI through nine games in June as he continues to be a solid run producer for the Angels. He has become an everyday player in Anaheim once again and is already almost halfway to his power numbers from a year ago. While his average has slipped a bit of late, continue to view Trumbo as a solid option in the majority of Fantasy formats heading into Week 11 (June 11-17). "
},
{
"timestamp" : "1339387167",
"player" : {
"firstname" : "Aroldis",
"on_waivers" : 0,
"position" : "RP",
"icons" : {
"headline" : "Chapman tagged for loss again"
},
"lastname" : "Chapman",
"pro_status" : "A",
"profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/1717646",
"fullname" : "Aroldis Chapman",
"id" : "1717646",
"profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1717646'>Chapman, Aroldis</a> RP CIN <span title=\"Chapman tagged for loss again\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/1717646\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"10\" height=\"10\" src=\"http://sports.cbsimg.net/images/news-note-cold-recent.gif\"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title=\"With Miguel Cabrera batting, wild pitch by Aroldis Chapman, Matt Young scores. Austin Jackson to 3rd. Quintin Berry to 2nd.\"><a href=\"javascript:openPopup('/media/game-day/video?player_id=547973','mlbvideo', 990, 750);\"><img src=\"http://sports.cbsimg.net/images/video.gif\" border=\"0\"></a></span>",
"pro_team" : "CIN"
},
"news" : "Reds closer <a class=\"playerLink\" href=\"/players/playerpage/1717646/aroldis-chapman\">Aroldis Chapman</a> entered Sunday's series finale against the Tigers in the eighth inning with two on, no outs and a three-run lead. The left-hander gave up a base hit to the first batter he faced before hitting <a class=\"playerLink\" href=\"/players/playerpage/1665622/matt-young\">Matt Young</a> to force in a run. Chapman then gave up a two-run double and allowed the go-ahead run to score on a wild pitch. Chapman was charged with the blown save and the loss in the 7-6 defeat. It was his second consecutive loss. ",
"type" : "cold",
"title" : "Chapman tagged for loss again",
"analysis" : "After converting all six of his saves while not giving up a run in his first 24 appearances this season, Chapman has not been as sharp his last two times out and now has a 0.87 ERA. The Reds have had problems with their bullpen recently but it looks as though the 24-year-old will continue to be run out in save chances. Chapman has 55 strikeouts in 31 innings pitched this season and remains a solid option in the majority of Fantasy formats heading into Week 11 (June 11-17). "
},
{
"timestamp" : "1339390613",
"player" : {
"firstname" : "Matt",
"fantasy_team_id" : 10,
"on_waivers" : 0,
"position" : "C",
"icons" : {
"headline" : "Wieters plays the hero for O's"
},
"lastname" : "Wieters",
"pro_status" : "A",
"profile_url" : "http://<league_id>.baseball.cbssports.com/players/playerpage/1232135",
"fullname" : "Matt Wieters",
"id" : "1232135",
"profile_link" : "<a class='playerLink' href='http://<league_id>.baseball.cbssports.com/players/playerpage/1232135'>Wieters, Matt</a> C BAL <span title=\"Wieters plays the hero for O's\"><a href=\"http://<league_id>.baseball.cbssports.com/players/playerpage/1232135\" 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=\"Wieters' walk-off double\"><a href=\"javascript:openPopup('/media/game-day/video?player_id=446308','mlbvideo', 990, 750);\"><img src=\"http://sports.cbsimg.net/images/video.gif\" border=\"0\"></a></span>",
"pro_team" : "BAL"
},
"news" : "Baltimore catcher <a class=\"playerLink\" href=\"/players/playerpage/1232135/matt-wieters\">Matt Wieters</a> went 3 for 4 with a double and an RBI during the Orioles' 5-4 interleague victory over Philadelphia in 10 innings on Sunday. Wieters, who served as the team's designated hitter, doubled in the game-winning run to give him RBI in back-to-back games for the second time this month. \"I wasn't sure it was going to go quite far enough, and it went just out of (Hunter) Pence's reach,\" said Wieters, who is riding a three-game hitting streak. \"With (Adam) Jones' speed, you know he's going to score if you can get it off the wall.\"",
"type" : "normal",
"title" : "Wieters plays the hero for O's",
"analysis" : "Now in his fourth major-league season, Wieters is starting to match his stellar defensive prowess with his offensive exploits. The 26-year-old endured a tough month of May (.188 batting average), but has started to heat up again in June. He has tallied five multihit outings in nine games to boost his overall batting average to .255. Wieters remains a key part of the Orioles lineup and should remain active in all Fantasy formats."
}
]
},
"uriAlias" : "/players/updates",
"statusMessage" : "OK",
"uri" : "/players/updates",
"statusCode" : 200
}Sample URL
All Player Updates
http://api.cbssports.com/fantasy/players/updates?version=2.0
Player updates for all Quarterbacks
http://api.cbssports.com/fantasy/players/updates?version=2.0&position=QB
Player updates for all players from Dallas Cowboys (team_abbr DAL)
http://api.cbssports.com/fantasy/players/updates?version=2.0&team_abbr=DAL
Player Updates for player_id 187741 and player_id 235253
http://api.cbssports.com/fantasy/players/updates?version=2.0&player_id=187741&player_id=235253
Player Updates for all players on the roster of fantasy team ID 15
http://api.cbssports.com/fantasy/players/updates?version=2.0&team_id=15
Player Updates for all players on the scout team of fantasy team 15
http://api.cbssports.com/fantasy/players/updates?version=2.0&team_id=15&team_type=scout
Player Updates for all players that are eligible at Wide Receiver based on fantasy league’s eligibility rules
http://api.cbssports.com/fantasy/players/updates?version=2.0&eligible_position=WR
Player Updates for all free agents in the fantasy league
http://api.cbssports.com/fantasy/players/updates?version=2.0&free_agents=1
Player Updates with type = ‘hot’
http://api.cbssports.com/fantasy/players/updates?version=2.0&type=hot
XML Response
<?xml version="1.0"?>
<result uriAlias="/players/updates" uri="/players/updates" statusCode="200" statusMessage="OK">
<body>
<player_updates>
<player_update>
<timestamp>1339422907</timestamp>
<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>Schaub 'ready to go'</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><a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/493050'>Schaub, Matt</a> QB HOU <span title="Schaub 'ready to go'"><a href="http://<league_id>.football.cbssports.com/players/playerpage/493050" 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="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></profile_link>
<pro_team>HOU</pro_team>
</player>
<news>The <i>Houston Chronicle</i> reports that quarterback <a class="playerLink" href="/players/playerpage/493050/matt-schaub">Matt Schaub</a> (foot) will sit out next week&#146;s minicamp, but he is ready to return to action. &#147;I&#146;m ready to go,&#148; Schaub said Friday. Schaub is healthy after Lisfranc surgery on his right foot last November. Schaub could have participated in the OTAs, but coach Gary Kubiak kept him out as a precaution. Schaub will be 100 percent when training camp begins in late July. &#147;We know what Matt&#146;s capable of, and we&#146;re expecting big things from him,&#148; Kubiak said. &#147;He&#146;ll work as hard as anybody.&#148;</news>
<type>normal</type>
<title>Schaub 'ready to go'</title>
<analysis>We're glad Schaub will be able to return at 100 percent, and he should be in line for a solid season in 2012. Prior to last season, Schaub averaged 4,570 passing yards, 27 touchdowns and 13 interceptions in 2009-10. He was averaging 18.1 Fantasy points a game last year, and only 10 quarterbacks did better in 2011. Look for Schaub to rebound and play at a high level, and he should be drafted anywhere after Round 7 in the majority of leagues. He is a top-notch No. 2 Fantasy quarterback in the majority of leagues with a chance to be a solid No. 1 option if he returns at 100 percent.</analysis>
</player_update>
<player_update>
<timestamp>1339424169</timestamp>
<player id="1695497">
<bye_week>7</bye_week>
<firstname>Clyde</firstname>
<on_waivers>1</on_waivers>
<position>WR</position>
<icons>
<headline>Gates could be in mix</headline>
</icons>
<lastname>Gates</lastname>
<is_locked>0</is_locked>
<opponent>@HOU</opponent>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.football.cbssports.com/players/playerpage/1695497</profile_url>
<fullname>Clyde Gates</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/1695497'>Gates, Clyde</a> WR MIA <span title="Gates could be in mix"><a href="http://<league_id>.football.cbssports.com/players/playerpage/1695497" class="playerLink" subtab="Update"><img border="0" width="10" height="10" src="http://sports.cbsimg.net/images/news-note-recent.gif"/></a></span></profile_link>
<pro_team>MIA</pro_team>
</player>
<news>The <i>Miami Herald</i> reports that the Dolphins still have high hopes for receiver <a class="playerLink" href="/players/playerpage/1695497/clyde-gates">Clyde Gates</a>. He played only 155 snaps last season, was targeted 10 times and caught two passes for 19 yards. &#147;The only thing I was discouraged about,&#148; general manager Jeff Ireland said, &#147;was not getting him more opportunities. He has a great future.&#148; Gates, who has a 4.3 speed, said last year &#147;was confusing&#148; but that the game has started &#147;to slow down for me&#148; mentally. But it&#146;s not happening for Gates as fast as some of the other receivers this year. Coach Joe Philbin said he needs work on making route adjustments based on defensive coverages. The report says "if he doesn&#146;t improve in that area &#150; vital in the West Coast offense &#150; it&#146;s difficult to envision him beating out front-runner <a class="playerLink" href="/players/playerpage/417544/legedu-naanee">Legedu Naanee</a> for the No. 3 job or even winning the No. 4 job."</news>
<type>normal</type>
<title>Gates could be in mix</title>
<analysis>We like Gates as a sleeper in deeper leagues since the Dolphins have a huge need at receiver with Brandon Marshall gone. The Dolphins will go with Davone Bess and Brian Hartline as the starters to open the season, barring a veteran addition, but Gates could be in the mix for targets. Keep an eye on his development, and he could be worth a late-round flier in deep formats.</analysis>
</player_update>
<player_update>
<timestamp>1339423349</timestamp>
<player id="396115">
<bye_week>8</bye_week>
<firstname>Kevin</firstname>
<fantasy_team_id>21</fantasy_team_id>
<on_waivers>1</on_waivers>
<position>WR</position>
<icons>
<headline>Walter still starting</headline>
</icons>
<lastname>Walter</lastname>
<is_locked>0</is_locked>
<opponent>MIA</opponent>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.football.cbssports.com/players/playerpage/396115</profile_url>
<fullname>Kevin Walter</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/396115'>Walter, Kevin</a> WR HOU <span title="Walter still starting"><a href="http://<league_id>.football.cbssports.com/players/playerpage/396115" class="playerLink" subtab="Update"><img border="0" width="10" height="10" src="http://sports.cbsimg.net/images/news-note-recent.gif"/></a></span></profile_link>
<pro_team>HOU</pro_team>
</player>
<news>The <i>Houston Chronicle</i> reports that Texans receiver <a class="playerLink" href="/players/playerpage/396115/kevin-walter">Kevin Walter</a> remains the starter heading into training camp opposite <a class="playerLink" href="/players/playerpage/396162/andre-johnson">Andre Johnson</a>. <a class="playerLink" href="/players/playerpage/1220258/jacoby-jones">Jacoby Jones</a> is gone, but the Texans have replaced him with young receivers in <a class="playerLink" href="/players/playerpage/1254113/lestar-jean">Lestar Jean</a> and rookie <a class="playerLink" href="/players/playerpage/1631106/devier-posey">DeVier Posey</a>.</news>
<type>normal</type>
<title>Walter still starting</title>
<analysis>Walter should remain the starter, but he has minimal Fantasy value heading into the season. He has done little with starting chances before, and the Texans could still add another veteran to help the receiving corps, which also includes Owen Daniels. Walter will likely go undrafted in the majority of leagues, but he could be someone who is added off the waiver wire during the season.</analysis>
</player_update>
<player_update>
<timestamp>1339422655</timestamp>
<player id="1117438">
<bye_week>5</bye_week>
<firstname>Kevin</firstname>
<on_waivers>1</on_waivers>
<position>WR</position>
<icons>
<headline>Ogletree could be No. 3</headline>
</icons>
<lastname>Ogletree</lastname>
<is_locked>0</is_locked>
<opponent>@NYG</opponent>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.football.cbssports.com/players/playerpage/1117438</profile_url>
<fullname>Kevin Ogletree</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/1117438'>Ogletree, Kevin</a> WR DAL <span title="Ogletree could be No. 3"><a href="http://<league_id>.football.cbssports.com/players/playerpage/1117438" class="playerLink" subtab="Update"><img border="0" width="10" height="10" src="http://sports.cbsimg.net/images/news-note-recent.gif"/></a></span></profile_link>
<pro_team>DAL</pro_team>
</player>
<news>The <i>Dallas Morning News</i> speculates that <a class="playerLink" href="/players/playerpage/1117438/kevin-ogletree">Kevin Ogletree</a> is the frontrunner for the No. 3 receiver job for the Cowboys this year behind <a class="playerLink" href="/players/playerpage/1114610/miles-austin">Miles Austin</a> and <a class="playerLink" href="/players/playerpage/1272524/dez-bryant">Dez Bryant</a>. Ogletree is competing with rookie <a class="playerLink" href="/players/playerpage/1243307/danny-coale">Danny Coale</a>, who is out until training camp with a broken left foot, <a class="playerLink" href="/players/playerpage/1245905/dwayne-harris">Dwayne Harris</a>, <a class="playerLink" href="/players/playerpage/1724424/andre-holmes">Andre Holmes</a> and <a class="playerLink" href="/players/playerpage/1755077/raymond-radway">Raymond Radway</a>. The report says that the "Cowboys have really been high on the offseason turned in so far by <a class="playerLink" href="/players/playerpage/1117438/kevin-ogletree">Kevin Ogletree</a>. I think he's the front-runner again for the No. 3 wide receiver job. Coale is a versatile player who the Cowboys really believe can contribute as a slot receiver. He could also be an option returning punts. Missing all the OTA practices and mini-camp this offseason with a broken foot really hurts his chances of winning the No. 3 wide receiver job, though. He'll need to have a great training camp."</news>
<type>normal</type>
<title>Ogletree could be No. 3</title>
<analysis>The No. 3 receiver for the Cowboys could be valuable as we saw from Laurent Robinson last year. That said, Robinson did a lot of his damage when Austin and Bryant were banged up. Keep an eye on what happens with Ogletree, and he could be worth a late-round flier in deeper leagues. Ogletree was re-signed this offseason but has 25 catches in his three seasons, including 15 this past year for 164 yards. </analysis>
</player_update>
<player_update>
<timestamp>1339422213</timestamp>
<player id="1691536">
<bye_week>10</bye_week>
<firstname>Alex</firstname>
<on_waivers>1</on_waivers>
<position>RB</position>
<icons>
<injury>Knee: Questionable for start of training camp</injury>
<headline>Packers counting on Green</headline>
</icons>
<lastname>Green</lastname>
<is_locked>0</is_locked>
<opponent>SF</opponent>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.football.cbssports.com/players/playerpage/1691536</profile_url>
<fullname>Alex Green</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/1691536'>Green, Alex</a> RB GB <span title="Packers counting on Green"><a href="http://<league_id>.football.cbssports.com/players/playerpage/1691536" 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="Knee: Questionable for start of training camp"><a href="http://<league_id>.football.cbssports.com/players/playerpage/1691536" subtab="Injury Report" class="playerLink"><img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/></a></span></profile_link>
<pro_team>GB</pro_team>
</player>
<news>The <i>Green Bay Press-Gazette</i> reports that since the Packers haven&#146;t attempted to re-sign <a class="playerLink" href="/players/playerpage/411639/ryan-grant">Ryan Grant</a> and didn&#146;t select a running back in April&#146;s draft that could mean <a class="playerLink" href="/players/playerpage/1691536/alex-green">Alex Green</a>, the second-year running back who&#146;s less than six months into his recovery from knee-reconstruction surgery, could be in for a big role. The Packers&#146; top halfback is <a class="playerLink" href="/players/playerpage/1123431/james-starks">James Starks</a>. It appears Green is the likely No. 2 ahead of <a class="playerLink" href="/players/playerpage/1243815/brandon-saine">Brandon Saine</a>, even though Green&#146;s availability for the start of training camp remains in question. &#147;Not drafting a running back showed they have some faith in me,&#148; Green said. &#147;We&#146;ll see how things turn out when training camp comes around.&#148; Green sustained a torn anterior-cruciate ligament in his left knee in November. Green&#146;s passing of a physical at the start of camp is not a given, and based on how the Packers have handled other players returning from the same surgery, he won&#146;t take part in 11-on-11 drills for at least the first week, and possibly the first two, after he is cleared.</news>
<type>normal</type>
<title>Packers counting on Green</title>
<analysis>Green&#146;s injury has a relatively wide window of recovery for NFL players, usually from nine months to a year. He had surgery on Nov. 16, so when camp opens in late July he&#146;ll be a little more than eight months removed from surgery. When the regular-season opens on Sept. 9, he&#146;ll be almost 10 months into his recovery. We hope he's ready to go for Week 1 because he could be a sleeper in 2012. Keep an eye on his progress, and Green could be worth a late-round flier in deeper formats. </analysis>
</player_update>
<player_update>
<timestamp>1339190859</timestamp>
<player id="1244303">
<bye_week>9</bye_week>
<firstname>Rob</firstname>
<fantasy_team_id>20</fantasy_team_id>
<on_waivers>1</on_waivers>
<position>TE</position>
<icons>
<injury>Ankle: Probable for start of 2012 training camp</injury>
<headline>Gronk lands rich deal</headline>
</icons>
<lastname>Gronkowski</lastname>
<is_locked>0</is_locked>
<opponent>@TEN</opponent>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.football.cbssports.com/players/playerpage/1244303</profile_url>
<fullname>Rob Gronkowski</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/1244303'>Gronkowski, Rob</a> TE NE <span title="Gronk lands rich deal"><a href="http://<league_id>.football.cbssports.com/players/playerpage/1244303" 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="Ankle: Probable for start of 2012 training camp"><a href="http://<league_id>.football.cbssports.com/players/playerpage/1244303" subtab="Injury Report" class="playerLink"><img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/></a></span></profile_link>
<pro_team>NE</pro_team>
</player>
<news>The Patriots have made <a class="playerLink" href="/players/playerpage/1244303/rob-gronkowski">Rob Gronkowski</a> the highest-paid tight end in the league thanks to what is being reported as a six-year, $54 million extension with nearly $20 million guaranteed. Gronkowski is under contract with the Patriots until 2019. </news>
<type>normal</type>
<title>Gronk lands rich deal</title>
<analysis>We have no reason to believe Gronkowski won't be ready to roll when camp kicks off, and we figure he'll continue to serve as a big part in the New England offense. The arrival of Brandon Lloyd might take a few targets off Gronk's plate, but remember these important facts: He's had double-digit touchdowns in each of his two seasons, he plays in pretty much every Patriots play and he is still impossible for defenses to cover. No wonder the Pats want to get a new deal done with him! Figure the big lug is worth a pick starting toward the end of Round 2 as a weekly must-start Fantasy tight end. </analysis>
</player_update>
<player_update>
<timestamp>1339190493</timestamp>
<player id="407235">
<bye_week>7</bye_week>
<firstname>Ronnie</firstname>
<on_waivers>1</on_waivers>
<position>RB</position>
<icons>
<headline>Chargers ink RB Brown</headline>
</icons>
<lastname>Brown</lastname>
<is_locked>0</is_locked>
<opponent>@OAK</opponent>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.football.cbssports.com/players/playerpage/407235</profile_url>
<fullname>Ronnie Brown</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/407235'>Brown, Ronnie</a> RB SD <span title="Chargers ink RB Brown"><a href="http://<league_id>.football.cbssports.com/players/playerpage/407235" class="playerLink" subtab="Update"><img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/news-note.gif"/></a></span></profile_link>
<pro_team>SD</pro_team>
</player>
<news>The Chargers have agreed to a one-year deal with <a class="playerLink" href="/players/playerpage/407235/ronnie-brown">Ronnie Brown</a>. He's expected to back up <a class="playerLink" href="/players/playerpage/1273854/ryan-mathews">Ryan Mathews</a>. Brown, a former first-round pick of the Dolphins, backed up Eagles running back <a class="playerLink" href="/players/playerpage/1243187/lesean-mccoy">LeSean McCoy</a> last season and put up a pedestrian 136 yards on 42 carries (3.2 rushing average) with one touchdown. He didn't make a single catch. </news>
<type>normal</type>
<title>Chargers ink RB Brown</title>
<analysis>Brown hasn't averaged 4.0 yards per carry since 2009, which is the same year he suffered a Lisfranc foot injury. He hasn't been the same since. We wouldn't draft Brown even as a handcuff for Mathews. </analysis>
</player_update>
<player_update>
<timestamp>1339168131</timestamp>
<player id="493097">
<bye_week>7</bye_week>
<firstname>Michael</firstname>
<fantasy_team_id>21</fantasy_team_id>
<on_waivers>1</on_waivers>
<position>RB</position>
<icons>
<headline>RB coach stands up for Turner</headline>
</icons>
<lastname>Turner</lastname>
<is_locked>0</is_locked>
<opponent>@KC</opponent>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.football.cbssports.com/players/playerpage/493097</profile_url>
<fullname>Michael Turner</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/493097'>Turner, Michael</a> RB ATL <span title="RB coach stands up for Turner"><a href="http://<league_id>.football.cbssports.com/players/playerpage/493097" class="playerLink" subtab="Update"><img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/news-note.gif"/></a></span></profile_link>
<pro_team>ATL</pro_team>
</player>
<news>The <i>Atlanta Journal-Constitution</i> reports that while the Falcons want to take some of the rushing workload off of running back <a class="playerLink" href="/players/playerpage/493097/michael-turner">Michael Turner</a>'s shoulders, the back is still looking good. Turner admitted this week that there will be more passing in the Falcons offense this season but laughed off the notion that his carries will be monitored closely, saying "they always say that." Turner, who turned 30 and has 1,232 total carries in four years with the Falcons (including the postseason), still looks like the rock-solid rusher he always has been according to running back coach Gerald Brown. "He&#146;s been looking really good," Brown said. "Physically, he&#146;s running the ball well. He&#146;s right on pace, where he should be. We expect the same thing that he&#146;s been giving us. ... Mike is looking good."</news>
<type>normal</type>
<title>RB coach stands up for Turner</title>
<analysis>Despite totaling 1,340 rush yards and 11 scores last season, Turner's numbers were downright nasty from Week 12 through Week 16 (280 rush yards, one TD in five games), suggesting that a slow-down is coming. Because Turner got off to a slow start to his career, and because he has less than 1,500 career carries, we're not so sure that such a slowdown is happening so soon. Moreover, he'll be the primary rusher in an offense loaded with dynamic receiving weapons, so he'll never see more than seven defenders in the box. The Falcons also improved their offensive line and will not hesitate to use Turner as a goal-line weapon as they have in the past. We still feel Turner is good enough to use as a No. 1 Fantasy running back, making him worth a late first-/early second-round pick. Even if he's under 300 carries, he should still be productive enough to start on a weekly basis. </analysis>
</player_update>
<player_update>
<timestamp>1339167268</timestamp>
<player id="413021">
<bye_week>9</bye_week>
<firstname>Santonio</firstname>
<fantasy_team_id>8</fantasy_team_id>
<on_waivers>1</on_waivers>
<position>WR</position>
<icons>
<headline>Holmes complains of too many OTA reps</headline>
</icons>
<lastname>Holmes</lastname>
<is_locked>0</is_locked>
<opponent>BUF</opponent>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.football.cbssports.com/players/playerpage/413021</profile_url>
<fullname>Santonio Holmes</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/413021'>Holmes, Santonio</a> WR NYJ <span title="Holmes complains of too many OTA reps"><a href="http://<league_id>.football.cbssports.com/players/playerpage/413021" class="playerLink" subtab="Update"><img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/news-note.gif"/></a></span></profile_link>
<pro_team>NYJ</pro_team>
</player>
<news>Jets receiver <a class="playerLink" href="/players/playerpage/413021/santonio-holmes">Santonio Holmes</a> pulled himself out of Thursday's OTA practice complaining of taking too many reps. Holmes missed some voluntary practice sessions while on a USO-sponsored trip and couldn't hack it upon his return. ESPN reports Holmes had a "mini-meltdown" toward the end of the two-hour practice, limping off the field and throwing his helmet. Holmes said he wasn't hurt but was annoyed by the amount of action the coaches wanted from him in practice. "I was talking to the coach, letting him understand it was too many reps today," Holmes said. "I've been gone for a while, so I can't be at full tempo like the rest of the guys and where they want us to be at." </news>
<type>normal</type>
<title>Holmes complains of too many OTA reps</title>
<analysis>According to ESPN, Holmes was slated for 35 reps and left after roughly 25. Head coach Rex Ryan had no problem with Holmes asking out of practice if it meant him not hurting himself. It sounds like Holmes might have pulled something and just overreacted. We'll see how Holmes is going forward -- he says he's going to work out with Mark Sanchez in California in July -- but he's a big part of the Jets offense this season. If he can't get going, the Jets could struggle to score points. Holmes' stock is slipping as the Jets move to a more run-oriented offense, one that will include Tim Tebow occasionally throwing passes his way. We view Holmes as a No. 3 Fantasy receiver worth a mid-round pick.</analysis>
</player_update>
<player_update>
<timestamp>1339163550</timestamp>
<player id="564952">
<bye_week>7</bye_week>
<firstname>Jamaal</firstname>
<on_waivers>1</on_waivers>
<position>RB</position>
<icons>
<injury>Knee: Probable for start of 2012 training camp</injury>
<headline>Charles might be cleared by mid-June</headline>
</icons>
<lastname>Charles</lastname>
<is_locked>0</is_locked>
<opponent>ATL</opponent>
<pro_status>A</pro_status>
<profile_url>http://<league_id>.football.cbssports.com/players/playerpage/564952</profile_url>
<fullname>Jamaal Charles</fullname>
<profile_link><a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/564952'>Charles, Jamaal</a> RB KC <span title="Charles might be cleared by mid-June"><a href="http://<league_id>.football.cbssports.com/players/playerpage/564952" class="playerLink" subtab="Update"><img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/news-note-hot.gif"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title="Knee: Probable for start of 2012 training camp"><a href="http://<league_id>.football.cbssports.com/players/playerpage/564952" subtab="Injury Report" class="playerLink"><img border="0" width="7" height="7" src="http://sports.cbsimg.net/images/red_cross.gif"/></a></span></profile_link>
<pro_team>KC</pro_team>
</player>
<news>Coach Romeo Crennel said June 18 will be a big day for running back <a class="playerLink" href="/players/playerpage/564952/jamaal-charles">Jamaal Charles</a>. He and other injured Chiefs players will meet with doctors then and are expected to be given the go-ahead for full physical activity in training camp. Charles is one of three Chiefs who suffered a torn ACL in their left knees over three weeks at the start of the 2011 season.</news>
<type>hot</type>
<title>Charles might be cleared by mid-June</title>
<analysis>Sounds like we can expect good news in just a little more than a week. Charles has been vocal about being ready for the season, calling himself hungry and passionate to return to form. But the fact remains that he's coming off of a major injury and isn't promised to have any of the explosiveness he had before he got hurt. Tack on the Chiefs' addition of Peyton Hillis (Charles thinks Hillis will get the tough yards and goal-line work like Thomas Jones did previously), and there's a limit to Charles' 2012 expectations. So long as Charles proves that he's ready to roll, Fantasy owners should be optimistic. Assuming he's fine, Charles will be worth taking in the early rounds on Draft Day, but more as a No. 2 Fantasy RB. Plan on drafting Charles between 25th and 35th overall in all leagues.</analysis>
</player_update>
</player_updates>
</body>
</result>JSON Response
{
"body" : {
"player_updates" : [
{
"timestamp" : "1339422907",
"player" : {
"bye_week" : "8",
"firstname" : "Matt",
"on_waivers" : 1,
"position" : "QB",
"icons" : {
"injury" : "Foot: Probable for start of training camp",
"headline" : "Schaub 'ready to go'"
},
"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=\"Schaub 'ready to go'\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/493050\" 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=\"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"
},
"news" : "The <i>Houston Chronicle</i> reports that quarterback <a class=\"playerLink\" href=\"/players/playerpage/493050/matt-schaub\">Matt Schaub</a> (foot) will sit out next week’s minicamp, but he is ready to return to action. “I’m ready to go,” Schaub said Friday. Schaub is healthy after Lisfranc surgery on his right foot last November. Schaub could have participated in the OTAs, but coach Gary Kubiak kept him out as a precaution. Schaub will be 100 percent when training camp begins in late July. “We know what Matt’s capable of, and we’re expecting big things from him,” Kubiak said. “He’ll work as hard as anybody.”",
"type" : "normal",
"title" : "Schaub 'ready to go'",
"analysis" : "We're glad Schaub will be able to return at 100 percent, and he should be in line for a solid season in 2012. Prior to last season, Schaub averaged 4,570 passing yards, 27 touchdowns and 13 interceptions in 2009-10. He was averaging 18.1 Fantasy points a game last year, and only 10 quarterbacks did better in 2011. Look for Schaub to rebound and play at a high level, and he should be drafted anywhere after Round 7 in the majority of leagues. He is a top-notch No. 2 Fantasy quarterback in the majority of leagues with a chance to be a solid No. 1 option if he returns at 100 percent."
},
{
"timestamp" : "1339424169",
"player" : {
"bye_week" : "7",
"firstname" : "Clyde",
"on_waivers" : 1,
"position" : "WR",
"icons" : {
"headline" : "Gates could be in mix"
},
"lastname" : "Gates",
"is_locked" : 0,
"opponent" : "@HOU",
"pro_status" : "A",
"profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/1695497",
"fullname" : "Clyde Gates",
"id" : "1695497",
"profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/1695497'>Gates, Clyde</a> WR MIA <span title=\"Gates could be in mix\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/1695497\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"10\" height=\"10\" src=\"http://sports.cbsimg.net/images/news-note-recent.gif\"/></a></span>",
"pro_team" : "MIA"
},
"news" : "The <i>Miami Herald</i> reports that the Dolphins still have high hopes for receiver <a class=\"playerLink\" href=\"/players/playerpage/1695497/clyde-gates\">Clyde Gates</a>. He played only 155 snaps last season, was targeted 10 times and caught two passes for 19 yards. “The only thing I was discouraged about,” general manager Jeff Ireland said, “was not getting him more opportunities. He has a great future.” Gates, who has a 4.3 speed, said last year “was confusing” but that the game has started “to slow down for me” mentally. But it’s not happening for Gates as fast as some of the other receivers this year. Coach Joe Philbin said he needs work on making route adjustments based on defensive coverages. The report says \"if he doesn’t improve in that area – vital in the West Coast offense – it’s difficult to envision him beating out front-runner <a class=\"playerLink\" href=\"/players/playerpage/417544/legedu-naanee\">Legedu Naanee</a> for the No. 3 job or even winning the No. 4 job.\"",
"type" : "normal",
"title" : "Gates could be in mix",
"analysis" : "We like Gates as a sleeper in deeper leagues since the Dolphins have a huge need at receiver with Brandon Marshall gone. The Dolphins will go with Davone Bess and Brian Hartline as the starters to open the season, barring a veteran addition, but Gates could be in the mix for targets. Keep an eye on his development, and he could be worth a late-round flier in deep formats."
},
{
"timestamp" : "1339423349",
"player" : {
"bye_week" : "8",
"firstname" : "Kevin",
"fantasy_team_id" : 21,
"on_waivers" : 1,
"position" : "WR",
"icons" : {
"headline" : "Walter still starting"
},
"lastname" : "Walter",
"is_locked" : 0,
"opponent" : "MIA",
"pro_status" : "A",
"profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/396115",
"fullname" : "Kevin Walter",
"id" : "396115",
"profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/396115'>Walter, Kevin</a> WR HOU <span title=\"Walter still starting\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/396115\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"10\" height=\"10\" src=\"http://sports.cbsimg.net/images/news-note-recent.gif\"/></a></span>",
"pro_team" : "HOU"
},
"news" : "The <i>Houston Chronicle</i> reports that Texans receiver <a class=\"playerLink\" href=\"/players/playerpage/396115/kevin-walter\">Kevin Walter</a> remains the starter heading into training camp opposite <a class=\"playerLink\" href=\"/players/playerpage/396162/andre-johnson\">Andre Johnson</a>. <a class=\"playerLink\" href=\"/players/playerpage/1220258/jacoby-jones\">Jacoby Jones</a> is gone, but the Texans have replaced him with young receivers in <a class=\"playerLink\" href=\"/players/playerpage/1254113/lestar-jean\">Lestar Jean</a> and rookie <a class=\"playerLink\" href=\"/players/playerpage/1631106/devier-posey\">DeVier Posey</a>.",
"type" : "normal",
"title" : "Walter still starting",
"analysis" : "Walter should remain the starter, but he has minimal Fantasy value heading into the season. He has done little with starting chances before, and the Texans could still add another veteran to help the receiving corps, which also includes Owen Daniels. Walter will likely go undrafted in the majority of leagues, but he could be someone who is added off the waiver wire during the season."
},
{
"timestamp" : "1339422655",
"player" : {
"bye_week" : "5",
"firstname" : "Kevin",
"on_waivers" : 1,
"position" : "WR",
"icons" : {
"headline" : "Ogletree could be No. 3"
},
"lastname" : "Ogletree",
"is_locked" : 0,
"opponent" : "@NYG",
"pro_status" : "A",
"profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/1117438",
"fullname" : "Kevin Ogletree",
"id" : "1117438",
"profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/1117438'>Ogletree, Kevin</a> WR DAL <span title=\"Ogletree could be No. 3\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/1117438\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"10\" height=\"10\" src=\"http://sports.cbsimg.net/images/news-note-recent.gif\"/></a></span>",
"pro_team" : "DAL"
},
"news" : "The <i>Dallas Morning News</i> speculates that <a class=\"playerLink\" href=\"/players/playerpage/1117438/kevin-ogletree\">Kevin Ogletree</a> is the frontrunner for the No. 3 receiver job for the Cowboys this year behind <a class=\"playerLink\" href=\"/players/playerpage/1114610/miles-austin\">Miles Austin</a> and <a class=\"playerLink\" href=\"/players/playerpage/1272524/dez-bryant\">Dez Bryant</a>. Ogletree is competing with rookie <a class=\"playerLink\" href=\"/players/playerpage/1243307/danny-coale\">Danny Coale</a>, who is out until training camp with a broken left foot, <a class=\"playerLink\" href=\"/players/playerpage/1245905/dwayne-harris\">Dwayne Harris</a>, <a class=\"playerLink\" href=\"/players/playerpage/1724424/andre-holmes\">Andre Holmes</a> and <a class=\"playerLink\" href=\"/players/playerpage/1755077/raymond-radway\">Raymond Radway</a>. The report says that the \"Cowboys have really been high on the offseason turned in so far by <a class=\"playerLink\" href=\"/players/playerpage/1117438/kevin-ogletree\">Kevin Ogletree</a>. I think he's the front-runner again for the No. 3 wide receiver job. Coale is a versatile player who the Cowboys really believe can contribute as a slot receiver. He could also be an option returning punts. Missing all the OTA practices and mini-camp this offseason with a broken foot really hurts his chances of winning the No. 3 wide receiver job, though. He'll need to have a great training camp.\"",
"type" : "normal",
"title" : "Ogletree could be No. 3",
"analysis" : "The No. 3 receiver for the Cowboys could be valuable as we saw from Laurent Robinson last year. That said, Robinson did a lot of his damage when Austin and Bryant were banged up. Keep an eye on what happens with Ogletree, and he could be worth a late-round flier in deeper leagues. Ogletree was re-signed this offseason but has 25 catches in his three seasons, including 15 this past year for 164 yards. "
},
{
"timestamp" : "1339422213",
"player" : {
"bye_week" : "10",
"firstname" : "Alex",
"on_waivers" : 1,
"position" : "RB",
"icons" : {
"injury" : "Knee: Questionable for start of training camp",
"headline" : "Packers counting on Green"
},
"lastname" : "Green",
"is_locked" : 0,
"opponent" : "SF",
"pro_status" : "A",
"profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/1691536",
"fullname" : "Alex Green",
"id" : "1691536",
"profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/1691536'>Green, Alex</a> RB GB <span title=\"Packers counting on Green\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/1691536\" 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=\"Knee: Questionable for start of training camp\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/1691536\" 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" : "GB"
},
"news" : "The <i>Green Bay Press-Gazette</i> reports that since the Packers haven’t attempted to re-sign <a class=\"playerLink\" href=\"/players/playerpage/411639/ryan-grant\">Ryan Grant</a> and didn’t select a running back in April’s draft that could mean <a class=\"playerLink\" href=\"/players/playerpage/1691536/alex-green\">Alex Green</a>, the second-year running back who’s less than six months into his recovery from knee-reconstruction surgery, could be in for a big role. The Packers’ top halfback is <a class=\"playerLink\" href=\"/players/playerpage/1123431/james-starks\">James Starks</a>. It appears Green is the likely No. 2 ahead of <a class=\"playerLink\" href=\"/players/playerpage/1243815/brandon-saine\">Brandon Saine</a>, even though Green’s availability for the start of training camp remains in question. “Not drafting a running back showed they have some faith in me,” Green said. “We’ll see how things turn out when training camp comes around.” Green sustained a torn anterior-cruciate ligament in his left knee in November. Green’s passing of a physical at the start of camp is not a given, and based on how the Packers have handled other players returning from the same surgery, he won’t take part in 11-on-11 drills for at least the first week, and possibly the first two, after he is cleared.",
"type" : "normal",
"title" : "Packers counting on Green",
"analysis" : "Green’s injury has a relatively wide window of recovery for NFL players, usually from nine months to a year. He had surgery on Nov. 16, so when camp opens in late July he’ll be a little more than eight months removed from surgery. When the regular-season opens on Sept. 9, he’ll be almost 10 months into his recovery. We hope he's ready to go for Week 1 because he could be a sleeper in 2012. Keep an eye on his progress, and Green could be worth a late-round flier in deeper formats. "
},
{
"timestamp" : "1339190859",
"player" : {
"bye_week" : "9",
"firstname" : "Rob",
"fantasy_team_id" : 20,
"on_waivers" : 1,
"position" : "TE",
"icons" : {
"injury" : "Ankle: Probable for start of 2012 training camp",
"headline" : "Gronk lands rich deal"
},
"lastname" : "Gronkowski",
"is_locked" : 0,
"opponent" : "@TEN",
"pro_status" : "A",
"profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/1244303",
"fullname" : "Rob Gronkowski",
"id" : "1244303",
"profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/1244303'>Gronkowski, Rob</a> TE NE <span title=\"Gronk lands rich deal\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/1244303\" 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=\"Ankle: Probable for start of 2012 training camp\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/1244303\" 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"
},
"news" : "The Patriots have made <a class=\"playerLink\" href=\"/players/playerpage/1244303/rob-gronkowski\">Rob Gronkowski</a> the highest-paid tight end in the league thanks to what is being reported as a six-year, $54 million extension with nearly $20 million guaranteed. Gronkowski is under contract with the Patriots until 2019. ",
"type" : "normal",
"title" : "Gronk lands rich deal",
"analysis" : "We have no reason to believe Gronkowski won't be ready to roll when camp kicks off, and we figure he'll continue to serve as a big part in the New England offense. The arrival of Brandon Lloyd might take a few targets off Gronk's plate, but remember these important facts: He's had double-digit touchdowns in each of his two seasons, he plays in pretty much every Patriots play and he is still impossible for defenses to cover. No wonder the Pats want to get a new deal done with him! Figure the big lug is worth a pick starting toward the end of Round 2 as a weekly must-start Fantasy tight end. "
},
{
"timestamp" : "1339190493",
"player" : {
"bye_week" : "7",
"firstname" : "Ronnie",
"on_waivers" : 1,
"position" : "RB",
"icons" : {
"headline" : "Chargers ink RB Brown"
},
"lastname" : "Brown",
"is_locked" : 0,
"opponent" : "@OAK",
"pro_status" : "A",
"profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/407235",
"fullname" : "Ronnie Brown",
"id" : "407235",
"profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/407235'>Brown, Ronnie</a> RB SD <span title=\"Chargers ink RB Brown\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/407235\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/news-note.gif\"/></a></span>",
"pro_team" : "SD"
},
"news" : "The Chargers have agreed to a one-year deal with <a class=\"playerLink\" href=\"/players/playerpage/407235/ronnie-brown\">Ronnie Brown</a>. He's expected to back up <a class=\"playerLink\" href=\"/players/playerpage/1273854/ryan-mathews\">Ryan Mathews</a>. Brown, a former first-round pick of the Dolphins, backed up Eagles running back <a class=\"playerLink\" href=\"/players/playerpage/1243187/lesean-mccoy\">LeSean McCoy</a> last season and put up a pedestrian 136 yards on 42 carries (3.2 rushing average) with one touchdown. He didn't make a single catch. ",
"type" : "normal",
"title" : "Chargers ink RB Brown",
"analysis" : "Brown hasn't averaged 4.0 yards per carry since 2009, which is the same year he suffered a Lisfranc foot injury. He hasn't been the same since. We wouldn't draft Brown even as a handcuff for Mathews. "
},
{
"timestamp" : "1339168131",
"player" : {
"bye_week" : "7",
"firstname" : "Michael",
"fantasy_team_id" : 21,
"on_waivers" : 1,
"position" : "RB",
"icons" : {
"headline" : "RB coach stands up for Turner"
},
"lastname" : "Turner",
"is_locked" : 0,
"opponent" : "@KC",
"pro_status" : "A",
"profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/493097",
"fullname" : "Michael Turner",
"id" : "493097",
"profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/493097'>Turner, Michael</a> RB ATL <span title=\"RB coach stands up for Turner\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/493097\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/news-note.gif\"/></a></span>",
"pro_team" : "ATL"
},
"news" : "The <i>Atlanta Journal-Constitution</i> reports that while the Falcons want to take some of the rushing workload off of running back <a class=\"playerLink\" href=\"/players/playerpage/493097/michael-turner\">Michael Turner</a>'s shoulders, the back is still looking good. Turner admitted this week that there will be more passing in the Falcons offense this season but laughed off the notion that his carries will be monitored closely, saying \"they always say that.\" Turner, who turned 30 and has 1,232 total carries in four years with the Falcons (including the postseason), still looks like the rock-solid rusher he always has been according to running back coach Gerald Brown. \"He’s been looking really good,\" Brown said. \"Physically, he’s running the ball well. He’s right on pace, where he should be. We expect the same thing that he’s been giving us. ... Mike is looking good.\"",
"type" : "normal",
"title" : "RB coach stands up for Turner",
"analysis" : "Despite totaling 1,340 rush yards and 11 scores last season, Turner's numbers were downright nasty from Week 12 through Week 16 (280 rush yards, one TD in five games), suggesting that a slow-down is coming. Because Turner got off to a slow start to his career, and because he has less than 1,500 career carries, we're not so sure that such a slowdown is happening so soon. Moreover, he'll be the primary rusher in an offense loaded with dynamic receiving weapons, so he'll never see more than seven defenders in the box. The Falcons also improved their offensive line and will not hesitate to use Turner as a goal-line weapon as they have in the past. We still feel Turner is good enough to use as a No. 1 Fantasy running back, making him worth a late first-/early second-round pick. Even if he's under 300 carries, he should still be productive enough to start on a weekly basis. "
},
{
"timestamp" : "1339167268",
"player" : {
"bye_week" : "9",
"firstname" : "Santonio",
"fantasy_team_id" : 8,
"on_waivers" : 1,
"position" : "WR",
"icons" : {
"headline" : "Holmes complains of too many OTA reps"
},
"lastname" : "Holmes",
"is_locked" : 0,
"opponent" : "BUF",
"pro_status" : "A",
"profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/413021",
"fullname" : "Santonio Holmes",
"id" : "413021",
"profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/413021'>Holmes, Santonio</a> WR NYJ <span title=\"Holmes complains of too many OTA reps\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/413021\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/news-note.gif\"/></a></span>",
"pro_team" : "NYJ"
},
"news" : "Jets receiver <a class=\"playerLink\" href=\"/players/playerpage/413021/santonio-holmes\">Santonio Holmes</a> pulled himself out of Thursday's OTA practice complaining of taking too many reps. Holmes missed some voluntary practice sessions while on a USO-sponsored trip and couldn't hack it upon his return. ESPN reports Holmes had a \"mini-meltdown\" toward the end of the two-hour practice, limping off the field and throwing his helmet. Holmes said he wasn't hurt but was annoyed by the amount of action the coaches wanted from him in practice. \"I was talking to the coach, letting him understand it was too many reps today,\" Holmes said. \"I've been gone for a while, so I can't be at full tempo like the rest of the guys and where they want us to be at.\" ",
"type" : "normal",
"title" : "Holmes complains of too many OTA reps",
"analysis" : "According to ESPN, Holmes was slated for 35 reps and left after roughly 25. Head coach Rex Ryan had no problem with Holmes asking out of practice if it meant him not hurting himself. It sounds like Holmes might have pulled something and just overreacted. We'll see how Holmes is going forward -- he says he's going to work out with Mark Sanchez in California in July -- but he's a big part of the Jets offense this season. If he can't get going, the Jets could struggle to score points. Holmes' stock is slipping as the Jets move to a more run-oriented offense, one that will include Tim Tebow occasionally throwing passes his way. We view Holmes as a No. 3 Fantasy receiver worth a mid-round pick."
},
{
"timestamp" : "1339163550",
"player" : {
"bye_week" : "7",
"firstname" : "Jamaal",
"on_waivers" : 1,
"position" : "RB",
"icons" : {
"injury" : "Knee: Probable for start of 2012 training camp",
"headline" : "Charles might be cleared by mid-June"
},
"lastname" : "Charles",
"is_locked" : 0,
"opponent" : "ATL",
"pro_status" : "A",
"profile_url" : "http://<league_id>.football.cbssports.com/players/playerpage/564952",
"fullname" : "Jamaal Charles",
"id" : "564952",
"profile_link" : "<a class='playerLink' href='http://<league_id>.football.cbssports.com/players/playerpage/564952'>Charles, Jamaal</a> RB KC <span title=\"Charles might be cleared by mid-June\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/564952\" class=\"playerLink\" subtab=\"Update\"><img border=\"0\" width=\"7\" height=\"7\" src=\"http://sports.cbsimg.net/images/news-note-hot.gif\"/></a></span><img src='http://sports.cbsimg.net/images/spacer.gif' height=1 width=2><span title=\"Knee: Probable for start of 2012 training camp\"><a href=\"http://<league_id>.football.cbssports.com/players/playerpage/564952\" 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"
},
"news" : "Coach Romeo Crennel said June 18 will be a big day for running back <a class=\"playerLink\" href=\"/players/playerpage/564952/jamaal-charles\">Jamaal Charles</a>. He and other injured Chiefs players will meet with doctors then and are expected to be given the go-ahead for full physical activity in training camp. Charles is one of three Chiefs who suffered a torn ACL in their left knees over three weeks at the start of the 2011 season.",
"type" : "hot",
"title" : "Charles might be cleared by mid-June",
"analysis" : "Sounds like we can expect good news in just a little more than a week. Charles has been vocal about being ready for the season, calling himself hungry and passionate to return to form. But the fact remains that he's coming off of a major injury and isn't promised to have any of the explosiveness he had before he got hurt. Tack on the Chiefs' addition of Peyton Hillis (Charles thinks Hillis will get the tough yards and goal-line work like Thomas Jones did previously), and there's a limit to Charles' 2012 expectations. So long as Charles proves that he's ready to roll, Fantasy owners should be optimistic. Assuming he's fine, Charles will be worth taking in the early rounds on Draft Day, but more as a No. 2 Fantasy RB. Plan on drafting Charles between 25th and 35th overall in all leagues."
}
]
},
"uriAlias" : "/players/updates",
"statusMessage" : "OK",
"uri" : "/players/updates",
"statusCode" : 200
}/player_updates/player_update/player/@id
The ID of the player. You can use this ID to get more information about a player by requesting the Player Outlook and Player Updates resources.
/player_updates/player_update/player/fantasy_team_id
The ID of the fantasy team that owns the player (will only be present for players that are owned). To get a list of fantasy team IDs, request the Fantasy Teams resource.
/player_updates/player_update/player/fullname
The full name of the player. The value is equivlent to the values of /player_updates/player_update/player/firstname and /player_updates/player_update/player/lastname joined with a space.
/player_updates/player_update/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.
