Mod Analytics
A TRMNL plugin for project analytics across Modrinth, CurseForge, Thunderstore, Nexus Mods, and Steam Workshop.
API routes
GET /api/modrinth/summary?project_ids=worldedit,worldguard
GET /api/curseforge/summary?project_ids=225608,254692
GET /api/thunderstore/summary?project_ids=lethal-company/ebkr/r2modman
GET /api/nexusmods/summary?project_ids=skyrimspecialedition/2347
GET /api/steamworkshop/summary?project_ids=2009463077
Auth is provider-specific and is always supplied through the
Authorization header:
- Modrinth: optional; required only for revenue data.
- Nexus Mods: required; pass your Nexus Mods API key.
- CurseForge: not required; this service uses its own internal API key.
- Thunderstore: not required.
- Steam Workshop: not required.
Tokens are forwarded only when the selected provider needs them and are not stored.