SLA Uptime Calculator
SLA Uptime Calculator — The SLA Uptime Calculator API provides calculations fo
SLA Uptime Calculator exposes the SLA Uptime Calculator API provides calculations for expected downtime based on specified uptime percentages. It supports both simple and complex calculations, allowing users to input downtime durations and receive corresponding SLA uptime percentages. Additionally, it can calculate acceptable downtime for different days of the week. We verified a keyless GET endpoint returning JSON (Development). Check the provider docs for rate limits and terms before production use.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
GET https://get.uptime.is/api?%3Cstrong%3Esla=99.9%3C/strong%3E
{}curl "https://get.uptime.is/api?%3Cstrong%3Esla=99.9%3C/strong%3E"const res = await fetch("https://get.uptime.is/api?%3Cstrong%3Esla=99.9%3C/strong%3E");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://get.uptime.is/api?%3Cstrong%3Esla=99.9%3C/strong%3E")
print(res.json())/api?%3Cstrong%3Esla=99.9%3C/strong%3EPROBEDSLA Uptime Calculator — The SLA Uptime Calculator API provides calculations fo
/api?limit=5Api — documented GET route.
/api?page=1Api — documented GET route.
/api?down=%3Cstrong%3E1h20m%3C/strong%3EApi — documented GET route.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Not tracked yet. Shape-change history starts once this API joins our probe schedule.
SLA Uptime Calculator: common questions
Is SLA Uptime Calculator free to use?
Yes — SLA Uptime Calculator is a free developer tools API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.
Does SLA Uptime Calculator need an API key?
No — SLA Uptime Calculator needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).
Can I call SLA Uptime Calculator from the browser?
Yes — SLA Uptime Calculator returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.
Is SLA Uptime Calculator up right now?
SLA Uptime Calculator is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.