Easily access up-to-date streamer rosters for Alaska, Hawaii, and New England. Use this API for bots, overlays, websites, or any project that wants to showcase our communities and who's live!
/communities/community_roster_api.php
GET https://teammidnite.tv/communities/community_roster_api.php
{ "alaska": [ { "display_name": "Streamer1", "username": "streamer1", "avatar": "https://static-cdn.jtvnw.net/jtv_user_pictures/...", "location": "Anchorage, AK", "twitch_url": "https://twitch.tv/streamer1", "live": true, "viewer_count": 42, "stream_title": "Alaska Adventures!", "game_name": "Just Chatting" }, ... ], "hawaii": [ ... ], "newengland": [ ... ] }
Field | Type | Description |
---|---|---|
display_name | string | Streamer's display name |
username | string | Twitch username (login) |
avatar | string (URL) | Twitch profile image URL |
location | string | Location (if provided) |
twitch_url | string (URL) | Direct link to Twitch channel |
live | boolean | True if streamer is live, false otherwise |
viewer_count | integer/null | Current viewers (if live) |
stream_title | string/null | Current stream title (if live) |
game_name | string/null | Current game/category (if live) |