14.2.7
Read API
GET

/api/stats/overview

Public statistics summary. Counted regardless of blocking. Cached for 60 seconds.

no authcache 60 ssince v1
Responses
StatusBodyWhen
200{"seedsTracked":36252,"seedsDumped":36100,"seedsDetected":12034,"requestsTotal":340000,"detections":{"24h":120,"7d":900},"uptimeSec":86400}seedsTracked is the number of known seeds, seedsDumped how many have a map, seedsDetected how many Seed Sniffer has seen. detections are recent detection counts and uptimeSec the backend uptime.
Response fields
FieldTypenullDescription
seedsTrackedintegernoKnown seeds.
seedsDumpedintegernoSeeds with a generated map.
seedsDetectedintegernoSeeds Seed Sniffer has seen.
requestsTotalintegernoTotal API requests so far.
detectionsobjectnoRecent detections as {"24h": n, "7d": n}.
uptimeSecintegernoBackend uptime in seconds. Restarts from 0 on redeploy.
Example
curl https://slmaps.com/api/stats/overview -H "User-Agent: MyServer/1.0"
Response example
{
  "seedsTracked": 36252,
  "seedsDumped": 36100,
  "seedsDetected": 12034,
  "requestsTotal": 340000,
  "detections": {
    "24h": 120,
    "7d": 900
  },
  "uptimeSec": 86400
}

What the viewer does

The slmaps.com stats page renders these values as they are.

SLMAPS is the seed-map viewer for SCP: Secret Laboratory. These pages describe the public API of slmaps.com.slmaps.com ·