§ fantasy football data

Fantasy points, where indexed.

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.

FPL leaders this gameweek

§ FPL-derived indexed data · no real-time SLA
#PlayerPosPointsGoals · AssistsBonus · BPSOwn %xG · xACost
Loading FPL…

DraftKings DFS all-time highs

§ computed from the goal / assist / shot / card events currently indexed
#PlayerMatchDK ptsFanDuel ptsUnderdog pts
Loading DFS…

How to query this

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)