Leaderboard

Using this route, you can fetch leaderboard data

Usage

(GET) https://alyx.ro/api/v1/leaderboard

Response

{
    "ranks": [
        {
            "steam": "76561199505275450",
            "name": "neymar iti da o floricica :D",
            "kills": 1497,
            "deaths": 589,
            "score": 2713,
            "hits": 2666,
            "shots": 3723,
            "rank": "Global Elite"
        },
        ...
    ],
    "activity": [
        {
            "playername": "Daniel",
            "steamid": "76561199372653674",
            "total": "47 hours, 27 minutes, 12 seconds"
        },
        ...
    ]
}

Last updated