curl --location --request GET 'https://api.snapbyte.io/v1/users/stats' \
--header 'x-api-key;'
{
"success": true,
"data": {
"zones": [
{
"month": "2025-07",
"total_unique_downloaders": "33123",
"total_requests": "11650570",
"total_data_served": "102800402517204"
},
{
"month": "2025-06",
"total_unique_downloaders": "0",
"total_requests": "0",
"total_data_served": "0"
}
],
"files": [
{
"period": "this_month",
"file_count": "356814",
"total_file_size": "994337660966397"
},
{
"period": "last_month",
"file_count": "353471",
"total_file_size": "982788810481558"
}
]
}
}