Apex Tracker
Examples
Getting data of a player
var api = require("apex-tracker")
async function test() {
console.log(await api.userinfo("KeoonTv", "origin"))
}
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