Ghostanticheat

API Reference.

The website and analyzer both talk to Ghost only through this REST surface.

MethodPathMin roleDescription
POST/api/loginExchange username/password for a bearer token.
GET/api/statusProduct, framework, uptime.
GET/api/playersread_onlyConnected players + trust score.
GET/api/detectionsread_onlyFull detection log (rolling).
GET/api/bansread_onlyActive bans.
POST/api/bans/unbanadministrator{ identifier } — remove ban.
GET/api/trustread_onlyTrust scores per identifier.
GET/api/logsread_onlySystem logs.
GET/api/settingsread_onlyCurrent effective config.
POST/api/settingsownerPatch config (deep merge).
GET/api/adminsadministratorList admin records.
POST/api/admins/upsertowner{ identifier, role, bypasses[] }.
GET/api/check/:idPublic ban checker.