Product analytics for backends, bots, and game servers.
Send events over HTTP, OpenTelemetry, or an SDK — get funnels, retention,
live dashboards, and behavioral alerts.
Website · Docs · Bot analytics · Discord
topstats.gg — schema-agnostic event analytics built for server-side data. No fixed schema to design up front: send whatever properties you have and query them later.
- Live dashboards — widgets update in near real time as events land.
- Funnels, retention, and segments — behavioral analysis over your own events.
- Actors — attribute events to a player, user, or server.
- Alerts and digests — get told when a metric moves, on a schedule or on a threshold.
- Sharing and embedding — public dashboards and embeddable widgets.
- Flat, volume-based pricing — free plan included, no card required.
bots.topstats.gg — historical growth, vote trends, and rankings for tens of thousands of Discord bots listed on top.gg. Independent, not affiliated with top.gg.
One endpoint, no SDK required:
curl -X POST https://topstats.gg/v1/events \
-H "Authorization: Bearer $TOPSTATS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"name":"player_join","properties":{"map":"dust2"},"_actor":"user_123"}'Already running OpenTelemetry? Point any OTLP SDK or Collector straight at us. Full details in the docs.
Every SDK sends the same payload as the HTTP API above. Repos land under this org as they ship.
Available today — Node.js · JavaScript · TypeScript · raw HTTP / OTLP
Soon™
| Python | Go | Rust |
| C# | Java | Kotlin |
| Ruby | PHP | Elixir |
| Swift | Unity | Unreal |
| Godot |
Game-server plugins — Soon™
| Platform | Target |
|---|---|
| Minecraft | Spigot / Paper |
| Rust | Oxide / Carbon |
| FiveM | GTA RP resource |
| Garry's Mod | GLua addon |
| ARK / Unturned | Survival mod |
Want one that isn't listed? Tell us in Discord.