-
Notifications
You must be signed in to change notification settings - Fork 148
Using the API with JavaScript
Nullicorn edited this page May 29, 2020
·
1 revision
Using API with HTTP GET.
Get player friend list:
GET https://api.hypixel.net/friends?key=YOUR_API_KEY&uuid=UUIDGet player information:
GET https://api.hypixel.net/player?key=YOUR_API_KEY&name=USERNAMEGet boosters list:
GET https://api.hypixel.net/boosters?key=YOUR_API_KEYGet guild ID (Using in "Guild Info"):
GET https://api.hypixel.net/findGuild?key=YOUR_API_KEY&byName=GUILD_NAMEGet guild information:
GET https://api.hypixel.net/guild?key=YOUR_API_KEY&id=GUILD_IDYou can try api on hurl.it