Within this folder, you will find detailed instructions on the various functions the Hypixel Public API allows for.
Generally dates are stored as a Unix Epoch times in milliseconds.
Responses are served in JSON format.
All uuid parameters are expected to have the UUID without dashes.
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.