Skip to content

Get Streamers For Page

Revadike edited this page Feb 24, 2022 · 3 revisions

GET /broadcast/ajaxgetstreamersforpage

Rate limits

No known rate limit

Request

Authenticated: No

Method: GET

Host: store.steampowered.com

Path: /broadcast/ajaxgetstreamersforpage

Query Parameters:

Name Type Required Description
appid number TODO The Steam AppID
promotionName string TODO TODO
clanid number TODO TODO
eventid number TODO TODO
test boolean TODO TODO
cc string TODO Country code
l string TODO Language

Response

200 OK

Name Type Description
success number TODO
filtered[] array TODO
filtered[].accountid number TODO
filtered[].appid number TODO
filtered[].title string TODO
filtered[].duration number TODO
filtered[].viewer_count number TODO
filtered[].has_adult_content number TODO
filtered[].relay_broadcast_id string TODO
filtered[].thumbnail_http_address string TODO
filtered[].whitelist_rank number TODO
filtered[].rowversion string TODO
filtered[].default_selection_priority number TODO
filtered[].snr string TODO
filtered[].app_name string TODO
filtered[].app_link string TODO
filtered[].app_capsule_image string TODO
filtered[].popular boolean TODO
filtered[].hub_popular boolean TODO
filtered[].broadcaststeamid string TODO
filtered[].store_title string TODO
filtered[].left_panel string TODO
filtered[].right_panel string TODO
filtered[].broadcast_chat_visibility string TODO
broadcast_chat_visibility string TODO
total_count number TODO
err_msg string TODO

Example

GET https://store.steampowered.com/broadcast/ajaxgetstreamersforpage?appid=477160&test=false&cc=NL&l=english
{
    "success": 1,
    "filtered": [
        {
            "accountid": 1223113806,
            "appid": 477160,
            "title": "",
            "duration": 117671,
            "viewer_count": 1932,
            "has_adult_content": 0,
            "relay_broadcast_id": "7634450557858037410",
            "thumbnail_http_address": "https://steambroadcast.akamaized.net/broadcast/76561199183379534/6866227240220407086/thumbnail/?broadcast_origin=repo-02-lhr1.broadcast.steamcontent.com:443",
            "whitelist_rank": 0,
            "rowversion": "98299183126",
            "default_selection_priority": 0,
            "snr": "1_5_9__broadcasterid76561199183379534",
            "app_name": "Human: Fall Flat",
            "app_link": "https://store.steampowered.com/app/477160/Human_Fall_Flat/",
            "app_capsule_image": "https://cdn.cloudflare.steamstatic.com/steam/apps/477160/header_292x136.jpg?t=1629989571",
            "popular": true,
            "hub_popular": true,
            "broadcaststeamid": "76561199183379534",
            "store_title": "Watch Curve Digital Play Now",
            "left_panel": "https://cdn.cloudflare.steamstatic.com/steam/apps/477160/broadcast_left_panel.jpg?t=1629989571",
            "right_panel": "https://cdn.cloudflare.steamstatic.com/steam/apps/477160/broadcast_right_panel.jpg?t=1629989571",
            "broadcast_chat_visibility": "remove"
        }
    ],
    "broadcast_chat_visibility": "hide",
    "total_count": 1,
    "err_msg": ""
}
Clone this wiki locally