Skip to main content

Leaderboard

@wendy/leaderboardv2026.04.14.1· 3mo agoMODELS
01README

Fetch and parse the swamp.club leaderboard into structured JSON. Returns rank, username, score, and events count for 50 entries per page with support for pagination.

02Models1
leaderboard.tsv2026.04.14.1
fn fetch(page: number)
Fetch leaderboard entries from swamp.club. Returns 50 entries per page by default.
ArgumentTypeDescription
pagenumberPage number to fetch (1-indexed)
fn fetchAll()
Fetch all leaderboard entries across every page and store them as a single list.
fn fetchAllActive()
Fetch all leaderboard entries across every page, excluding users with 0 points and 0 events.

Resources

result— Leaderboard entries for a single fetched page
03Previous Versions3
2026.04.12.3

Modified 1 models

2026.04.12.2

updated labels

2026.04.12.1
04Stats
Downloads
7
Archive size
102.5 KB

Not yet scored.

A score will be generated the next time this extension is published. The owner can also trigger scoring manually.

05Platforms
06Labels