🧩 Puzzle Game Online API

Competitive word puzzle game backend for Home Assistant

API Running

🔐 Authentication

JWT-based authentication for secure access to all endpoints.

POST /auth/register
POST /auth/login

🎯 Daily Puzzles

Get the daily puzzle and compete with players worldwide.

GET /puzzle/daily
POST /score/submit

🏆 Leaderboards

Track your ranking across daily, weekly, monthly, and all-time boards.

GET /leaderboard/daily
GET /leaderboard/weekly

⚙️ Admin Panel

Manage puzzles, review AI-generated content, and monitor users.

GET /admin/puzzles
POST /admin/puzzles/generate

API Endpoints