1.1.8 • Published 3 years ago

no-key-hypixel-api v1.1.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

No Token Hypixel API

🤔 What is the difference between other Hypixel API's and No Token Hypixel API?

No Token Hypixel API Does Not Require Any API Tokens

😋 Required Packages To Use The API

got
cheerio
hooman

📜 Changelog

Added Leaderboard

🖐️ Contact Me

You can contact me via Discord my Discord profile: ! SıpançBet#9752

🤖 Basic Examples

You can access player information using the code below.

var api = require("no-key-hypixel-api")

async function apitest() {
    var data = await api.PlayerInfo("SpongeBed")
    console.log(data)
}

apitest()

Output of the code given above.

{
  karma: '1,430',
  level: '11',
  parkours_Completed: '0/16',
  friends: '2',
  last_Login: 'Dec 13, 2020',
  general_Achievements: '8/34',
  achievement_Points: '400',
  guild: '-'
}

You can access guild information using the code below.

var api = require("no-key-hypixel-api")

async function apitest() {
    var data = await api.GuildInfo("technoclan")
    console.log(data)
}

apitest()

Output of the code given above.

{
  created_At: 'Jun 30, 2015',
  guild_Master: 'Technoblade',
  member_Count: '91/125',
  guild_Level: '119',
  members: [
    'Technoblade',    'Skypowergirl',     'Jilllian',
    'JabberJaws',     'David_31',         'TBC_Miles',
    'Gr4ss',          'TTVCheeseballG',   'Fuego5',
    'WDYT',           'Slackow',          'SSJBQuinn',
    'ZeroClicks',     'DerpyWeirdowo',    'ErrorOC',
    'sdslqyer',       'jaianism',         'Ballistiq',
    'xKool',          'rotorwash47',      'DrawThatRedstone',
    'vabajaa',        'DirkDozer',        'TheMacabicSound',
    'Pandillion',     'xLengoBug5',       'LapGrap',
    'MqsterXqnder',   'Grievous_Lady',    'LeTrelle',
    'CrusaderSirDan', 'CreatorCreepy',    'Alex33856',
    'Rekt_DJ',        'DontCallMeBlues',  'Milesilesiles',
    'dumdumnoob',     'iruwukki',         'ironbot223',
    'ePigeon',        'voggly',           'MitchFanHard'...
  ]
}

Also we can get the leaderboard of a specified game.

var api = require("no-key-hypixel-api")

async function apitest() {
    var data = await api.Leaderboard("bedwars", "without guilds") //you can also use "with guilds" parameter if you want to.
    console.log(data)
}

apitest()

Output of the given code above.

[
  'Manhal_IQ_',       'xLectroLiqhtnin', 'Toyless',          'Opmine',
  'Wendel',           'ameeero',         'leLitZpandA',      'TheCleb',
  'wact',             'noneleft',        'YoderOfGaming',    'gamerboy80',
  'MonsterGG',        'qmss',            'gShun',            'Ketthe',
  'Vo1dpls',          'NoSDaemon',       'oFury',            'Hashito',
  'OpGoDnEsSs',       'LazerCA',         'Andorite',         'uhhDaniel',
  'tqrm',             'Chapeey',         'o_opeaceL',        'Microsolft',
  'kysiek1234',       'UNMUTE20',        'IDontLikeBedwars', 'GogEita',
  'SixtoTheGreat',    'Pacisi',          'WarOG',            'cocoasann',
  'BadBassoonPlayer', 'meflio',          'Leopardiston',     'Verlica',
  'Gamesor',          '7R7',             'EDMC',             'Kellied',
  'Jiyn',             'xLara',           'o_oPigKing',       'SolidPrep',
  'thehappycat',      'snocy',           'mirila',           'iiSilver',
  'distancev2',       'iElephant',       'tiltings',         'PAHEXA',
  'Lioness_Rising',   'CHOONKERS',       'Dragunda',         'ImmortalPqnda',
  'smekie',           '_okay_',          'Skai',             'ohDevil',
  'GreenJedia04',     'Defone',          'Feitii',           'cyntiax',
  'HowAndrix',        'Disone',          'baazi',            'MomGetTheCam',
  'ItzFrqd',          'happy190l',       'Beatr',            'Pazzesca',
  'Luvonox',          'Mylla',           'SYBEP',            'VUUW',
  'LowkeyRailed',     'tyelur',          'Ilect',            'PinkFriday',
  'Zepor',            'ImFifty',         '7nr',              'Hashbrownito',
  'Primeeex',         'FathaBlood',      'Baybs',            'caoe',
  'waning',           'SammyGreen',      'sociee',           'CodePython_',
  'Impresso',         'NotSquidy',       'B0MBIES',          'AdamOne'
]

📝 Note

This API is not finished and new features will be added soon.

Made With ❤ By SpongeBed

1.1.8

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago