Hi,
I just tried to fetch some projections (that are available already: https://fantasy.espn.com/football/players/projections).
Unfortunately I got below mentioned error.
My assumption is that ESPN Fantasy changed their API from
Old one in api.r : http://fantasy.espn.com/apis/v3/games/ffl/
New one: https://lm-api-reads.fantasy.espn.com/apis/v3/games/ffl/
qb <- ffespn::ffespn_projections(2024, 0, "QB")
#> Error: API did not return html
Created on 2024-05-07 with reprex v2.1.0
Hi,
I just tried to fetch some projections (that are available already: https://fantasy.espn.com/football/players/projections).
Unfortunately I got below mentioned error.
My assumption is that ESPN Fantasy changed their API from
Old one in
api.r: http://fantasy.espn.com/apis/v3/games/ffl/New one: https://lm-api-reads.fantasy.espn.com/apis/v3/games/ffl/
Created on 2024-05-07 with reprex v2.1.0