R6 Tracker API

Rainbow Six Siege player stats, powered by tracker.gg

Checking...

Get Player Stats

GET /player/{platform}/{username}

Fetch full player statistics for a Rainbow Six Siege account.

platform — one of:

ubi xbl psn

username — the player's username on that platform

?force_refresh=true — optional, bypass cache

GET /player/ubi/ggjuggatm4esexx

Other Endpoints

GET /cache/stats

View cache statistics (entries, hit count, TTL).

GET /nodes/status

Check how many worker nodes are connected.

Example Response

{ "data": { "platformInfo": { "platformSlug": "ubi", "platformUserId": "..." }, "segments": [ ... ] }, "_cached": false, "_cache_timestamp": "2026-03-08T12:00:00+00:00", "_served_by": "node-a1b2c3d4" }