FPL-derived scoring fields include points, ownership, transfers, prices, ICT, xG and xA where ingested. DraftKings-style DFS scores are modelled from available match events and are absent when the underlying event data is missing.
| # | 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.430&order=gameweek.asc
↳ single player's full season (Haaland in this example)
# The two below are keyed-tier examples: DFS rows attach to matches outside
# the public preview, so the anon key returns zero rows for them.
GET /rest/v1/player_match_dfs?order=dk_points.desc&limit=50
↳ highest-ever DraftKings DFS scores in our database (keyed tiers)
GET /rest/v1/player_match_dfs?player_id=eq.10577&order=dk_points.desc
↳ a player's best-ever DFS performances (Salah id 10577; keyed tiers)