API Documentation
Last updated
Last updated
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
https://lily.antonio32a.com/:player
Get player's lily weight.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
id
string
Either player's Minecraft username or UUID.
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.