Skip to content
@top-stats

TopStats.gg Development

Development Organisation for topstats.gg

TopStats

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


What we build

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.

Sending events

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.

SDKs

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.

Contact

Popular repositories Loading

  1. docs docs Public

    The documentation for the TopStats.gg API

    MDX 2 1

  2. issues issues Public

    Issues for dblstatistics.com & topstats.gg

    1

  3. rust-sdk rust-sdk Public

    Rust 1

  4. javascript-sdk javascript-sdk Public

    The JavaScript Library for topstats.gg

    TypeScript

  5. python-sdk python-sdk Public

    The community-maintained Python API wrapper for topstats.gg.

    Python 1

  6. twilight-dispatch twilight-dispatch Public

    Forked from chamburr/twilight-dispatch

    A standalone service for connecting to the Discord gateway, written in Rust with the twilight crate.

    Rust 1

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…