Skip to main content

Get a Monitors Uptime

This endpoint allows you to retrieve the uptime of a specific Monitor in your Garmingo Status instance.

EndpointMethodURL
/monitors/{id}/uptimeGEThttps://garmingo.com/api/status/v1/monitors/{id}/uptime

Query Parameters

ParameterTypeDescriptionRequiredDefaultMinimumMaximum
timespanstringThe timespan to calculate the uptime for. Can be 24h, 7d, 30d, 90d.Yes

Response

The response is a JSON object with the following properties:

PropertyTypeDescription
successbooleanWhether the request was successful.
datanumberThe uptime of the Monitor in percent

Example

{
"success": true,
"data": 99.99
}