APIzone API
The same data behind this site, as JSON. Free, no API key, rate-limited to 60 requests per minute per IP. Responses are cached for 60 seconds.
All services
GET https://apizone.io/api/v1/statusReturns every monitored service with its current status (operational, degraded, down, or unknown) and last measured latency.
{
"updatedAt": "2026-08-17T21:00:00.000Z",
"count": 154,
"services": [
{
"slug": "stripe",
"name": "Stripe",
"category": "payments",
"status": "operational",
"lastCheckAt": "2026-08-17T20:58:12.000Z",
"lastLatencyMs": 27,
"url": "https://apizone.io/status/stripe"
}
]
}One service
GET https://apizone.io/api/v1/status/stripeAdds the last 24 hours of raw checks (checks24h), 90 days of daily uptime (uptime90d), and recent incidents.
Fair use
Poll at most once per minute — data updates every 5 minutes. Attribution with a link to apizone.io is appreciated. For higher limits, get in touch.