Global Info
General Stormworks information
Returns the total global Stormworks player count.
Authorizations
Responses
200
Global player count
application/json
401
Missing or invalid API key
application/json
get
/api/v1/swinfoGET /api/v1/swinfo HTTP/1.1
Host: trickys.gg
Accept: */*
{
"success": true,
"globalPlayerCount": 1420,
"TrickysAPIinfo": {
"APIversion": "v1.1.0"
}
}Was this helpful?