Welcome to Zamboni, a modern, real-time statistics dashboard built for a private NHL10 server.
It visualizes live player data, game sessions, and system status using a smooth Tailwind-powered UI.
βFor some unknown hockey game made by some unknown company called eaβ
Yeah⦠welcome to the source code, I guess
Zamboni.gg is a web-based analytics dashboard that connects to a custom Zamboni's Rest Api.
It provides a clear, interactive interface for viewing player stats, ongoing games, and live API data.
The project includes:
- A responsive TailwindCSS-based UI
- Dynamic REST API integration
- Player profile visualization with live search
- Real-time server status display
- API documentation and JSON previews
- Shows online users, queued players, server version, and active games.
- View all registered players.
- Search, filter, and inspect player stats.
- Click to view recent matches, ranks, and performance summaries.
- Displays combined reports for all active or finished games.
- Includes metadata, team compositions, and in-game performance analytics.
Easily see all available endpoints directly within the UI:
| Endpoint | Description |
|---|---|
GET /api/raw/games |
Returns all active/finished games |
GET /api/raw/reports |
Returns player reports linked to game_id |
GET /api/players |
Lists all player gamertags |
GET /api/player/:gamertag |
Full player stats & history |
GET /status |
Live server information |
- Clone the repo:
git clone https://github.com/ZamboniDevelopment/Website.git cd Website