
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
eafc-clubs-api
Advanced tools
An API written in TypeScript for the FC24 Clubs mode which allows developers to retrieve game statistics for all platforms.
An API written in TypeScript for the FC24 Clubs mode which allows developers to retrieve game statistics for all platforms.
npm i eafc-clubs-api
Check examples/ for common use cases of this library.
searchClub(input: InferType<typeof SCHEMAS.CLUB_SEARCH>): Promise<Club[]>Search for a club by name.
input: An object containing the search parameters. The object must conform to the SCHEMAS.CLUB_SEARCH schema.An array of Club objects that match the search criteria.
overallStats(input: InferType<typeof SCHEMAS.OVERALL_STATS>): Promise<OverallStats[]>Get the overall stats of the club.
input: An object containing the search parameters. The object must conform to the SCHEMAS.OVERALL_STATS schema.An array of OverallStats objects that represent the overall stats of the club.
memberCareerStats(input: InferType<typeof SCHEMAS.MEMBER_CAREER_STATS>): Promise<MemberCareerStats[]>Get the stats of all members of the club.
input: An object containing the search parameters. The object must conform to the SCHEMAS.MEMBER_CAREER_STATS schema.An array of MemberCareerStats objects that represent the career stats of all members of the club.
matchesStats(input: InferType<typeof SCHEMAS.MATCHES_STATS>): Promise<Match[]>Get the stats of all matches of the club
input: An object containing the search parameters. The object must conform to the SCHEMAS.MATCHES_STATS schema.An array of Match objects that represent the stats of all matches of the club.
memberStats(input: InferType<typeof SCHEMAS.MEMBER__STATS>): Promise<MemberStats[]>Get the stats of all members of the club.
input: An object containing the search parameters. The object must conform to the SCHEMAS.MEMBER__STATS schema.An array of MemberStats objects that represent the stats of all members of the club.
FAQs
An API written in TypeScript for the FC24 Clubs mode which allows developers to retrieve game statistics for all platforms.
We found that eafc-clubs-api 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.