Socket
Socket
Sign inDemoInstall

apex-tracker

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apex-tracker

API To Get Apex User Data


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Apex Tracker

Examples

Getting data of a player

     var api = require("apex-tracker")
    async function test() {
    console.log(await api.userinfo("KeoonTv", "origin")) //=> KeoonTv is the player name and the origin is the platform. Platform can be origin,psn and xbl
     }
     test()

Output of the given code above:

{
 level: '1,371',
 kills: '24,324',
 killsAsLeader: '839',
 damage: '382,351',
 headshots: '18,468',
 matchesPlayed: '200',
 finishers: '65',
 revives: '230',
 timesTop3: '154',
 shotgunKills: '24',
 smgKills: '1,630',
 arKills: '535',
 carePackageKills: '112',
 arenaRankScore: '0',
 thisSeasonWins: '23',
 battleRoyaleRank: 'Apex Predator'
}

Note

This API is still in development and new features will be added soon.

Made With ❤ By SpongeBed

Keywords

FAQs

Package last updated on 14 Aug 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc