Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/im-pramesh10/fpl-stats-using-fpl-api
Fantasy Premier League frontend to get FPL stats.
https://github.com/im-pramesh10/fpl-stats-using-fpl-api
fantasy-premier-league fpl-api reactjs
Last synced: 3 days ago
JSON representation
Fantasy Premier League frontend to get FPL stats.
- Host: GitHub
- URL: https://github.com/im-pramesh10/fpl-stats-using-fpl-api
- Owner: im-pramesh10
- Created: 2023-01-19T20:52:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T15:59:53.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T12:31:53.601Z (about 2 months ago)
- Topics: fantasy-premier-league, fpl-api, reactjs
- Language: JavaScript
- Homepage: https://fplstats.pages.dev
- Size: 10.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FPL Stats using FPL API call
A reactjs frontend to pull fpl stats from public fpl api calls## The Website is live below:
### Cloudfare
https://fplstats.pages.dev/### Website demo GIF:
![][def]
## FPL Rest API endpoints- https://fantasy.premierleague.com/api/bootstrap-static/ : events (gameweeks), teams, players, game settings, phases,
and elements (players)
- https://fantasy.premierleague.com/api/fixtures/ : fixtures
- [https://fantasy.premierleague.com/api/element-summary/{player_id}/](https://fantasy.premierleague.com/api/element-summary/215/) :
stats of a given player.
- [https://fantasy.premierleague.com/api/event/{event_id}/live/](https://fantasy.premierleague.com/api/event/3/live/) : live
stats, by player, for a given gameweek, and how much points he scored in fantasy.
- [https://fantasy.premierleague.com/api/entry/{entry_id}/history/](https://fantasy.premierleague.com/api/entry/663372/history/) :
data for a given entry (a fantasy team) for the past gameweeks of the season, plus past seasons.
- [https://fantasy.premierleague.com/api/entry/{entry_id}/event/{event_id}/picks/](https://fantasy.premierleague.com/api/entry/6043795/event/3/picks/) :
data of picks of a given fpl team for a given entry (gameweek)[def]: /gif/websitefpl.gif