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
16
UNIQUE CLIENTS
8
AVG RESPONSE
7.3 MS
DATA SERVED
224.6 KB
ERROR RATE
0 %
REQUESTS PER DAY
AUG 16
PEAK 4/DAY
SEP 14
TOP ENDPOINTS
| Endpoint | Requests | Errors | Avg ms | |
|---|---|---|---|---|
| /tournaments/{tournamentID} | 8 | 0 | 0 | |
| /tournaments/{tournamentID}/players | 8 | 0 | 14.6 |
STATUS CODES
200
16 · 100%
TOP CONSUMERS
SELF-IDENTIFIED · X-API-KEY
NO SELF-IDENTIFIED CALLERS YET
ANONYMOUS · CLIENT HASH
73b16eb7ab64…
2
c935188048de…
2
5fc7d3188c86…
2
891eee93b5fb…
2
e8e819fe189d…
2
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.