curl https://hapi.7331.org/v1/portal/status \ -b cookies.txt
{ "online": 5, "users": [ {"user_id": "123456789012345678", "username": "exampleuser"}, {"user_id": "987654321098765432", "username": "anotheruser"} ], "muted": false }
Get portal online count, user list, and mute status.
Was this page helpful?