# \UptimeApi
All URIs are relative to *https://api.orangefox.download*
Method | HTTP request | Description
------------- | ------------- | -------------
[**get_uptime**](UptimeApi.md#get_uptime) | **GET** /uptime | GET /uptime - Aggregated public infrastructure status.
## get_uptime
> models::UptimeResponse get_uptime()
GET /uptime - Aggregated public infrastructure status.
Combines the FoxHealth report with the Uptime Kuma status page into a single JSON object. Each upstream is fetched independently: if one fails its section is set to null. If both fail, a 502 is returned.
### Parameters
This endpoint does not need any parameter.
### Return type
[**models::UptimeResponse**](UptimeResponse.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)