XentrDeveloper Docs
API ReferenceStats

Public platform stats for the marketing site

Returns aggregate counts (machines online, factories live, events per second over the last 60s) suitable for public display. No tenant-scoped data.

GET
/stats/public

Response Body

application/json

curl -X GET "https://api.xentr.ai/stats/public"
{
  "eventsPerSecond": 1247,
  "machinesOnline": 27,
  "factoriesLive": 4,
  "uptimePct": 99.9,
  "updatedAt": "2019-08-24T14:15:22Z"
}