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

# Live streamers stream

Server URL`loading...`

GET

/`streamers`/`live`/`sse`

Send

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

## [Response Body](#response-body)

cURL

JavaScript

Go

Python

Java

C#

Rust

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

[

Live streamers GET

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.

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

Players online stream GET

Server-sent events (SSE) of the region's live player count. Each event's data is a JSON object with the region total and the per-server breakdown, pushed whenever the count refreshes (about every 3 seconds).

](/docs/server/get-region-server-online-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.