GET
/
v2
/
service
/
statistics
curl --request GET \
  --url https://api.squarecloud.app/v2/service/statistics
{
  "status": "success",
  "response": {
    "worker": 909559,
    "statistics": {
      "users": 30207,
      "apps": 4622,
      "websites": 190,
      "ping": 26,
      "time": 1688581934112
    }
  }
}

Response

status
string

Indicates whether the call was successful. “success” if successful, “error” if not.

response
object

The contents of the response.