Get Stats
GET {{api_base}}/{{api_version}}/api/stats
Overview
Simply gets general stats about the TorBox service.
Authorization
None needed.
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"success":true,"error":false,"data":{"total_downloads":0,"total_users":0,"total_bytes_downloaded":0,"total_bytes_uploaded":0,"active_torrents":0,"active_usenet_downloads":0,"active_web_downloads":0,"total_usenet_downloads":0,"total_torrent_downloads":0,"total_web_downloads":0,"total_servers":0},"detail":"Stats retrieved successfully."}