btw, here's an except of the source JSON I'm referring to. I have a cron job that 2x an hour updates this file.
{
  "1600633978809":{
    "date":1600633978809,
    "messageCount":2903,
    "currentClients":725,
    "clientSessions":7,
    "highestSessionID":732,
    "uniqueUsers":722,
    "spotters":2,
    "spotsServed":0,
    "sourcePrograms":{
      "App1":731,
      "App2":1
    },
    "errors":{
      "socketError":0,
      "socketLimitMet":0,
      "jsonMessagesLimit":8,
      "spamEvents":0,
      "jsonMessageLimit":0
    }
  },
  "1600635748809":{
    "date":1600635748809,
    "messageCount":4413,
    "currentClients":752,
    "clientSessions":158,
    "highestSessionID":917,
    "uniqueUsers":849,
    "spotters":1,
    "spotsServed":0,
    "sourcePrograms":{
      "App1":713,
      "App2":44
    },
    "errors":{
      "socketError":4,
      "socketLimitMet":0,
      "jsonMessagesLimit":5,
      "spamEvents":0,
      "jsonMessageLimit":0
    }
  },
.....