cURL
curl --request GET \ --url https://api.adventure-builder.net/v1/leaderboard/{levelId}
{ "entries": [ { "id": 123, "userId": 123, "time": 123, "createdAt": "2023-11-07T05:31:56Z" } ], "pagination": { "totalEntries": 123, "page": 123, "totalPages": 123 } }
Returns the paginated leaderboard entries for a specific level. Each page contains 30 items.
The ID of the level.
The page number of results to return.
x >= 1
Filter by specific user IDs.
Paginated leaderboard entries
Show child attributes