Skip to main content
GET
/
metrics
curl -X GET https://scrape.st/metrics
{
  "window_hours": 24,
  "count": {
    "source": 15420,
    "internal": 15380
  },
  "source_latency_ms": {
    "p50": 450,
    "p95": 1200,
    "p99": 2500
  },
  "internal_latency_ms": {
    "p50": 120,
    "p95": 350,
    "p99": 800
  }
}
Get aggregated latency metrics across all sources.

Response

window_hours
number
Time window in hours (24)
count
object
Number of data points for source and internal metrics
source_latency_ms
object
Latency from source to Scrapest (P50, P95, P99)
internal_latency_ms
object
Internal processing latency (P50, P95, P99)
curl -X GET https://scrape.st/metrics
{
  "window_hours": 24,
  "count": {
    "source": 15420,
    "internal": 15380
  },
  "source_latency_ms": {
    "p50": 450,
    "p95": 1200,
    "p99": 2500
  },
  "internal_latency_ms": {
    "p50": 120,
    "p95": 350,
    "p99": 800
  }
}