14.2.7
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.

no authcache 60 ssince v1
Responses
StatusBodyWhen
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
FieldTypenullDescription
seedsintegernoDistinct seeds that have ever been blocked.
windowsintegernoBlock windows opened so far.
viewAttemptsBlockedintegernoMap views refused while a window was open.
recentarraynoUp to 10 ended windows, newest first, as {seed, at, endedAt, viewAttempts}.
recent[].seedintegernoThe seed that was blocked.
recent[].atstringnoWhen the window opened, ISO-8601 UTC.
recent[].endedAtstringnoWhen it closed.
recent[].viewAttemptsintegernoViews 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 ·