Skip to content

Get Broadcast Viewers

Revadike edited this page Feb 24, 2022 · 2 revisions

GET /broadcast/getbroadcastviewers

Rate limits

No known rate limit

Request

Authenticated: TODO

Method: GET

Host: steamcommunity.com

Path: /broadcast/getbroadcastviewers/

Query Parameters:

Name Type Required Description
chatid string TODO TODO
sessionid string TODO TODO
count string TODO TODO

Response

200 OK

Name Type Description
success number TODO

Example

GET https://steamcommunity.com/broadcast/getbroadcastviewers/?chatid=8680475831958003249&sessionid=xxx&count=1000
{
    "success": 21
}
Clone this wiki locally