Endpoint
Example Request
Response
Returns aggregated statistics for:- Daily
- Weekly
- Monthly
- All-Time
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET https://adblox.xyz/api/v1/stats
curl -X GET "https://adblox.xyz/api/v1/stats" \
-H "Authorization: Bearer YOUR_API_KEY_HERE" \
-H "Content-Type: application/json"
{
"data": {
"sends": {
"today": 142,
"weekly": 890,
"monthly": 3400,
"all_time": 12500,
"failed_all_time": 12,
"daily_breakdown": [
{
"date": "2026-05-10",
"sends": 120
},
{
"date": "2026-05-11",
"sends": 145
}
]
},
"joins": {
"today": 12,
"weekly": 85,
"monthly": 310,
"all_time": 1050
},
"meta": {
"generated_at": "2026-05-15T14:30:00.000000+00:00",
"user": "YourUsername"
}
}
}
Was this page helpful?
.png?fit=max&auto=format&n=M30Vf3EvT0RUphd0&q=85&s=d94c085390148bf271dcb2be6b7a48fa)