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

Query Parameters

{
    "success": true,
    "data": {
        "username": "SirDesco",
        "uuid": "e710ff36fe334c0e8401bda9d24fa121",
        "total": 14447.57066158911,
        "skill": {
            "base": 10346.795817290036,
            "overflow": 173.65681281116142
        },
        "catacombs": {
            "completion": {
                "base": 1232.676833730818,
                "master": 532.7492424907152
            },
            "experience": 1058.0313866996628
        },
        "slayer": 1103.6605685667157
    }
}

Last updated