Live stream search, channel info, schedules, followers, VODs, and chat.
Channel Page Shell
ASYNCWRITENo auth
Returns a channel's broadcaster identity, live stream context, follower totals, and recommended channels.
ParametersFormJSON
Twitch channel login slug (broadcaster username) to load
Game/category slug used in recommendation context (e.g. just-chatting, valorant)
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_twitch_tv_channel_page_shell", "params": { "channel_login": "jinnytty", "category_slug": "just-chatting" } }'