Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
fpl-api-node
Advanced tools
A simple node wrapper for the fantasy.premierleague.com restful web api
npm install fpl-api-node --save
const fplapi = require('fpl-api-node');
fplapi.getEntry(123456).then((data) => {
// do something with our data
console.log(data);
}).catch((err) => {
// something went wrong
});
Promise
Promise
Promise
Promise
Promise
Promise
Promise
Promise
Promise
Promise
All static game data. A promise that if fullfilled returns a json object mapped to: https://fantasy.premierleague.com/drf/bootstrap-static
Kind: static method of fplApiNode
Promise
Teams (Premier Leaugue clubs) A promise that if fullfilled returns a json object mapped to: https://fantasy.premierleague.com/drf/teams
Kind: static method of fplApiNode
Promise
Elements (players) A promise that if fullfilled returns a json object mapped to: https://fantasy.premierleague.com/drf/elements
Kind: static method of fplApiNode
Promise
Event /gameweek details A promise that if fullfilled returns a json object mapped to: https://fantasy.premierleague.com/drf/event/${eventNumber}/live
Kind: static method of fplApiNode
Param | Description |
---|---|
eventNumber | The event / gameweek number |
Promise
Entry (FPL team) A promise that if fullfilled returns a json object mapped to: https://fantasy.premierleague.com/drf/entry/${id}
Kind: static method of fplApiNode
Param | Description |
---|---|
id | Entry id |
Promise
Entry history. An expanded entry view with additional objects. A promise that if fullfilled returns a json object mapped to: https://fantasy.premierleague.com/drf/entry/${id}/history
Kind: static method of fplApiNode
Param | Description |
---|---|
id | Entry id |
Promise
Entry event. Details of a particular event (or gameweek) A promise that if fullfilled returns a json object mapped to: https://fantasy.premierleague.com/drf/entry/${id}/event/${eventNumber}
Kind: static method of fplApiNode
Param | Description |
---|---|
id | Entry id |
eventNumber | The event / gameweek number |
Promise
Entry transfers. A promise that if fullfilled returns a json object mapped to: https://fantasy.premierleague.com/drf/entry/${id}/transfers
Kind: static method of fplApiNode
Param | Description |
---|---|
id | Entry id |
Promise
Classic league standings A promise that if fullfilled returns a json object mapped to: https://fantasy.premierleague.com/drf/leagues-classic-standings/${id}
Kind: static method of fplApiNode
Param | Description |
---|---|
id | League id |
FAQs
A node wrapper for the Fantasy Premier League (fantasy.premierleague.com) restful web api
The npm package fpl-api-node receives a total of 8 weekly downloads. As such, fpl-api-node popularity was classified as not popular.
We found that fpl-api-node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.