Read site visitor counter stats

​

Live visitor count plus all-time total. 503 when the DB binding is not configured.

Responses

  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/api/visits/stats
curl https://api.musebook.trade/api/visits/stats
{
  "ok": true,
  "live": 1,
  "total": 1,
  "updated_at": "string",
  "additionalProperty": "anything"
}