# Global Info

General Stormworks information

## Global player count

> Returns the total global Stormworks player count.

```json
{"openapi":"3.0.3","info":{"title":"Tricky's API","version":"1.0.0"},"tags":[{"name":"Global Info","description":"General Stormworks information"}],"servers":[{"url":"https://trickys.gg"}],"security":[{"ApiKeyQuery":[]},{"ApiKeyHeader":[]}],"components":{"securitySchemes":{"ApiKeyQuery":{"type":"apiKey","in":"query","name":"apikey"},"ApiKeyHeader":{"type":"apiKey","in":"header","name":"X-API-KEY"}},"schemas":{"ErrorResponse":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"},"TrickysAPIinfo":{"type":"object","properties":{"APIversion":{"type":"string"}}}}}}},"paths":{"/api/v1/swinfo":{"get":{"tags":["Global Info"],"summary":"Global player count","description":"Returns the total global Stormworks player count.","responses":{"200":{"description":"Global player count","content":{"application/json":{}}},"401":{"description":"Missing or invalid API key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```
