1

How do I determine if a player is currently playing a game or a game is over and the user's position can not be changed for the day?

Eg. I'm calling team/<team key>/roster and all it returns for a player is:

<player> <player_key>268.p.7595</player_key> <player_id>7595</player_id> <name>  <full>Melky Cabrera</full>  <first>Melky</first>  <last>Cabrera</last>  <ascii_first>Melky</ascii_first>  <ascii_last>Cabrera</ascii_last> </name> <editorial_player_key>mlb.p.7595</editorial_player_key> <editorial_team_key>mlb.t.26</editorial_team_key> <editorial_team_full_name>San Francisco Giants</editorial_team_full_name> <editorial_team_abbr>SF</editorial_team_abbr> <uniform_number>53</uniform_number> <display_position>OF</display_position> <image_url>http://l.yimg.com/j/assets/ipt/7595.jpg?x=46&y=60&xc=1&yc=1&wc=164&hc=215&q=100&sig=m7pUbWHe1HBqavigRzQXlA--</image_url> <is_undroppable>0</is_undroppable> <position_type>B</position_type> <eligible_positions>  <position>OF</position>  <position>Util</position> </eligible_positions> <has_player_notes>1</has_player_notes> <selected_position>  <coverage_type>date</coverage_type>  <date>2012-04-14</date>  <position>OF</position> </selected_position> <starting_status>  <coverage_type>date</coverage_type>  <date>2012-04-14</date>  <is_starting>1</is_starting> </starting_status></player>
There's no indication whether this player is currently playing or the game is over. I simply want to know if i can adjust a certain player's position.

There's a editorial_team_key and editorial_player_key, can I use these in another API to at least get what the game times are?

Thanks.

by
0 Replies

Recent Posts

in Fantasy Sports API