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/protection
Seed-protection statistics: blocked seeds, block windows, stopped view attempts and the 10 most recently ended windows. Seeds of a live window are never listed.
Responses
| Status | Body | When |
|---|---|---|
| 200 | {"seeds":13,"windows":165,"viewAttemptsBlocked":94,"recent":[{"seed":143600194,"at":"2026-09-16T05:51:19Z","endedAt":"2026-09-16T05:56:19Z","viewAttempts":0}]} | seeds and windows are cumulative; viewAttemptsBlocked counts map views stopped while a window was alive. recent lists ended windows only, newest first, up to 10. |
Response fields
| Field | Type | null | Description |
|---|---|---|---|
| seeds | integer | no | Distinct seeds that have ever been blocked. |
| windows | integer | no | Block windows opened so far. |
| viewAttemptsBlocked | integer | no | Map views refused while a window was open. |
| recent | array | no | Up to 10 ended windows, newest first, as {seed, at, endedAt, viewAttempts}. |
| recent[].seed | integer | no | The seed that was blocked. |
| recent[].at | string | no | When the window opened, ISO-8601 UTC. |
| recent[].endedAt | string | no | When it closed. |
| recent[].viewAttempts | integer | no | Views refused during that window. |
Example
curl https://slmaps.com/api/stats/protection -H "User-Agent: MyServer/1.0"
Response example
{
"seeds": 13,
"windows": 165,
"viewAttemptsBlocked": 94,
"recent": [
{
"seed": 143600194,
"at": "2026-09-16T05:51:19Z",
"endedAt": "2026-09-16T05:56:19Z",
"viewAttempts": 0
}
]
}What the viewer does
The seed of a live window is never published here or anywhere else. It appears in the list only after the window ended.
SLMAPS is the seed-map viewer for SCP: Secret Laboratory. These pages describe the public API of slmaps.com.slmaps.com ·