API endpoint:
https://siteuptime.eu/api/v1/stats/{monitor_id}?locale=en
Request example:
curl --location --request GET 'https://siteuptime.eu/api/v1/stats/{monitor_id}?locale=en&name={name}&from={from}&to={to}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
name
check
, check_response_time
, incident
, incident_duration
.from
Y-m-d
format.to
Y-m-d
format.sort
desc
for Descending, asc
for Ascending. Defaults to: desc
.