Official FPL scoring pulled from the Premier League's own free API — points, ownership %, transfers in/out, price changes, ICT index, xG, xA. Plus DraftKings-style DFS scoring computed from every match event we hold (works for any competition, not just the EPL).
| # | Player | Pos | Points | Goals · Assists | Bonus · BPS | Own % | xG · xA | Cost |
|---|---|---|---|---|---|---|---|---|
| Loading FPL… | ||||||||
| # | Player | Match | DK pts | FanDuel pts | Underdog pts |
|---|---|---|---|---|---|
| Loading DFS… | |||||
GET /rest/v1/player_gameweek_fpl?gameweek=eq.10&order=total_points.desc&limit=20
↳ top scorers in gameweek 10
GET /rest/v1/player_gameweek_fpl?fpl_player_id=eq.328&order=gameweek.asc
↳ single player's full season (Haaland in this example)
GET /rest/v1/player_match_dfs?order=dk_points.desc&limit=50
↳ highest-ever DraftKings DFS scores in our database
GET /rest/v1/player_match_dfs?player_id=eq.10577&order=dk_points.desc
↳ a player's best-ever DFS performances (Salah id 10577)