StreamersLive streamers GET
Live streamers
Tracked players currently live on Twitch, across all regions, with their WN7/WN8/WNX ratings. Snapshot form of the /streamers/live/sse stream; cached ~30s server-side.
Response Body
application/json
curl -X GET "https://example.com/streamers/live"{ "results": [ { "region": "eu", "accountId": 0, "nickname": "string", "clanTag": "string", "clanColor": "string", "wn7": 0, "wn8": 0, "wnx": 0, "wn730d": 0, "wn830d": 0, "wnx30d": 0, "twitchLogin": "string", "twitchUserName": "string", "title": "string", "viewerCount": 0, "startedAt": "string", "language": "string", "thumbnailUrl": "string" } ]}Tank Marks of Mastery GET
The XP thresholds for the 3rd/2nd/1st Class and Ace Tanker Mastery badges on one tank of a region (mirrored per region). 404 if the region's catalogue has no vehicle with this slug.
Live streamers stream GET
Server-sent events (SSE) of the tracked players currently live on Twitch in the World of Tanks category across all regions, ranked by WNX and pushed every few seconds. Each event's `data` is the same JSON array as `GET /api/streamers/live`.