1.0.7 • Published 4 years ago

jasonkaraniks-simple-hypixel-api v1.0.7

Weekly downloads
24
License
Jasonkaranik's Bo...
Repository
-
Last release
4 years ago

Jasonkaraniks Simple Hypixel API

Jasonkaraniks Simple Hypixel API is a powerful Node.js module that allows you to interact with the Minecraft Hypixel Server API easily!

Package Created By Jasonkaranik (JasonCark#4209).

Installation

npm install --save jasonkaraniks-simple-hypixel-api

Get API Key

Join The Hypixel Network And Type "/api new"

Functions

const JasonkaraniksSimpleHypixelApi = require("jasonkaraniks-simple-hypixel-api")

JasonkaraniksSimpleHypixelApi.getUUID("MINECRAFT USERNAME", CALLBACK_FUNCTION) // Transfer Username To UUID (In JSON Form).

JasonkaraniksSimpleHypixelApi.getName("MINECRAFT UUID", CALLBACK_FUNCTION) // Transfer UUID To Username (In JSON Form).

JasonkaraniksSimpleHypixelApi.getKeyInfo("HYPIXEL API KEY", CALLBACK_FUNCTION) // Get Info About Your Hypixel API Key (In JSON Form).

JasonkaraniksSimpleHypixelApi.getProfile("User UUID", "HYPIXEL API KEY", CALLBACK_FUNCTION) // Get A User's Hypixel Profile (In JSON Form).

JasonkaraniksSimpleHypixelApi.getSkyblockProfiles("User UUID", "HYPIXEL API KEY", CALLBACK_FUNCTION) // Get A User's Hypixel Skyblock Profiles (In JSON Form).

JasonkaraniksSimpleHypixelApi.getSkyblockProfile("User UUID", "Profile ID (From getSkyblockProfiles Function)", "HYPIXEL API KEY", CALLBACK_FUNCTION) // Get A User's Specific Hypixel Skyblock Profile (In JSON Form).

JasonkaraniksSimpleHypixelApi.getSkyblockAuctions("HYPIXEL API KEY", CALLBACK_FUNCTION) // Get The Auctions (It Can Take A Few Seconds As Its 50+ Pages) (In JSON Form).

JasonkaraniksSimpleHypixelApi.getSkyblockBazaar("HYPIXEL API KEY", CALLBACK_FUNCTION) // Get The Bazaar (In JSON Form).

JasonkaraniksSimpleHypixelApi.getBans("HYPIXEL API KEY", CALLBACK_FUNCTION) // Get The Watchdog And Staff Bans (In JSON Form).

JasonkaraniksSimpleHypixelApi.getUserSkyblockAuctions("User UUID", "HYPIXEL API KEY", CALLBACK_FUNCTION) // Get The Watchdog And Staff Bans (In JSON Form).

JasonkaraniksSimpleHypixelApi.getSkyblockNews("HYPIXEL API KEY", CALLBACK_FUNCTION) // Get The New Updates Of Skyblock (In JSON Form).

JasonkaraniksSimpleHypixelApi.getBoosters("HYPIXEL API KEY", CALLBACK_FUNCTION) // Get All Active Boosters In The Network (In JSON Form).

JasonkaraniksSimpleHypixelApi.getFriends("User UUID", "HYPIXEL API KEY", CALLBACK_FUNCTION) // Get A User's Friends List (In JSON Form).

JasonkaraniksSimpleHypixelApi.getPlayerCount("HYPIXEL API KEY", CALLBACK_FUNCTION) // Get A Number Of All Online Players In The Network (In JSON Form).

JasonkaraniksSimpleHypixelApi.getUserStatus("User UUID", "HYPIXEL API KEY", CALLBACK_FUNCTION) // Get A User's Status (In JSON Form).

JasonkaraniksSimpleHypixelApi.getGameCount("HYPIXEL API KEY", CALLBACK_FUNCTION) // Gets All Current Games In The Network (In JSON Form).

JasonkaraniksSimpleHypixelApi.getLeaderboards("HYPIXEL API KEY", CALLBACK_FUNCTION) // Get All Leaderboards From All Games (In JSON Form).

JasonkaraniksSimpleHypixelApi.getGuildByName("Name", "HYPIXEL API KEY", CALLBACK_FUNCTION) // Find A Guild By Name (In JSON Form).

JasonkaraniksSimpleHypixelApi.getGuildInfo("ID (From getGuildByName Function)", "HYPIXEL API KEY", CALLBACK_FUNCTION) // Get A Guild's Info (In JSON Form).

JasonkaraniksSimpleHypixelApi.getRecentGames("User UUID", "HYPIXEL API KEY", CALLBACK_FUNCTION) // Get A User's Recent Games (In JSON Form).

Examples:

COMING SOON!
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.3.5

4 years ago