Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
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 1 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.