Logo
Api

Public Stats

Retrieve global platform statistics

GET
/api/public/stats

Response Body

curl -X GET "https://ziit.app/api/public/stats"
{
  "totalUsers": 1500,
  "totalHeartbeats": 5000000,
  "totalHours": 25000,
  "topEditor": "vscode",
  "topLanguage": "javascript",
  "topOS": "macos",
  "lastUpdated": "2019-08-24T14:15:22Z",
  "source": "mixed"
}
Empty