hypixel-api-v2
v1.3.7
Published
[](https://www.npmjs.com/package/hypixel-api-v2)    ;
const hypixel = new HypixelAPI('your-key-here'); // or ['first-key-here', 'second-key-here', ...]
(async () => {
const player = await hypixel.player('hypixel');
console.log(`${player.displayname} has ${player.networkExp} experience.`);
})();Documentation
View the documentation here.
