Live uptime data from UptimeRobot.
This calls the real API – includes groups, avatar, etc. (default options)
POST https://rbx-group-fetcher.dimasuperotovorot3000.workers.dev/
All requests must be POST with JSON or form data. Browser GETs get redirected here.
Booleans accept true/false, "true"/"false", 1/0, "on"/"off".
curl -X POST https://rbx-group-fetcher.dimasuperotovorot3000.workers.dev/ \
-H "Content-Type: application/json" \
-d '{"username": "PapaAleks11", "includeAvatar": true}'
{
"id": 1478795848,
"username": "PapaAleks11",
"displayName": "Dima",
"created": "2020-02-27T07:16:28.267Z",
"profileUrl": "https://www.roblox.com/users/1478795848/profile",
"description": "oh hi!",
"avatarUrl": "https://...",
"groups": [ ... 40+ groups ... ]
}
Open source under the MIT License – because sharing is caring.