# \StatsApi
All URIs are relative to *https://api.orangefox.download*
Method | HTTP request | Description
------------- | ------------- | -------------
[**get_global_stats**](StatsApi.md#get_global_stats) | **GET** /stats | GET /stats/ - Get global download statistics.
## get_global_stats
> models::GlobalStatsResponse get_global_stats()
GET /stats/ - Get global download statistics.
Uses a MongoDB aggregation pipeline to compute total download count, unique devices count, unique releases count, and per-day breakdown.
### Parameters
This endpoint does not need any parameter.
### Return type
[**models::GlobalStatsResponse**](GlobalStatsResponse.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)