Overview
Gamelytics.io is a game analytics platform built for indie developers. It helps you capture events (hits, achievements, actions), manage leaderboards, and visualize player behavior. Integrate in minutes with our Godot plugin or any HTTP client.
What you can build
- Realtime dashboards: sessions, unique players, geographic breakdowns.
- Leaderboards: global and mode-specific rankings with pagination.
- Progress tracking: levels reached, items purchased, achievements unlocked.
- Live ops: track event impact (sales, XP boosts) via custom metadata.
How it works (high level)
- Your game calls Gamelytics endpoints with HMAC-signed requests.
- Events and scores are stored with your project’s schema and indexed metadata.
- You explore reports in the portal or export data (paid tier).
Quick example
POST /events/hit
GLX-Game-Key: YOUR_GAME_KEY
GLX-Timestamp: 2025-08-10T14:23:00Z
GLX-Signature: <HMAC>
{
"player_id": "p_123",
"event_type": "achievement",
"metadata": { "level": 5, "map": "intro_forest" }
}
Want full docs (schemas, rate limits, error codes, SDK reference)?
Join now to unlock the complete documentation.