HomeGetting startedRegistering with an HTTP keyGetting a credential without DiscordServer claim flowReport rules and the block windowVersion check and 426Authentication and server keysThe blocking modelError handlingRate limitsVersions and compatibilityPOST /v1/servers/claimPOST /v1/servers/reportPOST /v1/servers/revokePOST /plugin/v1/claimPOST /plugin/v1/reportGET /plugin/v1/versionGET /maps/{seed}GET /jobs/{seed}GET /seedsGET /stats/overviewGET /stats/protectionAPI changelog
Read API
GET
/api/stats/overview
Public statistics summary. Counted regardless of blocking. Cached for 60 seconds.
Responses
| Status | Body | When |
|---|---|---|
| 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
| Field | Type | null | Description |
|---|---|---|---|
| seedsTracked | integer | no | Known seeds. |
| seedsDumped | integer | no | Seeds with a generated map. |
| seedsDetected | integer | no | Seeds Seed Sniffer has seen. |
| requestsTotal | integer | no | Total API requests so far. |
| detections | object | no | Recent detections as {"24h": n, "7d": n}. |
| uptimeSec | integer | no | Backend 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 ·