DEVELOPER · TELEMETRY · LAST 7 DAYS

API USAGE

Traffic on the public BrettZone API. Clients are counted by anonymous hash (no raw IPs stored); callers sending an X-API-Key header appear by name below. Raw data: GET /brettZone/api.php/usage?days=7

7D 30D 90D 365D
REQUESTS
6
UNIQUE CLIENTS
3
AVG RESPONSE
8.8 MS
DATA SERVED
56.2 KB
ERROR RATE
0 %

REQUESTS PER DAY

SEP 8 PEAK 4/DAY SEP 14

TOP ENDPOINTS

Endpoint Requests Errors Avg ms
/tournaments/{tournamentID}
3 0 0
/tournaments/{tournamentID}/players
3 0 17.7

STATUS CODES

200
6 · 100%

TOP CONSUMERS

SELF-IDENTIFIED · X-API-KEY

NO SELF-IDENTIFIED CALLERS YET

ANONYMOUS · CLIENT HASH
342c3935df2e… 2
2f33e09e1f29… 2
bddc4bef9f10… 2
HOW THIS IS COLLECTED

Every request to /brettZone/api.php logs its route template, HTTP status, response time, and payload size to the apiRequests table after the response is sent. No raw IP addresses are stored — clients are identified by a one-way hash of IP + user agent. The same numbers are available programmatically at GET /brettZone/api.php/usage.