mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-02-02 14:37:18 -03:00
Fijxu
f715c168a7
+ Added Curl request examples (chatrooms api) + Updated tree in the files of ./docs
454 B
454 B
Audience Count (Spectators)
Request Method: GET
- /chatrooms/
userID
/audiences/count = Get info about the channel chatroom, contains the list of moderators of the channel-
Response Example:
{ "ccu": 0, "logged_in_ccu": 0, "viewer_count": 0 }
-
Curl Request
curl 'https://booyah.live/api/v3/chatrooms/12345678/audiences/count' \
-H 'booyah-session-key: yourbooyahsessionkey'