Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Documentation

Within this folder, you will find detailed instructions on the various functions the Hypixel Public API allows for.

Date and Time

Generally dates are stored as a Unix Epoch times in milliseconds.

Response Format

Responses are served in JSON format.

UUID Parameters

All uuid parameters are expected to have the UUID without dashes.

SkyBlock items and inventories

Items and inventory data are stored as a base64 encoded string containing gzipped nbt data. If a method is missing important information about an item or inventory, you should try checking this!

Note: the base64 string may contain a unicode escape for non-alphabetical symbols (i.e. = will be displayed as \u003d), and some programming languages may have silent defects when interpreting the string.