Created
December 8, 2021 22:21
-
-
Save brwnll/91abb2c78ac908babcdb91b8f15c3505 to your computer and use it in GitHub Desktop.
A quick NodeJS parser to calculate division win/loss record for a 2 division Sleeper league
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"results": { | |
"week1": [ | |
{ | |
"starters_games": null, | |
"starters": [ | |
"1234", | |
"5000", | |
"6813", | |
"1689", | |
"2374", | |
"536", | |
"7553", | |
"5850", | |
"7062", | |
"CLE", | |
"3973", | |
"3291", | |
"5054" | |
], | |
"round": 1, | |
"roster_id": 1, | |
"proj_points": 171.16, | |
"points": 194.75999450683594, | |
"players": [ | |
"1234", | |
"421", | |
"4892", | |
"4962", | |
"5000", | |
"5850", | |
"6813", | |
"1689", | |
"2374", | |
"4036", | |
"5038", | |
"536", | |
"6886", | |
"3271", | |
"5022", | |
"7553", | |
"7062", | |
"CLE", | |
"3973", | |
"3291", | |
"5054" | |
], | |
"player_map": { | |
"421": { | |
"years_exp": 12, | |
"team": "LAR", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "421", | |
"number": 9, | |
"news_updated": 1638808853437, | |
"last_name": "Stafford", | |
"injury_status": null, | |
"first_name": "Matthew", | |
"fantasy_positions": ["QB"] | |
}, | |
"536": { | |
"years_exp": 11, | |
"team": "TB", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "536", | |
"number": 81, | |
"news_updated": 1638720642472, | |
"last_name": "Brown", | |
"injury_status": "Sus", | |
"first_name": "Antonio", | |
"fantasy_positions": ["WR"] | |
}, | |
"1234": { | |
"years_exp": 9, | |
"team": "SEA", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "1234", | |
"number": 3, | |
"news_updated": 1638809753900, | |
"last_name": "Wilson", | |
"injury_status": null, | |
"first_name": "Russell", | |
"fantasy_positions": ["QB"] | |
}, | |
"1689": { | |
"years_exp": 8, | |
"team": "MIN", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "1689", | |
"number": 19, | |
"news_updated": 1638993928699, | |
"last_name": "Thielen", | |
"injury_status": "Out", | |
"first_name": "Adam", | |
"fantasy_positions": ["WR"] | |
}, | |
"2374": { | |
"years_exp": 6, | |
"team": "SEA", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "2374", | |
"number": 16, | |
"news_updated": 1638810053611, | |
"last_name": "Lockett", | |
"injury_status": null, | |
"first_name": "Tyler", | |
"fantasy_positions": ["WR"] | |
}, | |
"3271": { | |
"years_exp": 5, | |
"team": "LAR", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "3271", | |
"number": 89, | |
"news_updated": 1638809153722, | |
"last_name": "Higbee", | |
"injury_status": null, | |
"first_name": "Tyler", | |
"fantasy_positions": ["TE"] | |
}, | |
"3291": { | |
"years_exp": 5, | |
"team": "NYG", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "LB", | |
"player_id": "3291", | |
"number": 54, | |
"news_updated": 1632959123333, | |
"last_name": "Martinez", | |
"injury_status": "IR", | |
"first_name": "Blake", | |
"fantasy_positions": ["LB"] | |
}, | |
"3973": { | |
"years_exp": 4, | |
"team": "CLE", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "DE", | |
"player_id": "3973", | |
"number": 95, | |
"news_updated": 1636751758531, | |
"last_name": "Garrett", | |
"injury_status": null, | |
"first_name": "Myles", | |
"fantasy_positions": ["DL"] | |
}, | |
"4036": { | |
"years_exp": 4, | |
"team": "NYJ", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "4036", | |
"number": 84, | |
"news_updated": 1638973826488, | |
"last_name": "Davis", | |
"injury_status": "IR", | |
"first_name": "Corey", | |
"fantasy_positions": ["WR"] | |
}, | |
"4892": { | |
"years_exp": 3, | |
"team": "CLE", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "4892", | |
"number": 6, | |
"news_updated": 1638208207278, | |
"last_name": "Mayfield", | |
"injury_status": null, | |
"first_name": "Baker", | |
"fantasy_positions": ["QB"] | |
}, | |
"4962": { | |
"years_exp": 3, | |
"team": "LAR", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "4962", | |
"number": 25, | |
"news_updated": 1638926722440, | |
"last_name": "Michel", | |
"injury_status": null, | |
"first_name": "Sony", | |
"fantasy_positions": ["RB"] | |
}, | |
"5000": { | |
"years_exp": 3, | |
"team": "ARI", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "5000", | |
"number": 2, | |
"news_updated": 1638389753659, | |
"last_name": "Edmonds", | |
"injury_status": "IR", | |
"first_name": "Chase", | |
"fantasy_positions": ["RB"] | |
}, | |
"5022": { | |
"years_exp": 3, | |
"team": "PHI", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "5022", | |
"number": 88, | |
"news_updated": 1638815455454, | |
"last_name": "Goedert", | |
"injury_status": null, | |
"first_name": "Dallas", | |
"fantasy_positions": ["TE"] | |
}, | |
"5038": { | |
"years_exp": 3, | |
"team": "DAL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "5038", | |
"number": 13, | |
"news_updated": 1638574227153, | |
"last_name": "Gallup", | |
"injury_status": null, | |
"first_name": "Michael", | |
"fantasy_positions": ["WR"] | |
}, | |
"5054": { | |
"years_exp": 3, | |
"team": "TB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "CB", | |
"player_id": "5054", | |
"number": 24, | |
"news_updated": 1638980728126, | |
"last_name": "Davis", | |
"injury_status": null, | |
"first_name": "Carlton", | |
"fantasy_positions": ["DB"] | |
}, | |
"5850": { | |
"years_exp": 2, | |
"team": "LV", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "5850", | |
"number": 28, | |
"news_updated": 1638770750579, | |
"last_name": "Jacobs", | |
"injury_status": null, | |
"first_name": "Josh", | |
"fantasy_positions": ["RB"] | |
}, | |
"6813": { | |
"years_exp": 1, | |
"team": "IND", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "6813", | |
"number": 28, | |
"news_updated": 1638754547351, | |
"last_name": "Taylor", | |
"injury_status": null, | |
"first_name": "Jonathan", | |
"fantasy_positions": ["RB"] | |
}, | |
"6886": { | |
"years_exp": 1, | |
"team": "PIT", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "6886", | |
"number": 11, | |
"news_updated": 1638914422718, | |
"last_name": "Claypool", | |
"injury_status": null, | |
"first_name": "Chase", | |
"fantasy_positions": ["WR"] | |
}, | |
"7062": { | |
"years_exp": 1, | |
"team": "IND", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "K", | |
"player_id": "7062", | |
"number": 3, | |
"news_updated": 1637233236718, | |
"last_name": "Blankenship", | |
"injury_status": "IR", | |
"first_name": "Rodrigo", | |
"fantasy_positions": ["K"] | |
}, | |
"7553": { | |
"years_exp": 0, | |
"team": "ATL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "7553", | |
"number": 8, | |
"news_updated": 1638798353720, | |
"last_name": "Pitts", | |
"injury_status": null, | |
"first_name": "Kyle", | |
"fantasy_positions": ["TE"] | |
}, | |
"CLE": { | |
"team": "CLE", | |
"sport": "nfl", | |
"position": "DEF", | |
"player_id": "CLE", | |
"last_name": "Browns", | |
"injury_status": null, | |
"first_name": "Cleveland", | |
"fantasy_positions": ["DEF"] | |
} | |
}, | |
"picks": null, | |
"max_points": 212.4600067138672, | |
"matchup_id": 2, | |
"leg": 1, | |
"league_id": "719044574009462784", | |
"custom_points": null, | |
"bans": null | |
}, | |
{ | |
"starters_games": null, | |
"starters": [ | |
"167", | |
"6151", | |
"5890", | |
"1426", | |
"3423", | |
"6786", | |
"1466", | |
"2197", | |
"1266", | |
"LAR", | |
"2393", | |
"1233", | |
"5017" | |
], | |
"round": 1, | |
"roster_id": 2, | |
"proj_points": 181.16, | |
"points": 212.86000061035156, | |
"players": [ | |
"167", | |
"2320", | |
"5347", | |
"5890", | |
"6130", | |
"6151", | |
"7607", | |
"1067", | |
"1426", | |
"2197", | |
"3225", | |
"3423", | |
"4040", | |
"6786", | |
"7090", | |
"1466", | |
"6126", | |
"1266", | |
"LAR", | |
"2393", | |
"1233", | |
"5017" | |
], | |
"player_map": { | |
"167": { | |
"years_exp": 21, | |
"team": "TB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "167", | |
"number": 12, | |
"news_updated": 1638799554142, | |
"last_name": "Brady", | |
"injury_status": null, | |
"first_name": "Tom", | |
"fantasy_positions": ["QB"] | |
}, | |
"1067": { | |
"years_exp": 9, | |
"team": "JAX", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "1067", | |
"number": 11, | |
"news_updated": 1638811553917, | |
"last_name": "Jones", | |
"injury_status": null, | |
"first_name": "Marvin", | |
"fantasy_positions": ["WR"] | |
}, | |
"1233": { | |
"years_exp": 9, | |
"team": "SEA", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "LB", | |
"player_id": "1233", | |
"number": 54, | |
"news_updated": 1638902121167, | |
"last_name": "Wagner", | |
"injury_status": null, | |
"first_name": "Bobby", | |
"fantasy_positions": ["LB"] | |
}, | |
"1266": { | |
"years_exp": 9, | |
"team": "DAL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "K", | |
"player_id": "1266", | |
"number": 2, | |
"news_updated": 1638574827163, | |
"last_name": "Zuerlein", | |
"injury_status": null, | |
"first_name": "Greg", | |
"fantasy_positions": ["K"] | |
}, | |
"1426": { | |
"years_exp": 8, | |
"team": "ARI", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "1426", | |
"number": 10, | |
"news_updated": 1638853560140, | |
"last_name": "Hopkins", | |
"injury_status": null, | |
"first_name": "DeAndre", | |
"fantasy_positions": ["WR"] | |
}, | |
"1466": { | |
"years_exp": 8, | |
"team": "KC", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "1466", | |
"number": 87, | |
"news_updated": 1638800153820, | |
"last_name": "Kelce", | |
"injury_status": null, | |
"first_name": "Travis", | |
"fantasy_positions": ["TE"] | |
}, | |
"2197": { | |
"years_exp": 7, | |
"team": "HOU", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "2197", | |
"number": 13, | |
"news_updated": 1638855360271, | |
"last_name": "Cooks", | |
"injury_status": null, | |
"first_name": "Brandin", | |
"fantasy_positions": ["WR"] | |
}, | |
"2320": { | |
"years_exp": 6, | |
"team": "DEN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "2320", | |
"number": 25, | |
"news_updated": 1638996630041, | |
"last_name": "Gordon", | |
"injury_status": "Questionable", | |
"first_name": "Melvin", | |
"fantasy_positions": ["RB"] | |
}, | |
"2393": { | |
"years_exp": 6, | |
"team": "MIN", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "DE", | |
"player_id": "2393", | |
"number": 99, | |
"news_updated": 1635888041054, | |
"last_name": "Hunter", | |
"injury_status": "IR", | |
"first_name": "Danielle", | |
"fantasy_positions": ["DL"] | |
}, | |
"3225": { | |
"years_exp": 5, | |
"team": "CIN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "3225", | |
"number": 83, | |
"news_updated": 1638752148743, | |
"last_name": "Boyd", | |
"injury_status": null, | |
"first_name": "Tyler", | |
"fantasy_positions": ["WR"] | |
}, | |
"3423": { | |
"years_exp": 5, | |
"team": "CAR", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "3423", | |
"number": 11, | |
"news_updated": 1638204908264, | |
"last_name": "Anderson", | |
"injury_status": null, | |
"first_name": "Robby", | |
"fantasy_positions": ["WR"] | |
}, | |
"4040": { | |
"years_exp": 4, | |
"team": "PIT", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "4040", | |
"number": 19, | |
"news_updated": 1634416240797, | |
"last_name": "Smith-Schuster", | |
"injury_status": "IR", | |
"first_name": "JuJu", | |
"fantasy_positions": ["WR"] | |
}, | |
"5017": { | |
"years_exp": 3, | |
"team": "CIN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "DB", | |
"player_id": "5017", | |
"number": 30, | |
"news_updated": 1635950749038, | |
"last_name": "Bates", | |
"injury_status": null, | |
"first_name": "Jessie", | |
"fantasy_positions": ["DB"] | |
}, | |
"5347": { | |
"years_exp": 3, | |
"team": "IND", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "5347", | |
"number": 21, | |
"news_updated": 1638754547331, | |
"last_name": "Hines", | |
"injury_status": null, | |
"first_name": "Nyheim", | |
"fantasy_positions": ["RB"] | |
}, | |
"5890": { | |
"years_exp": 2, | |
"team": "NE", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "5890", | |
"number": 37, | |
"news_updated": 1638857160558, | |
"last_name": "Harris", | |
"injury_status": "Questionable", | |
"first_name": "Damien", | |
"fantasy_positions": ["RB"] | |
}, | |
"6126": { | |
"years_exp": 2, | |
"team": "MIN", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "6126", | |
"number": 84, | |
"news_updated": 1630531862092, | |
"last_name": "Smith", | |
"injury_status": "IR", | |
"first_name": "Irv", | |
"fantasy_positions": ["TE"] | |
}, | |
"6130": { | |
"years_exp": 2, | |
"team": "BUF", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "6130", | |
"number": 26, | |
"news_updated": 1638853858866, | |
"last_name": "Singletary", | |
"injury_status": null, | |
"first_name": "Devin", | |
"fantasy_positions": ["RB"] | |
}, | |
"6151": { | |
"years_exp": 2, | |
"team": "PHI", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "6151", | |
"number": 26, | |
"news_updated": 1638813955714, | |
"last_name": "Sanders", | |
"injury_status": "Questionable", | |
"first_name": "Miles", | |
"fantasy_positions": ["RB"] | |
}, | |
"6786": { | |
"years_exp": 1, | |
"team": "DAL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "6786", | |
"number": 88, | |
"news_updated": 1638542148960, | |
"last_name": "Lamb", | |
"injury_status": null, | |
"first_name": "CeeDee", | |
"fantasy_positions": ["WR"] | |
}, | |
"7090": { | |
"years_exp": 1, | |
"team": "CHI", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "7090", | |
"number": 11, | |
"news_updated": 1638788752615, | |
"last_name": "Mooney", | |
"injury_status": null, | |
"first_name": "Darnell", | |
"fantasy_positions": ["WR"] | |
}, | |
"7607": { | |
"years_exp": 0, | |
"team": "NYJ", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "7607", | |
"number": 32, | |
"news_updated": 1638048645098, | |
"last_name": "Carter", | |
"injury_status": "IR", | |
"first_name": "Michael", | |
"fantasy_positions": ["RB"] | |
}, | |
"LAR": { | |
"team": "LAR", | |
"sport": "nfl", | |
"position": "DEF", | |
"player_id": "LAR", | |
"last_name": "Rams", | |
"injury_status": null, | |
"first_name": "Los Angeles", | |
"fantasy_positions": ["DEF"] | |
} | |
}, | |
"picks": null, | |
"max_points": 226.4600067138672, | |
"matchup_id": 5, | |
"leg": 1, | |
"league_id": "719044574009462784", | |
"custom_points": null, | |
"bans": null | |
}, | |
{ | |
"starters_games": null, | |
"starters": [ | |
"4046", | |
"5892", | |
"5980", | |
"4981", | |
"2449", | |
"6801", | |
"2251", | |
"7528", | |
"5119", | |
"MIA", | |
"2427", | |
"6807", | |
"4963" | |
], | |
"round": 1, | |
"roster_id": 3, | |
"proj_points": 177.43, | |
"points": 158.3800048828125, | |
"players": [ | |
"4046", | |
"6768", | |
"5892", | |
"5980", | |
"6790", | |
"6806", | |
"7528", | |
"7543", | |
"7567", | |
"2449", | |
"4981", | |
"6801", | |
"7526", | |
"7571", | |
"2251", | |
"4993", | |
"5119", | |
"MIA", | |
"2427", | |
"3197", | |
"6807", | |
"4963" | |
], | |
"player_map": { | |
"2251": { | |
"years_exp": 7, | |
"team": "WAS", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "2251", | |
"number": 82, | |
"news_updated": 1638982227473, | |
"last_name": "Thomas", | |
"injury_status": "IR", | |
"first_name": "Logan", | |
"fantasy_positions": ["TE"] | |
}, | |
"2427": { | |
"years_exp": 6, | |
"team": "GB", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "LB", | |
"player_id": "2427", | |
"number": 55, | |
"news_updated": 1638911121995, | |
"last_name": "Smith", | |
"injury_status": "IR", | |
"first_name": "Za'Darius", | |
"fantasy_positions": ["LB", "DL"] | |
}, | |
"2449": { | |
"years_exp": 6, | |
"team": "BUF", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "2449", | |
"number": 14, | |
"news_updated": 1638854758961, | |
"last_name": "Diggs", | |
"injury_status": null, | |
"first_name": "Stefon", | |
"fantasy_positions": ["WR"] | |
}, | |
"3197": { | |
"years_exp": 5, | |
"team": "MIA", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "DE", | |
"player_id": "3197", | |
"number": 91, | |
"news_updated": 1636467928015, | |
"last_name": "Ogbah", | |
"injury_status": null, | |
"first_name": "Emmanuel", | |
"fantasy_positions": ["LB", "DL"] | |
}, | |
"4046": { | |
"years_exp": 4, | |
"team": "KC", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "4046", | |
"number": 15, | |
"news_updated": 1638799554151, | |
"last_name": "Mahomes", | |
"injury_status": null, | |
"first_name": "Patrick", | |
"fantasy_positions": ["QB"] | |
}, | |
"4963": { | |
"years_exp": 3, | |
"team": "PIT", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "DB", | |
"player_id": "4963", | |
"number": 39, | |
"news_updated": 1638823856388, | |
"last_name": "Fitzpatrick", | |
"injury_status": null, | |
"first_name": "Minkah", | |
"fantasy_positions": ["DB"] | |
}, | |
"4981": { | |
"years_exp": 3, | |
"team": "ATL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "4981", | |
"number": 18, | |
"news_updated": 1637612428514, | |
"last_name": "Ridley", | |
"injury_status": "PUP", | |
"first_name": "Calvin", | |
"fantasy_positions": ["WR"] | |
}, | |
"4993": { | |
"years_exp": 3, | |
"team": "MIA", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "4993", | |
"number": 88, | |
"news_updated": 1638750348778, | |
"last_name": "Gesicki", | |
"injury_status": null, | |
"first_name": "Mike", | |
"fantasy_positions": ["TE"] | |
}, | |
"5119": { | |
"years_exp": 3, | |
"team": "MIA", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "K", | |
"player_id": "5119", | |
"number": 7, | |
"news_updated": 1638884405511, | |
"last_name": "Sanders", | |
"injury_status": null, | |
"first_name": "Jason", | |
"fantasy_positions": ["K"] | |
}, | |
"5892": { | |
"years_exp": 2, | |
"team": "CHI", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "5892", | |
"number": 32, | |
"news_updated": 1638788752619, | |
"last_name": "Montgomery", | |
"injury_status": null, | |
"first_name": "David", | |
"fantasy_positions": ["RB"] | |
}, | |
"5980": { | |
"years_exp": 2, | |
"team": "MIA", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "5980", | |
"number": 37, | |
"news_updated": 1638747647779, | |
"last_name": "Gaskin", | |
"injury_status": null, | |
"first_name": "Myles", | |
"fantasy_positions": ["RB"] | |
}, | |
"6768": { | |
"years_exp": 1, | |
"team": "MIA", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "6768", | |
"number": 1, | |
"news_updated": 1638754549206, | |
"last_name": "Tagovailoa", | |
"injury_status": null, | |
"first_name": "Tua", | |
"fantasy_positions": ["QB"] | |
}, | |
"6790": { | |
"years_exp": 1, | |
"team": "DET", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "6790", | |
"number": 32, | |
"news_updated": 1638996928792, | |
"last_name": "Swift", | |
"injury_status": "Questionable", | |
"first_name": "D'Andre", | |
"fantasy_positions": ["RB"] | |
}, | |
"6801": { | |
"years_exp": 1, | |
"team": "CIN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "6801", | |
"number": 85, | |
"news_updated": 1638996928792, | |
"last_name": "Higgins", | |
"injury_status": "Questionable", | |
"first_name": "Tee", | |
"fantasy_positions": ["WR"] | |
}, | |
"6806": { | |
"years_exp": 1, | |
"team": "BAL", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "6806", | |
"number": 27, | |
"news_updated": 1631218257651, | |
"last_name": "Dobbins", | |
"injury_status": "IR", | |
"first_name": "J.K.", | |
"fantasy_positions": ["RB"] | |
}, | |
"6807": { | |
"years_exp": 1, | |
"team": "BAL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "LB", | |
"player_id": "6807", | |
"number": 6, | |
"news_updated": 1638909021764, | |
"last_name": "Queen", | |
"injury_status": null, | |
"first_name": "Patrick", | |
"fantasy_positions": ["LB"] | |
}, | |
"7526": { | |
"years_exp": 0, | |
"team": "MIA", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "7526", | |
"number": 17, | |
"news_updated": 1638742546771, | |
"last_name": "Waddle", | |
"injury_status": null, | |
"first_name": "Jaylen", | |
"fantasy_positions": ["WR"] | |
}, | |
"7528": { | |
"years_exp": 0, | |
"team": "PIT", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "7528", | |
"number": 22, | |
"news_updated": 1638757849121, | |
"last_name": "Harris", | |
"injury_status": null, | |
"first_name": "Najee", | |
"fantasy_positions": ["RB"] | |
}, | |
"7543": { | |
"years_exp": 0, | |
"team": "JAX", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "7543", | |
"number": 1, | |
"news_updated": 1630589108870, | |
"last_name": "Etienne", | |
"injury_status": "IR", | |
"first_name": "Travis", | |
"fantasy_positions": ["RB"] | |
}, | |
"7567": { | |
"years_exp": 0, | |
"team": "PHI", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "7567", | |
"number": 14, | |
"news_updated": 1638817255962, | |
"last_name": "Gainwell", | |
"injury_status": null, | |
"first_name": "Kenneth", | |
"fantasy_positions": ["RB"] | |
}, | |
"7571": { | |
"years_exp": 0, | |
"team": "BAL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "7571", | |
"number": 12, | |
"news_updated": 1638908121487, | |
"last_name": "Bateman", | |
"injury_status": null, | |
"first_name": "Rashod", | |
"fantasy_positions": ["WR"] | |
}, | |
"MIA": { | |
"team": "MIA", | |
"sport": "nfl", | |
"position": "DEF", | |
"player_id": "MIA", | |
"last_name": "Dolphins", | |
"injury_status": null, | |
"first_name": "Miami", | |
"fantasy_positions": ["DEF"] | |
} | |
}, | |
"picks": null, | |
"max_points": 191.0800018310547, | |
"matchup_id": 3, | |
"leg": 1, | |
"league_id": "719044574009462784", | |
"custom_points": null, | |
"bans": null | |
}, | |
{ | |
"starters_games": null, | |
"starters": [ | |
"1049", | |
"3198", | |
"4137", | |
"5846", | |
"7564", | |
"4068", | |
"515", | |
"1825", | |
"4227", | |
"BAL", | |
"6782", | |
"4990", | |
"4077" | |
], | |
"round": 1, | |
"roster_id": 4, | |
"proj_points": 171.52, | |
"points": 156.67999267578125, | |
"players": [ | |
"1049", | |
"6770", | |
"7591", | |
"1408", | |
"3198", | |
"4137", | |
"6828", | |
"1825", | |
"2319", | |
"4068", | |
"5846", | |
"7564", | |
"1339", | |
"515", | |
"4227", | |
"BAL", | |
"3156", | |
"6782", | |
"4990", | |
"7640", | |
"4077" | |
], | |
"player_map": { | |
"515": { | |
"years_exp": 11, | |
"team": "TB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "515", | |
"number": 87, | |
"news_updated": 1638800153828, | |
"last_name": "Gronkowski", | |
"injury_status": null, | |
"first_name": "Rob", | |
"fantasy_positions": ["TE"] | |
}, | |
"1049": { | |
"years_exp": 9, | |
"team": "TEN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "1049", | |
"number": 17, | |
"news_updated": 1638150660545, | |
"last_name": "Tannehill", | |
"injury_status": null, | |
"first_name": "Ryan", | |
"fantasy_positions": ["QB"] | |
}, | |
"1339": { | |
"years_exp": 8, | |
"team": "ARI", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "1339", | |
"number": 86, | |
"news_updated": 1638854160009, | |
"last_name": "Ertz", | |
"injury_status": null, | |
"first_name": "Zach", | |
"fantasy_positions": ["TE"] | |
}, | |
"1408": { | |
"years_exp": 8, | |
"team": null, | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "1408", | |
"number": 17, | |
"news_updated": 1637170231752, | |
"last_name": "Bell", | |
"injury_status": null, | |
"first_name": "Le'Veon", | |
"fantasy_positions": ["RB"] | |
}, | |
"1825": { | |
"years_exp": 7, | |
"team": "CLE", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "1825", | |
"number": 80, | |
"news_updated": 1638986728970, | |
"last_name": "Landry", | |
"injury_status": "Questionable", | |
"first_name": "Jarvis", | |
"fantasy_positions": ["WR"] | |
}, | |
"2319": { | |
"years_exp": 6, | |
"team": "MIA", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "2319", | |
"number": 11, | |
"news_updated": 1638749448033, | |
"last_name": "Parker", | |
"injury_status": null, | |
"first_name": "DeVante", | |
"fantasy_positions": ["WR"] | |
}, | |
"3156": { | |
"years_exp": 5, | |
"team": "LAC", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "LB", | |
"player_id": "3156", | |
"number": 97, | |
"news_updated": 1638812755797, | |
"last_name": "Bosa", | |
"injury_status": "Questionable", | |
"first_name": "Joey", | |
"fantasy_positions": ["LB", "DL"] | |
}, | |
"3198": { | |
"years_exp": 5, | |
"team": "TEN", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "3198", | |
"number": 22, | |
"news_updated": 1637259340372, | |
"last_name": "Henry", | |
"injury_status": "IR", | |
"first_name": "Derrick", | |
"fantasy_positions": ["RB"] | |
}, | |
"4068": { | |
"years_exp": 4, | |
"team": "LAC", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "4068", | |
"number": 81, | |
"news_updated": 1638800754006, | |
"last_name": "Williams", | |
"injury_status": null, | |
"first_name": "Mike", | |
"fantasy_positions": ["WR"] | |
}, | |
"4077": { | |
"years_exp": 4, | |
"team": "SEA", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "SS", | |
"player_id": "4077", | |
"number": 33, | |
"news_updated": 1638982228340, | |
"last_name": "Adams", | |
"injury_status": "Out", | |
"first_name": "Jamal", | |
"fantasy_positions": ["DB"] | |
}, | |
"4137": { | |
"years_exp": 4, | |
"team": "ARI", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "4137", | |
"number": 6, | |
"news_updated": 1638852960071, | |
"last_name": "Conner", | |
"injury_status": null, | |
"first_name": "James", | |
"fantasy_positions": ["RB"] | |
}, | |
"4227": { | |
"years_exp": 4, | |
"team": "KC", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "K", | |
"player_id": "4227", | |
"number": 7, | |
"news_updated": 1638897318692, | |
"last_name": "Butker", | |
"injury_status": null, | |
"first_name": "Harrison", | |
"fantasy_positions": ["K"] | |
}, | |
"4990": { | |
"years_exp": 3, | |
"team": "IND", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "LB", | |
"player_id": "4990", | |
"number": 53, | |
"news_updated": 1638482405334, | |
"last_name": "Leonard", | |
"injury_status": null, | |
"first_name": "Darius", | |
"fantasy_positions": ["LB"] | |
}, | |
"5846": { | |
"years_exp": 2, | |
"team": "SEA", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "5846", | |
"number": 14, | |
"news_updated": 1638810053594, | |
"last_name": "Metcalf", | |
"injury_status": null, | |
"first_name": "DK", | |
"fantasy_positions": ["WR"] | |
}, | |
"6770": { | |
"years_exp": 1, | |
"team": "CIN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "6770", | |
"number": 9, | |
"news_updated": 1638987029156, | |
"last_name": "Burrow", | |
"injury_status": "Questionable", | |
"first_name": "Joe", | |
"fantasy_positions": ["QB"] | |
}, | |
"6782": { | |
"years_exp": 1, | |
"team": "WAS", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "DE", | |
"player_id": "6782", | |
"number": 99, | |
"news_updated": 1638068147401, | |
"last_name": "Young", | |
"injury_status": "IR", | |
"first_name": "Chase", | |
"fantasy_positions": ["DL"] | |
}, | |
"6828": { | |
"years_exp": 1, | |
"team": "GB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "6828", | |
"number": 28, | |
"news_updated": 1638896417598, | |
"last_name": "Dillon", | |
"injury_status": null, | |
"first_name": "AJ", | |
"fantasy_positions": ["RB"] | |
}, | |
"7564": { | |
"years_exp": 0, | |
"team": "CIN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "7564", | |
"number": 1, | |
"news_updated": 1638747048210, | |
"last_name": "Chase", | |
"injury_status": null, | |
"first_name": "Ja'Marr", | |
"fantasy_positions": ["WR"] | |
}, | |
"7591": { | |
"years_exp": 0, | |
"team": "CHI", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "7591", | |
"number": 1, | |
"news_updated": 1638987029154, | |
"last_name": "Fields", | |
"injury_status": null, | |
"first_name": "Justin", | |
"fantasy_positions": ["QB"] | |
}, | |
"7640": { | |
"years_exp": 0, | |
"team": "DAL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "LB", | |
"player_id": "7640", | |
"number": 11, | |
"news_updated": 1638547248735, | |
"last_name": "Parsons", | |
"injury_status": null, | |
"first_name": "Micah", | |
"fantasy_positions": ["LB"] | |
}, | |
"BAL": { | |
"team": "BAL", | |
"sport": "nfl", | |
"position": "DEF", | |
"player_id": "BAL", | |
"last_name": "Ravens", | |
"injury_status": null, | |
"first_name": "Baltimore", | |
"fantasy_positions": ["DEF"] | |
} | |
}, | |
"picks": null, | |
"max_points": 171.63999938964844, | |
"matchup_id": 2, | |
"leg": 1, | |
"league_id": "719044574009462784", | |
"custom_points": null, | |
"bans": null | |
}, | |
{ | |
"starters_games": null, | |
"starters": [ | |
"96", | |
"3164", | |
"6820", | |
"2133", | |
"5937", | |
"1992", | |
"5012", | |
"5916", | |
"1264", | |
"PIT", | |
"3172", | |
"4110", | |
"4133" | |
], | |
"round": 1, | |
"roster_id": 5, | |
"proj_points": 166.27, | |
"points": 124.31999969482422, | |
"players": [ | |
"24", | |
"96", | |
"3164", | |
"4149", | |
"5248", | |
"5916", | |
"5967", | |
"6820", | |
"1992", | |
"2133", | |
"4037", | |
"4131", | |
"5045", | |
"5937", | |
"4144", | |
"5012", | |
"1264", | |
"PIT", | |
"3172", | |
"4110", | |
"4133" | |
], | |
"player_map": { | |
"24": { | |
"years_exp": 13, | |
"team": "ATL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "24", | |
"number": 2, | |
"news_updated": 1638797153555, | |
"last_name": "Ryan", | |
"injury_status": null, | |
"first_name": "Matt", | |
"fantasy_positions": ["QB"] | |
}, | |
"96": { | |
"years_exp": 16, | |
"team": "GB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "96", | |
"number": 12, | |
"news_updated": 1638994229762, | |
"last_name": "Rodgers", | |
"injury_status": "Questionable", | |
"first_name": "Aaron", | |
"fantasy_positions": ["QB"] | |
}, | |
"1264": { | |
"years_exp": 9, | |
"team": "BAL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "K", | |
"player_id": "1264", | |
"number": 9, | |
"news_updated": 1638909321570, | |
"last_name": "Tucker", | |
"injury_status": null, | |
"first_name": "Justin", | |
"fantasy_positions": ["K"] | |
}, | |
"1992": { | |
"years_exp": 7, | |
"team": "CHI", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "1992", | |
"number": 12, | |
"news_updated": 1638724843038, | |
"last_name": "Robinson", | |
"injury_status": "Questionable", | |
"first_name": "Allen", | |
"fantasy_positions": ["WR"] | |
}, | |
"2133": { | |
"years_exp": 7, | |
"team": "GB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "2133", | |
"number": 17, | |
"news_updated": 1638199807607, | |
"last_name": "Adams", | |
"injury_status": null, | |
"first_name": "Davante", | |
"fantasy_positions": ["WR"] | |
}, | |
"3164": { | |
"years_exp": 5, | |
"team": "DAL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "3164", | |
"number": 21, | |
"news_updated": 1638995728682, | |
"last_name": "Elliott", | |
"injury_status": null, | |
"first_name": "Ezekiel", | |
"fantasy_positions": ["RB"] | |
}, | |
"3172": { | |
"years_exp": 5, | |
"team": "IND", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "DT", | |
"player_id": "3172", | |
"number": 99, | |
"news_updated": 1638723643916, | |
"last_name": "Buckner", | |
"injury_status": null, | |
"first_name": "DeForest", | |
"fantasy_positions": ["DL"] | |
}, | |
"4037": { | |
"years_exp": 4, | |
"team": "TB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "4037", | |
"number": 14, | |
"news_updated": 1638800153834, | |
"last_name": "Godwin", | |
"injury_status": null, | |
"first_name": "Chris", | |
"fantasy_positions": ["WR"] | |
}, | |
"4110": { | |
"years_exp": 4, | |
"team": "HOU", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "LB", | |
"player_id": "4110", | |
"number": 41, | |
"news_updated": 1638988829323, | |
"last_name": "Cunningham", | |
"injury_status": null, | |
"first_name": "Zach", | |
"fantasy_positions": ["LB"] | |
}, | |
"4131": { | |
"years_exp": 4, | |
"team": "NYG", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "4131", | |
"number": 19, | |
"news_updated": 1638997230195, | |
"last_name": "Golladay", | |
"injury_status": "Questionable", | |
"first_name": "Kenny", | |
"fantasy_positions": ["WR"] | |
}, | |
"4133": { | |
"years_exp": 4, | |
"team": "CLE", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "DB", | |
"player_id": "4133", | |
"number": 43, | |
"news_updated": 1638308145336, | |
"last_name": "Johnson", | |
"injury_status": null, | |
"first_name": "John", | |
"fantasy_positions": ["DB"] | |
}, | |
"4144": { | |
"years_exp": 4, | |
"team": "NE", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "4144", | |
"number": 81, | |
"news_updated": 1638893706889, | |
"last_name": "Smith", | |
"injury_status": null, | |
"first_name": "Jonnu", | |
"fantasy_positions": ["TE"] | |
}, | |
"4149": { | |
"years_exp": 4, | |
"team": "DET", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "4149", | |
"number": 30, | |
"news_updated": 1638789952788, | |
"last_name": "Williams", | |
"injury_status": null, | |
"first_name": "Jamaal", | |
"fantasy_positions": ["RB"] | |
}, | |
"5012": { | |
"years_exp": 3, | |
"team": "BAL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "5012", | |
"number": 89, | |
"news_updated": 1638804053089, | |
"last_name": "Andrews", | |
"injury_status": null, | |
"first_name": "Mark", | |
"fantasy_positions": ["TE"] | |
}, | |
"5045": { | |
"years_exp": 3, | |
"team": "DEN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "5045", | |
"number": 14, | |
"news_updated": 1638882005110, | |
"last_name": "Sutton", | |
"injury_status": null, | |
"first_name": "Courtland", | |
"fantasy_positions": ["WR"] | |
}, | |
"5248": { | |
"years_exp": 3, | |
"team": "BAL", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "5248", | |
"number": 35, | |
"news_updated": 1631288753148, | |
"last_name": "Edwards", | |
"injury_status": "IR", | |
"first_name": "Gus", | |
"fantasy_positions": ["RB"] | |
}, | |
"5916": { | |
"years_exp": 2, | |
"team": "LAR", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "5916", | |
"number": 27, | |
"news_updated": 1638750948962, | |
"last_name": "Henderson", | |
"injury_status": null, | |
"first_name": "Darrell", | |
"fantasy_positions": ["RB"] | |
}, | |
"5937": { | |
"years_exp": 2, | |
"team": "PIT", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "5937", | |
"number": 18, | |
"news_updated": 1638909620800, | |
"last_name": "Johnson", | |
"injury_status": null, | |
"first_name": "Diontae", | |
"fantasy_positions": ["WR"] | |
}, | |
"5967": { | |
"years_exp": 2, | |
"team": "DAL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "5967", | |
"number": 20, | |
"news_updated": 1638996629951, | |
"last_name": "Pollard", | |
"injury_status": "Questionable", | |
"first_name": "Tony", | |
"fantasy_positions": ["RB"] | |
}, | |
"6820": { | |
"years_exp": 1, | |
"team": "KC", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "6820", | |
"number": 25, | |
"news_updated": 1638800754023, | |
"last_name": "Edwards-Helaire", | |
"injury_status": null, | |
"first_name": "Clyde", | |
"fantasy_positions": ["RB"] | |
}, | |
"PIT": { | |
"team": "PIT", | |
"sport": "nfl", | |
"position": "DEF", | |
"player_id": "PIT", | |
"last_name": "Steelers", | |
"injury_status": null, | |
"first_name": "Pittsburgh", | |
"fantasy_positions": ["DEF"] | |
} | |
}, | |
"picks": null, | |
"max_points": 160.05999755859375, | |
"matchup_id": 1, | |
"leg": 1, | |
"league_id": "719044574009462784", | |
"custom_points": null, | |
"bans": null | |
}, | |
{ | |
"starters_games": null, | |
"starters": [ | |
"4881", | |
"4034", | |
"4199", | |
"5859", | |
"4983", | |
"5872", | |
"5844", | |
"6945", | |
"2747", | |
"WAS", | |
"6124", | |
"2036", | |
"1343" | |
], | |
"round": 1, | |
"roster_id": 6, | |
"proj_points": 187.99, | |
"points": 163.10000610351562, | |
"players": [ | |
"4881", | |
"7610", | |
"2431", | |
"2749", | |
"4034", | |
"4199", | |
"6945", | |
"7771", | |
"4950", | |
"4983", | |
"538", | |
"5848", | |
"5859", | |
"5872", | |
"5917", | |
"5844", | |
"2747", | |
"WAS", | |
"2036", | |
"6124", | |
"1343" | |
], | |
"player_map": { | |
"538": { | |
"years_exp": 11, | |
"team": "BUF", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "538", | |
"number": 1, | |
"news_updated": 1638855358706, | |
"last_name": "Sanders", | |
"injury_status": null, | |
"first_name": "Emmanuel", | |
"fantasy_positions": ["WR"] | |
}, | |
"1343": { | |
"years_exp": 8, | |
"team": "BUF", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "DB", | |
"player_id": "1343", | |
"number": 21, | |
"news_updated": 1637779213963, | |
"last_name": "Poyer", | |
"injury_status": null, | |
"first_name": "Jordan", | |
"fantasy_positions": ["DB"] | |
}, | |
"2036": { | |
"years_exp": 7, | |
"team": "CHI", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "LB", | |
"player_id": "2036", | |
"number": 52, | |
"news_updated": 1637349651260, | |
"last_name": "Mack", | |
"injury_status": "IR", | |
"first_name": "Khalil", | |
"fantasy_positions": ["LB", "DL"] | |
}, | |
"2431": { | |
"years_exp": 6, | |
"team": "ATL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "2431", | |
"number": 28, | |
"news_updated": 1638798353717, | |
"last_name": "Davis", | |
"injury_status": null, | |
"first_name": "Mike", | |
"fantasy_positions": ["RB"] | |
}, | |
"2747": { | |
"years_exp": 6, | |
"team": "SEA", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "K", | |
"player_id": "2747", | |
"number": 5, | |
"news_updated": 1638842758870, | |
"last_name": "Myers", | |
"injury_status": null, | |
"first_name": "Jason", | |
"fantasy_positions": ["K"] | |
}, | |
"2749": { | |
"years_exp": 6, | |
"team": "SF", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "2749", | |
"number": 31, | |
"news_updated": 1638562825651, | |
"last_name": "Mostert", | |
"injury_status": "IR", | |
"first_name": "Raheem", | |
"fantasy_positions": ["RB"] | |
}, | |
"4034": { | |
"years_exp": 4, | |
"team": "CAR", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "4034", | |
"number": 22, | |
"news_updated": 1638212407969, | |
"last_name": "McCaffrey", | |
"injury_status": "IR", | |
"first_name": "Christian", | |
"fantasy_positions": ["RB"] | |
}, | |
"4199": { | |
"years_exp": 4, | |
"team": "GB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "4199", | |
"number": 33, | |
"news_updated": 1638201007545, | |
"last_name": "Jones", | |
"injury_status": null, | |
"first_name": "Aaron", | |
"fantasy_positions": ["RB"] | |
}, | |
"4881": { | |
"years_exp": 3, | |
"team": "BAL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "4881", | |
"number": 8, | |
"news_updated": 1638800152527, | |
"last_name": "Jackson", | |
"injury_status": null, | |
"first_name": "Lamar", | |
"fantasy_positions": ["QB"] | |
}, | |
"4950": { | |
"years_exp": 3, | |
"team": "ARI", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "4950", | |
"number": 13, | |
"news_updated": 1638852959997, | |
"last_name": "Kirk", | |
"injury_status": null, | |
"first_name": "Christian", | |
"fantasy_positions": ["WR"] | |
}, | |
"4983": { | |
"years_exp": 3, | |
"team": "CAR", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "4983", | |
"number": 2, | |
"news_updated": 1638204908267, | |
"last_name": "Moore", | |
"injury_status": null, | |
"first_name": "DJ", | |
"fantasy_positions": ["WR"] | |
}, | |
"5844": { | |
"years_exp": 2, | |
"team": "DET", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "5844", | |
"number": 88, | |
"news_updated": 1638789952785, | |
"last_name": "Hockenson", | |
"injury_status": null, | |
"first_name": "T.J.", | |
"fantasy_positions": ["TE"] | |
}, | |
"5848": { | |
"years_exp": 2, | |
"team": "BAL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "5848", | |
"number": 5, | |
"news_updated": 1638803453025, | |
"last_name": "Brown", | |
"injury_status": null, | |
"first_name": "Marquise", | |
"fantasy_positions": ["WR"] | |
}, | |
"5859": { | |
"years_exp": 2, | |
"team": "TEN", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "5859", | |
"number": 11, | |
"news_updated": 1638040545008, | |
"last_name": "Brown", | |
"injury_status": "IR", | |
"first_name": "A.J.", | |
"fantasy_positions": ["WR"] | |
}, | |
"5872": { | |
"years_exp": 2, | |
"team": "SF", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "5872", | |
"number": 19, | |
"news_updated": 1638997230186, | |
"last_name": "Samuel", | |
"injury_status": "Questionable", | |
"first_name": "Deebo", | |
"fantasy_positions": ["WR"] | |
}, | |
"5917": { | |
"years_exp": 2, | |
"team": "KC", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "5917", | |
"number": 17, | |
"news_updated": 1638896418677, | |
"last_name": "Hardman", | |
"injury_status": null, | |
"first_name": "Mecole", | |
"fantasy_positions": ["WR"] | |
}, | |
"6124": { | |
"years_exp": 2, | |
"team": "WAS", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "DE", | |
"player_id": "6124", | |
"number": 90, | |
"news_updated": 1638985527761, | |
"last_name": "Sweat", | |
"injury_status": "COV", | |
"first_name": "Montez", | |
"fantasy_positions": ["DL"] | |
}, | |
"6945": { | |
"years_exp": 1, | |
"team": "WAS", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "6945", | |
"number": 24, | |
"news_updated": 1638819055863, | |
"last_name": "Gibson", | |
"injury_status": null, | |
"first_name": "Antonio", | |
"fantasy_positions": ["RB"] | |
}, | |
"7610": { | |
"years_exp": 0, | |
"team": "SF", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "7610", | |
"number": 5, | |
"news_updated": 1635759620246, | |
"last_name": "Lance", | |
"injury_status": null, | |
"first_name": "Trey", | |
"fantasy_positions": ["QB"] | |
}, | |
"7771": { | |
"years_exp": 0, | |
"team": "LAR", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "7771", | |
"number": 34, | |
"news_updated": 1634678132595, | |
"last_name": "Funk", | |
"injury_status": "IR", | |
"first_name": "Jake", | |
"fantasy_positions": ["RB"] | |
}, | |
"WAS": { | |
"team": "WAS", | |
"sport": "nfl", | |
"position": "DEF", | |
"player_id": "WAS", | |
"last_name": "Football Team", | |
"injury_status": null, | |
"first_name": "Washington", | |
"fantasy_positions": ["DEF"] | |
} | |
}, | |
"picks": null, | |
"max_points": 185.8000030517578, | |
"matchup_id": 1, | |
"leg": 1, | |
"league_id": "719044574009462784", | |
"custom_points": null, | |
"bans": null | |
}, | |
{ | |
"starters_games": null, | |
"starters": [ | |
"3294", | |
"4029", | |
"4035", | |
"6794", | |
"2309", | |
"2216", | |
"4217", | |
"4018", | |
"4666", | |
"SF", | |
"5816", | |
"4960", | |
"4081" | |
], | |
"round": 1, | |
"roster_id": 7, | |
"proj_points": 201.95, | |
"points": 193.05999755859375, | |
"players": [ | |
"3294", | |
"7523", | |
"7538", | |
"1386", | |
"4018", | |
"4029", | |
"4035", | |
"2216", | |
"2309", | |
"5110", | |
"6794", | |
"6989", | |
"7525", | |
"7565", | |
"3214", | |
"4217", | |
"4666", | |
"SF", | |
"5816", | |
"4960", | |
"4081" | |
], | |
"player_map": { | |
"1386": { | |
"years_exp": 8, | |
"team": "TB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "1386", | |
"number": 25, | |
"news_updated": 1638844858972, | |
"last_name": "Bernard", | |
"injury_status": null, | |
"first_name": "Giovani", | |
"fantasy_positions": ["RB"] | |
}, | |
"2216": { | |
"years_exp": 7, | |
"team": "TB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "2216", | |
"number": 13, | |
"news_updated": 1638800153817, | |
"last_name": "Evans", | |
"injury_status": null, | |
"first_name": "Mike", | |
"fantasy_positions": ["WR"] | |
}, | |
"2309": { | |
"years_exp": 6, | |
"team": "DAL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "2309", | |
"number": 19, | |
"news_updated": 1638574827166, | |
"last_name": "Cooper", | |
"injury_status": null, | |
"first_name": "Amari", | |
"fantasy_positions": ["WR"] | |
}, | |
"3214": { | |
"years_exp": 5, | |
"team": "NE", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "3214", | |
"number": 85, | |
"news_updated": 1638859860600, | |
"last_name": "Henry", | |
"injury_status": null, | |
"first_name": "Hunter", | |
"fantasy_positions": ["TE"] | |
}, | |
"3294": { | |
"years_exp": 5, | |
"team": "DAL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "3294", | |
"number": 4, | |
"news_updated": 1638540948918, | |
"last_name": "Prescott", | |
"injury_status": null, | |
"first_name": "Dak", | |
"fantasy_positions": ["QB"] | |
}, | |
"4018": { | |
"years_exp": 4, | |
"team": "CIN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "4018", | |
"number": 28, | |
"news_updated": 1638989429490, | |
"last_name": "Mixon", | |
"injury_status": "Questionable", | |
"first_name": "Joe", | |
"fantasy_positions": ["RB"] | |
}, | |
"4029": { | |
"years_exp": 4, | |
"team": "MIN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "4029", | |
"number": 33, | |
"news_updated": 1638994528640, | |
"last_name": "Cook", | |
"injury_status": "Questionable", | |
"first_name": "Dalvin", | |
"fantasy_positions": ["RB"] | |
}, | |
"4035": { | |
"years_exp": 4, | |
"team": "NO", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "4035", | |
"number": 41, | |
"news_updated": 1638996028808, | |
"last_name": "Kamara", | |
"injury_status": "Questionable", | |
"first_name": "Alvin", | |
"fantasy_positions": ["RB"] | |
}, | |
"4081": { | |
"years_exp": 4, | |
"team": "ARI", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "DB", | |
"player_id": "4081", | |
"number": 3, | |
"news_updated": 1638902121162, | |
"last_name": "Baker", | |
"injury_status": null, | |
"first_name": "Budda", | |
"fantasy_positions": ["DB"] | |
}, | |
"4217": { | |
"years_exp": 4, | |
"team": "SF", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "4217", | |
"number": 85, | |
"news_updated": 1638766550174, | |
"last_name": "Kittle", | |
"injury_status": null, | |
"first_name": "George", | |
"fantasy_positions": ["TE"] | |
}, | |
"4666": { | |
"years_exp": 4, | |
"team": "ATL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "K", | |
"player_id": "4666", | |
"number": 7, | |
"news_updated": 1638834057660, | |
"last_name": "Koo", | |
"injury_status": null, | |
"first_name": "Younghoe", | |
"fantasy_positions": ["K"] | |
}, | |
"4960": { | |
"years_exp": 3, | |
"team": "CHI", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "LB", | |
"player_id": "4960", | |
"number": 58, | |
"news_updated": 1638745847730, | |
"last_name": "Smith", | |
"injury_status": null, | |
"first_name": "Roquan", | |
"fantasy_positions": ["LB"] | |
}, | |
"5110": { | |
"years_exp": 3, | |
"team": "ATL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "5110", | |
"number": 14, | |
"news_updated": 1638797153552, | |
"last_name": "Gage", | |
"injury_status": null, | |
"first_name": "Russell", | |
"fantasy_positions": ["WR"] | |
}, | |
"5816": { | |
"years_exp": 2, | |
"team": "SF", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "DE", | |
"player_id": "5816", | |
"number": 97, | |
"news_updated": 1637675436156, | |
"last_name": "Bosa", | |
"injury_status": null, | |
"first_name": "Nick", | |
"fantasy_positions": ["DL"] | |
}, | |
"6794": { | |
"years_exp": 1, | |
"team": "MIN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "6794", | |
"number": 18, | |
"news_updated": 1638985827851, | |
"last_name": "Jefferson", | |
"injury_status": null, | |
"first_name": "Justin", | |
"fantasy_positions": ["WR"] | |
}, | |
"6989": { | |
"years_exp": 1, | |
"team": "NO", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "6989", | |
"number": 1, | |
"news_updated": 1638745547363, | |
"last_name": "Callaway", | |
"injury_status": null, | |
"first_name": "Marquez", | |
"fantasy_positions": ["WR"] | |
}, | |
"7523": { | |
"years_exp": 0, | |
"team": "JAX", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "7523", | |
"number": 16, | |
"news_updated": 1638805554438, | |
"last_name": "Lawrence", | |
"injury_status": null, | |
"first_name": "Trevor", | |
"fantasy_positions": ["QB"] | |
}, | |
"7525": { | |
"years_exp": 0, | |
"team": "PHI", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "7525", | |
"number": 6, | |
"news_updated": 1638814556501, | |
"last_name": "Smith", | |
"injury_status": null, | |
"first_name": "DeVonta", | |
"fantasy_positions": ["WR"] | |
}, | |
"7538": { | |
"years_exp": 0, | |
"team": "NYJ", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "7538", | |
"number": 2, | |
"news_updated": 1638756649092, | |
"last_name": "Wilson", | |
"injury_status": null, | |
"first_name": "Zach", | |
"fantasy_positions": ["QB"] | |
}, | |
"7565": { | |
"years_exp": 0, | |
"team": "CAR", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "7565", | |
"number": 88, | |
"news_updated": 1638118256611, | |
"last_name": "Marshall", | |
"injury_status": null, | |
"first_name": "Terrace", | |
"fantasy_positions": ["WR"] | |
}, | |
"SF": { | |
"team": "SF", | |
"sport": "nfl", | |
"position": "DEF", | |
"player_id": "SF", | |
"last_name": "49ers", | |
"injury_status": null, | |
"first_name": "San Francisco", | |
"fantasy_positions": ["DEF"] | |
} | |
}, | |
"picks": null, | |
"max_points": 204.25999450683594, | |
"matchup_id": 3, | |
"leg": 1, | |
"league_id": "719044574009462784", | |
"custom_points": null, | |
"bans": null | |
}, | |
{ | |
"starters_games": null, | |
"starters": [ | |
"2306", | |
"6955", | |
"4663", | |
"5947", | |
"4039", | |
"6803", | |
"2505", | |
"4866", | |
"7042", | |
"BUF", | |
"856", | |
"6119", | |
"7016" | |
], | |
"round": 1, | |
"roster_id": 8, | |
"proj_points": 181.43, | |
"points": 142.6199951171875, | |
"players": [ | |
"2306", | |
"7527", | |
"4098", | |
"4663", | |
"4866", | |
"6955", | |
"7098", | |
"7593", | |
"2078", | |
"3199", | |
"4039", | |
"5947", | |
"6783", | |
"6803", | |
"7596", | |
"2505", | |
"4089", | |
"7042", | |
"BUF", | |
"856", | |
"6119", | |
"7016" | |
], | |
"player_map": { | |
"856": { | |
"years_exp": 10, | |
"team": "ARI", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "DE", | |
"player_id": "856", | |
"number": 99, | |
"news_updated": 1638471603339, | |
"last_name": "Watt", | |
"injury_status": "IR", | |
"first_name": "J.J.", | |
"fantasy_positions": ["LB", "DL"] | |
}, | |
"2078": { | |
"years_exp": 7, | |
"team": "LAR", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "2078", | |
"number": 3, | |
"news_updated": 1638808853431, | |
"last_name": "Beckham", | |
"injury_status": null, | |
"first_name": "Odell", | |
"fantasy_positions": ["WR"] | |
}, | |
"2306": { | |
"years_exp": 6, | |
"team": "NO", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "2306", | |
"number": 2, | |
"news_updated": 1637273441895, | |
"last_name": "Winston", | |
"injury_status": "IR", | |
"first_name": "Jameis", | |
"fantasy_positions": ["QB"] | |
}, | |
"2505": { | |
"years_exp": 6, | |
"team": "LV", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "2505", | |
"number": 83, | |
"news_updated": 1638997230192, | |
"last_name": "Waller", | |
"injury_status": "Questionable", | |
"first_name": "Darren", | |
"fantasy_positions": ["TE"] | |
}, | |
"3199": { | |
"years_exp": 5, | |
"team": "NO", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "3199", | |
"number": 13, | |
"news_updated": 1635959750405, | |
"last_name": "Thomas", | |
"injury_status": "PUP", | |
"first_name": "Michael", | |
"fantasy_positions": ["WR"] | |
}, | |
"4039": { | |
"years_exp": 4, | |
"team": "LAR", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "4039", | |
"number": 10, | |
"news_updated": 1638808853441, | |
"last_name": "Kupp", | |
"injury_status": null, | |
"first_name": "Cooper", | |
"fantasy_positions": ["WR"] | |
}, | |
"4089": { | |
"years_exp": 4, | |
"team": "SEA", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "4089", | |
"number": 81, | |
"news_updated": 1638813955196, | |
"last_name": "Everett", | |
"injury_status": null, | |
"first_name": "Gerald", | |
"fantasy_positions": ["TE"] | |
}, | |
"4098": { | |
"years_exp": 4, | |
"team": "CLE", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "4098", | |
"number": 27, | |
"news_updated": 1638215421617, | |
"last_name": "Hunt", | |
"injury_status": "Questionable", | |
"first_name": "Kareem", | |
"fantasy_positions": ["RB"] | |
}, | |
"4663": { | |
"years_exp": 4, | |
"team": "LAC", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "4663", | |
"number": 30, | |
"news_updated": 1638828656916, | |
"last_name": "Ekeler", | |
"injury_status": "Questionable", | |
"first_name": "Austin", | |
"fantasy_positions": ["RB"] | |
}, | |
"4866": { | |
"years_exp": 3, | |
"team": "NYG", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "4866", | |
"number": 26, | |
"news_updated": 1638995130132, | |
"last_name": "Barkley", | |
"injury_status": "Questionable", | |
"first_name": "Saquon", | |
"fantasy_positions": ["RB"] | |
}, | |
"5947": { | |
"years_exp": 2, | |
"team": "NE", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "5947", | |
"number": 16, | |
"news_updated": 1638858660844, | |
"last_name": "Meyers", | |
"injury_status": null, | |
"first_name": "Jakobi", | |
"fantasy_positions": ["WR"] | |
}, | |
"6119": { | |
"years_exp": 2, | |
"team": "TB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "LB", | |
"player_id": "6119", | |
"number": 45, | |
"news_updated": 1638830457175, | |
"last_name": "White", | |
"injury_status": null, | |
"first_name": "Devin", | |
"fantasy_positions": ["LB"] | |
}, | |
"6783": { | |
"years_exp": 1, | |
"team": "DEN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "6783", | |
"number": 10, | |
"news_updated": 1638809155007, | |
"last_name": "Jeudy", | |
"injury_status": null, | |
"first_name": "Jerry", | |
"fantasy_positions": ["WR"] | |
}, | |
"6803": { | |
"years_exp": 1, | |
"team": "SF", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "6803", | |
"number": 11, | |
"news_updated": 1638777651213, | |
"last_name": "Aiyuk", | |
"injury_status": null, | |
"first_name": "Brandon", | |
"fantasy_positions": ["WR"] | |
}, | |
"6955": { | |
"years_exp": 1, | |
"team": "JAX", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "6955", | |
"number": 25, | |
"news_updated": 1638809753866, | |
"last_name": "Robinson", | |
"injury_status": null, | |
"first_name": "James", | |
"fantasy_positions": ["RB"] | |
}, | |
"7016": { | |
"years_exp": 1, | |
"team": "CAR", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "DB", | |
"player_id": "7016", | |
"number": 21, | |
"news_updated": 1637601926707, | |
"last_name": "Chinn", | |
"injury_status": null, | |
"first_name": "Jeremy", | |
"fantasy_positions": ["LB", "DB"] | |
}, | |
"7042": { | |
"years_exp": 1, | |
"team": "BUF", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "K", | |
"player_id": "7042", | |
"number": 2, | |
"news_updated": 1638904221371, | |
"last_name": "Bass", | |
"injury_status": null, | |
"first_name": "Tyler", | |
"fantasy_positions": ["K"] | |
}, | |
"7098": { | |
"years_exp": 1, | |
"team": "BAL", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "7098", | |
"number": 34, | |
"news_updated": 1638735944939, | |
"last_name": "Williams", | |
"injury_status": null, | |
"first_name": "Ty'Son", | |
"fantasy_positions": ["RB"] | |
}, | |
"7527": { | |
"years_exp": 0, | |
"team": "NE", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "7527", | |
"number": 10, | |
"news_updated": 1638855960319, | |
"last_name": "Jones", | |
"injury_status": null, | |
"first_name": "Mac", | |
"fantasy_positions": ["QB"] | |
}, | |
"7593": { | |
"years_exp": 0, | |
"team": "SF", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "7593", | |
"number": 28, | |
"news_updated": 1638660334434, | |
"last_name": "Sermon", | |
"injury_status": "IR", | |
"first_name": "Trey", | |
"fantasy_positions": ["RB"] | |
}, | |
"7596": { | |
"years_exp": 0, | |
"team": "NYJ", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "7596", | |
"number": 8, | |
"news_updated": 1638984628935, | |
"last_name": "Moore", | |
"injury_status": "Questionable", | |
"first_name": "Elijah", | |
"fantasy_positions": ["WR"] | |
}, | |
"BUF": { | |
"team": "BUF", | |
"sport": "nfl", | |
"position": "DEF", | |
"player_id": "BUF", | |
"last_name": "Bills", | |
"injury_status": null, | |
"first_name": "Buffalo", | |
"fantasy_positions": ["DEF"] | |
} | |
}, | |
"picks": null, | |
"max_points": 174.22000122070312, | |
"matchup_id": 4, | |
"leg": 1, | |
"league_id": "719044574009462784", | |
"custom_points": null, | |
"bans": null | |
}, | |
{ | |
"starters_games": null, | |
"starters": [ | |
"5849", | |
"5052", | |
"3969", | |
"947", | |
"1352", | |
"5927", | |
"5857", | |
"1479", | |
"1433", | |
"TB", | |
"5862", | |
"4070", | |
"6888" | |
], | |
"round": 1, | |
"roster_id": 9, | |
"proj_points": 168.95, | |
"points": 136.05999755859375, | |
"players": [ | |
"1166", | |
"5849", | |
"6904", | |
"3242", | |
"3969", | |
"5052", | |
"7588", | |
"7594", | |
"1352", | |
"1479", | |
"3157", | |
"5927", | |
"6819", | |
"947", | |
"4066", | |
"5857", | |
"1433", | |
"TB", | |
"4070", | |
"5862", | |
"6888" | |
], | |
"player_map": { | |
"947": { | |
"years_exp": 10, | |
"team": "TEN", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "947", | |
"number": 2, | |
"news_updated": 1638813955730, | |
"last_name": "Jones", | |
"injury_status": "IR", | |
"first_name": "Julio", | |
"fantasy_positions": ["WR"] | |
}, | |
"1166": { | |
"years_exp": 9, | |
"team": "MIN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "1166", | |
"number": 8, | |
"news_updated": 1638984327464, | |
"last_name": "Cousins", | |
"injury_status": null, | |
"first_name": "Kirk", | |
"fantasy_positions": ["QB"] | |
}, | |
"1352": { | |
"years_exp": 8, | |
"team": "LAR", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "1352", | |
"number": 2, | |
"news_updated": 1637795115501, | |
"last_name": "Woods", | |
"injury_status": "IR", | |
"first_name": "Robert", | |
"fantasy_positions": ["WR"] | |
}, | |
"1433": { | |
"years_exp": 8, | |
"team": "DEN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "K", | |
"player_id": "1433", | |
"number": 8, | |
"news_updated": 1638924022964, | |
"last_name": "McManus", | |
"injury_status": null, | |
"first_name": "Brandon", | |
"fantasy_positions": ["K"] | |
}, | |
"1479": { | |
"years_exp": 8, | |
"team": "LAC", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "1479", | |
"number": 13, | |
"news_updated": 1638926422457, | |
"last_name": "Allen", | |
"injury_status": "COV", | |
"first_name": "Keenan", | |
"fantasy_positions": ["WR"] | |
}, | |
"3157": { | |
"years_exp": 5, | |
"team": "MIA", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "3157", | |
"number": 3, | |
"news_updated": 1638979528010, | |
"last_name": "Fuller", | |
"injury_status": "IR", | |
"first_name": "Will", | |
"fantasy_positions": ["WR"] | |
}, | |
"3242": { | |
"years_exp": 5, | |
"team": "LV", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "3242", | |
"number": 23, | |
"news_updated": 1638826556705, | |
"last_name": "Drake", | |
"injury_status": "Out", | |
"first_name": "Kenyan", | |
"fantasy_positions": ["RB"] | |
}, | |
"3969": { | |
"years_exp": 4, | |
"team": "TB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "3969", | |
"number": 7, | |
"news_updated": 1638800153825, | |
"last_name": "Fournette", | |
"injury_status": null, | |
"first_name": "Leonard", | |
"fantasy_positions": ["RB"] | |
}, | |
"4066": { | |
"years_exp": 4, | |
"team": "NYG", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "4066", | |
"number": 88, | |
"news_updated": 1638806154675, | |
"last_name": "Engram", | |
"injury_status": null, | |
"first_name": "Evan", | |
"fantasy_positions": ["TE"] | |
}, | |
"4070": { | |
"years_exp": 4, | |
"team": "PIT", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "LB", | |
"player_id": "4070", | |
"number": 90, | |
"news_updated": 1638898518454, | |
"last_name": "Watt", | |
"injury_status": null, | |
"first_name": "T.J.", | |
"fantasy_positions": ["LB", "DL"] | |
}, | |
"5052": { | |
"years_exp": 3, | |
"team": "TB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "5052", | |
"number": 27, | |
"news_updated": 1638800153811, | |
"last_name": "Jones", | |
"injury_status": "Questionable", | |
"first_name": "Ronald", | |
"fantasy_positions": ["RB"] | |
}, | |
"5849": { | |
"years_exp": 2, | |
"team": "ARI", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "5849", | |
"number": 1, | |
"news_updated": 1638852960074, | |
"last_name": "Murray", | |
"injury_status": null, | |
"first_name": "Kyler", | |
"fantasy_positions": ["QB"] | |
}, | |
"5857": { | |
"years_exp": 2, | |
"team": "DEN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "5857", | |
"number": 87, | |
"news_updated": 1638810955242, | |
"last_name": "Fant", | |
"injury_status": null, | |
"first_name": "Noah", | |
"fantasy_positions": ["TE"] | |
}, | |
"5862": { | |
"years_exp": 2, | |
"team": "CAR", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "DE", | |
"player_id": "5862", | |
"number": 53, | |
"news_updated": 1638200407049, | |
"last_name": "Burns", | |
"injury_status": null, | |
"first_name": "Brian", | |
"fantasy_positions": ["DL"] | |
}, | |
"5927": { | |
"years_exp": 2, | |
"team": "WAS", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "5927", | |
"number": 17, | |
"news_updated": 1638819055859, | |
"last_name": "McLaurin", | |
"injury_status": null, | |
"first_name": "Terry", | |
"fantasy_positions": ["WR"] | |
}, | |
"6819": { | |
"years_exp": 1, | |
"team": "IND", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "6819", | |
"number": 11, | |
"news_updated": 1638754547331, | |
"last_name": "Pittman", | |
"injury_status": null, | |
"first_name": "Michael", | |
"fantasy_positions": ["WR"] | |
}, | |
"6888": { | |
"years_exp": 1, | |
"team": "TB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "DB", | |
"player_id": "6888", | |
"number": 31, | |
"news_updated": 1638830757532, | |
"last_name": "Winfield", | |
"injury_status": null, | |
"first_name": "Antoine", | |
"fantasy_positions": ["DB"] | |
}, | |
"6904": { | |
"years_exp": 1, | |
"team": "PHI", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "QB", | |
"player_id": "6904", | |
"number": 1, | |
"news_updated": 1638908121491, | |
"last_name": "Hurts", | |
"injury_status": "Out", | |
"first_name": "Jalen", | |
"fantasy_positions": ["QB"] | |
}, | |
"7588": { | |
"years_exp": 0, | |
"team": "DEN", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "7588", | |
"number": 33, | |
"news_updated": 1638808555051, | |
"last_name": "Williams", | |
"injury_status": null, | |
"first_name": "Javonte", | |
"fantasy_positions": ["RB"] | |
}, | |
"7594": { | |
"years_exp": 0, | |
"team": "CAR", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "7594", | |
"number": 30, | |
"news_updated": 1638212408946, | |
"last_name": "Hubbard", | |
"injury_status": null, | |
"first_name": "Chuba", | |
"fantasy_positions": ["RB"] | |
}, | |
"TB": { | |
"team": "TB", | |
"sport": "nfl", | |
"position": "DEF", | |
"player_id": "TB", | |
"last_name": "Buccaneers", | |
"injury_status": null, | |
"first_name": "Tampa Bay", | |
"fantasy_positions": ["DEF"] | |
} | |
}, | |
"picks": null, | |
"max_points": 136.36000061035156, | |
"matchup_id": 5, | |
"leg": 1, | |
"league_id": "719044574009462784", | |
"custom_points": null, | |
"bans": null | |
}, | |
{ | |
"starters_games": null, | |
"starters": [ | |
"4984", | |
"4988", | |
"4273", | |
"3321", | |
"928", | |
"6789", | |
"4602", | |
"6814", | |
"5095", | |
"ARI", | |
"2227", | |
"1999", | |
"4971" | |
], | |
"round": 1, | |
"roster_id": 10, | |
"proj_points": 156.62, | |
"points": 161.6999969482422, | |
"players": [ | |
"4984", | |
"6797", | |
"4273", | |
"4988", | |
"6845", | |
"7611", | |
"3321", | |
"4951", | |
"6789", | |
"6814", | |
"6870", | |
"6943", | |
"7612", | |
"928", | |
"4602", | |
"7600", | |
"5095", | |
"ARI", | |
"1999", | |
"2227", | |
"4971" | |
], | |
"player_map": { | |
"928": { | |
"years_exp": 10, | |
"team": "GB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "928", | |
"number": 18, | |
"news_updated": 1638990029210, | |
"last_name": "Cobb", | |
"injury_status": "Questionable", | |
"first_name": "Randall", | |
"fantasy_positions": ["WR"] | |
}, | |
"1999": { | |
"years_exp": 7, | |
"team": "TB", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "LB", | |
"player_id": "1999", | |
"number": 58, | |
"news_updated": 1638369051933, | |
"last_name": "Barrett", | |
"injury_status": null, | |
"first_name": "Shaquil", | |
"fantasy_positions": ["LB", "DL"] | |
}, | |
"2227": { | |
"years_exp": 7, | |
"team": "LAR", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "DT", | |
"player_id": "2227", | |
"number": 99, | |
"news_updated": 1638827156725, | |
"last_name": "Donald", | |
"injury_status": null, | |
"first_name": "Aaron", | |
"fantasy_positions": ["DL"] | |
}, | |
"3321": { | |
"years_exp": 5, | |
"team": "KC", | |
"status": "Active", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "3321", | |
"number": 10, | |
"news_updated": 1638800153831, | |
"last_name": "Hill", | |
"injury_status": null, | |
"first_name": "Tyreek", | |
"fantasy_positions": ["WR"] | |
}, | |
"4273": { | |
"years_exp": 4, | |
"team": "SEA", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "RB", | |
"player_id": "4273", | |
"number": 32, | |
"news_updated": 1637633129832, | |
"last_name": "Carson", | |
"injury_status": "IR", | |
"first_name": "Chris", | |
"fantasy_positions": ["RB"] | |
}, | |
"4602": { | |
"years_exp": 4, | |
"team": "GB", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "TE", | |
"player_id": "4602", | |
"number": 85, | |
"news_updated": 1635797725606, | |
"last_name": "Tonyan", | |
"injury_status": "IR", | |
"first_name": "Robert", | |
"fantasy_positions": ["TE"] | |
}, | |
"4951": { | |
"years_exp": 3, | |
"team": "JAX", | |
"status": "Inactive", | |
"sport": "nfl", | |
"position": "WR", | |
"player_id": "4951", | |
"number": 17, | |
"news_updated": 1635175557709, | |
"last_name": "Chark", | |
"injury_status": "IR", | |
"first_name": "D.J.", | |
"fantasy_positions": ["WR"] | |
}, | |
"4971": { | |
"years_exp": 3, | |
"team": "LAC", | |
"status": "Active", | |
"sport": "nfl", | |