We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Using API with HTTP GET.
Get player friend list:
GET https://api.hypixel.net/friends?key=YOUR_API_KEY&uuid=UUID
Get player information:
GET https://api.hypixel.net/player?key=YOUR_API_KEY&name=USERNAME
Get boosters list:
GET https://api.hypixel.net/boosters?key=YOUR_API_KEY
Get guild ID (Using in "Guild Info"):
GET https://api.hypixel.net/findGuild?key=YOUR_API_KEY&byName=GUILD_NAME
Get guild information:
GET https://api.hypixel.net/guild?key=YOUR_API_KEY&id=GUILD_ID
You can try api on hurl.it
Home
Using the API
Need Help?