Skip to main content
Player statistics aren’t directly available from the API. You need to fetch match history, retrieve each match’s details, and aggregate the data yourself.

Per-round headshot percentage

Round-level data lets you calculate headshot percentage from damage stats:

Filtering by queue

Error handling

When analyzing many matches, use asyncio.gather() with a semaphore to fetch them concurrently while staying within rate limits.