DEVELOPER · TELEMETRY · LAST 30 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=30
REQUESTS
25
UNIQUE CLIENTS
6
AVG RESPONSE
9.9 MS
DATA SERVED
1.8 MB
ERROR RATE
12 %
REQUESTS PER DAY
JUL 26
PEAK 15/DAY
AUG 24
TOP ENDPOINTS
| Endpoint | Requests | Errors | Avg ms | |
|---|---|---|---|---|
| /stills | 6 | 1 | 1 | |
| /tournaments/{tournamentID}/players | 6 | 0 | 34.3 | |
| /tournaments/{tournamentID} | 5 | 0 | 0 | |
| /stills/{stillID} | 4 | 2 | 0.5 | |
| /clips | 1 | 0 | 32 | |
| /stills/tags | 1 | 0 | 1 | |
| / | 1 | 0 | 0 | |
| /usage | 1 | 0 | 0 |
STATUS CODES
200
22 · 88%
400
1 · 4%
404
2 · 8%
TOP CONSUMERS
SELF-IDENTIFIED · X-API-KEY
NO SELF-IDENTIFIED CALLERS YET
ANONYMOUS · CLIENT HASH
1c56691030a7…
15
8e2b75b54879…
2
2de770a4d3d7…
2
454fdf14f9da…
2
b45b483d5023…
2
206ac2fafc7c…
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.