ESPN Fantasy Football API Versions Save

Connect to ESPN's fantasy football API via this JS API client for web and NodeJS. Available as an npm package.

v2.0.0

5 months ago

What's Changed

v1.9.1

5 months ago

What's Changed

  • Bumps axios dependency

v1.9.0

5 months ago

What's Changed

v1.8.1

6 months ago

What's Changed

  • Internal refactor to scoring stats constants. Since this refactor does change the documentation AND the doc uploader action is running on every push to main, I'm bumping the version the keep the docs in-sync with the codebase.

v1.8.0

6 months ago

What's Changed

  • Add league scoring settings/rules to League class

v1.7.0

6 months ago

What's Changed

  • Add more player stats attributes (shout-out to @cwendt94's work)
  • Add more player positions/slots

v1.6.1

6 months ago

What's Changed

  • Ensure all classes exposed by Client endpoints are exported in the index file
  • Throw errors with more helpful messages when using a Client endpoint with an invalid seasonId ** Previously, a 404 from espn.com was returned

v1.4.0

6 months ago

What's Changed

  • Add getDraftInfo route to Client
    • Lists every draft pick in order
    • Also provides draft metadata on keeper picks and auction draft information

v1.5.0

6 months ago

What's Changed

  • Add getHistoricalTeamsAtWeek route to Client for pre-2018 seasons
    • getHistoricalTeamsAtWeek will not work for any season 2018 or after. Will add error messaging in future version.
    • getTeamsAtWeek does not work for pre-2018 seasons. Will add error messaging in future version.

v1.6.0

6 months ago

What's Changed

  • Add projected points to Boxscore for the current matchup period
    • NOTE: Projected points are only populated for the current matchup period! ESPN does not provide projections for previous period :(