Global Info

General Stormworks information

Global player count

get

Returns the total global Stormworks player count.

Authorizations
Responses
200

Global player count

application/json
get
/api/v1/swinfo
GET /api/v1/swinfo HTTP/1.1
Host: trickys.gg
Accept: */*
{
  "success": true,
  "globalPlayerCount": 1420,
  "TrickysAPIinfo": {
    "APIversion": "v1.1.0"
  }
}

Was this helpful?