{

  "__ok": "INFO: With this boolean you can quickly check if you can expect a response",
  "ok": true,
  "docs": "https://docs.simpleanalytics.com/api",

  "__info": "INFO: Disable these info fields by adding 'info=false' to the URL.",
  "info": true,
  "hostname": "simpleanalytics.com",
  "url": "http://simpleanalytics.com",

  "__path": "INFO: You can add a path to your domain (e.g. example.com/contact.json or via the pages param). counts are relative to only that path.",
  "path": "*",
  "start": "2026-03-11T23:00:00.000Z",
  "end": "2026-03-12T22:59:59.999Z",

  "__version": "INFO: API version. You are using the latest version. You can specify versions by adding 'version=6' to your URL (valid versions: 1, 2, 3, 4, 5, 6)",
  "version": 6,

  "__timezone": "INFO: You can change your timezone in your website settings",
  "timezone": "Europe/Amsterdam",

  "__events": "INFO: Total counts for events",
  "events": [
    {
      "name": "visit_pricing",
      "total": 108
    }
  ],

  "__generated_in_ms": "INFO: Time needed to generate this response on the server in milliseconds",
  "generated_in_ms": 315
}