Gamified Habit Tracker API
# Gamified Habit Tracker API ## 🚀 **Transform Your App with Gamified Habit Tracking** Build engaging habit tracking applications with our comprehensive API that combines productivity with addictive gamification features. Perfect for mobile apps, web platforms, and SaaS products. ## ✨ **Key Features** ### 🎮 **Complete Gamification System** - **XP & Leveling**: Users earn experience points and…
Gamified Habit Tracker API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Authentication | ||
| POST |
/auth/signup /auth/signup |
Create a new user account with username, email, and password |
| POST |
/auth/login /auth/login |
Authenticate user and get JWT token |
| GET |
/auth/profile /auth/profile |
Get current user's profile information |
| Habits | ||
| PUT |
/habits/{id} /habits/{id} |
Update an existing habit |
| GET |
/habits/{id}/stats /habits/{id}/stats |
Get detailed statistics for a specific habit |
| DELETE |
/habits/{id}/complete /habits/{id}/complete |
Unmark a habit as completed for today |
| DELETE |
/habits/{id} /habits/{id} |
Delete an existing habit |
| GET |
/habits/{id} /habits/{id} |
Get details of a specific habit |
| GET |
/habits /habits |
Retrieve all habits for the authenticated user |
| POST |
/habits /habits |
Create a new habit for the authenticated user |
| POST |
/habits/{id}/complete /habits/{id}/complete |
Mark a habit as completed for today |
| Leaderboard | ||
| GET |
/leaderboard /leaderboard |
Get the global leaderboard with user rankings |
| GET |
/users/{username} /users/{username} |
Get public profile information for a specific user |
| GET |
/leaderboard/profile /leaderboard/profile |
Get the current user's leaderboard profile and ranking |
Gamified Habit Tracker API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | — |
|
| ULTRA | $30 / month | — |
|