Streamers[Live streamers GET](/docs/streamers/get-streamers-live.md)

# Live streamers

Server URL`loading...`

GET

/`streamers`/`live`

Send

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](#response-body)

### 200

`application/json`

cURL

JavaScript

Go

Python

Java

C#

Rust

```
curl -X GET "https://example.com/streamers/live"
```

200

```
{  "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.

](/docs/tanks/get-region-tanks-slug-marks-of-mastery.md)[

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\`.

](/docs/streamers/get-streamers-live-sse.md)

## Navigation

- [unicum.gg](/index.md)

## Indexes

- [llms.txt](/llms.txt): the API, the MCP server and the other machine-readable surfaces.
- [llms-full.txt](/llms-full.txt): the same, with every endpoint's parameters inline.
- [sitemap.md](/sitemap.md): every section of the site, down to the individual pages.