Skip to main content

Leaderboard

@wendy/leaderboardv2026.04.14.1· 1mo 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
@wendy/leaderboardv2026.04.14.1leaderboard.ts
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(7d)— Leaderboard entries for a single fetched page
allResult(7d)— Complete leaderboard entries across all pages
03Previous Versions3
2026.04.12.3Apr 12, 2026

Modified 1 models

2026.04.12.2Apr 12, 2026

updated labels

2026.04.12.1Apr 12, 2026
04Stats
Downloads
6
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