Fleet-wide uptime statistics for every monitored endpoint
Fleet-wide uptime statistics for every monitored endpoint: uptime percentage, average response time, and total check count over 1, 7 and 30 day windows (plus an optional custom window). Use it to get an at-a-glance reliability picture of a service fleet in one call.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1360 msmedian answer time
$0.002listed price per call
$0.002price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://uptime.cyberwarex.com/stats
| Category | Image and media |
|---|---|
| Provider host | uptime.cyberwarex.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 30 from 5 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.002 | 1360 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"window_days": 7
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"window_days": {
"description": "Optional extra aggregation window in days.",
"minimum": 1,
"type": "integer"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"stats": {
"description": "Per-window aggregates keyed '1d'/'7d'/'30d'.",
"type": "object"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}