API Documentation
If you are using JavaScript I recommend using the npm package instead of the API. You can take a look at the Cloudflare Worker source here and the npm package source here.
Get Weight
GET
https://lily.antonio32a.com/:player
Get player's lily weight.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | Either player's Minecraft username or UUID. |
Query Parameters
Name | Type | Description |
---|---|---|
key | string | Your Hypixel API key. |
returnUsername | boolean | Whether it should return the player's username. This usually requires an extra GET request to Mojang's API so it will be slower. Defaults to false. |
Last updated