โ† ThatUtilsPad

API

Public endpoints for free downloads, detections, and site config.

Free download

No login or license key required.

MethodPathDescription
GET/download/freeDownload the current free DLL (TUP-Free.dll).
GET/api/download/free-infoJSON metadata: version, size, sha256, updatedAt.
curl -fsSL https://thatutilspad.com/api/download/free-info
curl -fsSL -o TUP-Free.dll https://thatutilspad.com/download/free

Public detections

Mod-checker detection list managed from the admin panel. No auth required. Only active detections are returned.

MethodPathDescription
GET/api/detectionsJSON list: name, hashes, fileNames, markers, category, notes, timestamps.
GET/api/detections.txtPlain-text dump (NAME|, HASH|, FILE|, MARKER| blocks).
GET/download/detections.txtSame text file with download disposition.
curl -fsSL https://thatutilspad.com/api/detections
curl -fsSL -o detections.txt https://thatutilspad.com/download/detections.txt

Example text block:

# ThatUtilsPad detections
# updated: 2026-07-27T00:00:00.000Z
NAME|ExampleMod
HASH|0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
FILE|Example.dll
MARKER|Some.Namespace.Type
---

Public site

MethodPathDescription
GET/api/public/configShop URL, Discord invite, captcha public config.
GET/api/public/statsMember / license counts for the landing page.
GET/healthService health check.