Uhhh track the amount of users on your app!
Base URL: https://live.alimad.xyz
Track users in real-time using hashed IPs. No login or config needed
Try it out with your own App ID:
Copy this code to show live user counts on your website:
/ping
with your unique App IDI guess thats all
Registers this user as "online" and returns the current user count (including this user).
app (required): Your unique App ID
Plain text with the current user count
Example request:
GET /ping?app=client_of_making
Example response:
1
Checks the current user count without registering this user as online.
Response format is the same as /ping
.
Manually removes your user from the online count.
Response: Done
One line embed into any page.
<iframe src="https://live.alimad.xyz/embed" style="border:0;width:85px;height:26px;"></iframe>
Returns statistics about your app's usage in JSON format.
Example request:
GET /stats?app=live
Example response:
{ "lastPing": 1751256515136, "maxConcurrent": { "2025-06-30T09:00:00.000Z": 1, "overall": 1 }, "pings": { "2025-06-30T09:00:00.000Z": 26 }, "totalPings": 26, "uniqueIds": 1 }
View your stats in a pretty HTML page (great for quick checks).
Everything worked as expected.
Missing or invalid App ID.
Your App ID contains forbidden characters.
I TOLD YOU NOT TO TRY XSS PAYLOADS
Chill bro, it's 50 requests per minute. Please do at most one request per 3 seconds