Public uptime stats from UptimeRobot
GET
/uptime
const url = 'https://example.com/api/uptime';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/uptimeNo auth. 60-second cache.
Responses
Section titled “ Responses ”Uptime stats
Media type application/json