Pirsch · Schema
VisitorStats
Visitor statistics for a single time bucket (day, week, month, or year)
AnalyticsWeb AnalyticsPrivacyGDPRCookie-FreePage ViewsSessionsEventConversion GoalsFunnelsTraffic Sources
Properties
| Name | Type | Description |
|---|---|---|
| day | string | Start of day (when scale=day) |
| week | string | Start of week (when scale=week) |
| month | string | Start of month (when scale=month) |
| year | string | Start of year (when scale=year) |
| visitors | integer | Number of unique visitors |
| views | integer | Number of page views |
| sessions | integer | Number of sessions |
| bounces | integer | Number of bounced sessions |
| bounce_rate | number | Bounce rate as a decimal between 0 and 1 |
| cr | number | Conversion rate as a decimal |
| custom_metric_avg | number | Average value of the custom metric |
| custom_metric_total | number | Total value of the custom metric |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/pirsch/main/json-schema/pirsch-visitor-stats.json",
"title": "VisitorStats",
"description": "Visitor statistics for a single time bucket (day, week, month, or year)",
"type": "object",
"properties": {
"day": {
"type": "string",
"format": "date-time",
"description": "Start of day (when scale=day)"
},
"week": {
"type": "string",
"format": "date-time",
"description": "Start of week (when scale=week)"
},
"month": {
"type": "string",
"format": "date-time",
"description": "Start of month (when scale=month)"
},
"year": {
"type": "string",
"format": "date-time",
"description": "Start of year (when scale=year)"
},
"visitors": {
"type": "integer",
"description": "Number of unique visitors"
},
"views": {
"type": "integer",
"description": "Number of page views"
},
"sessions": {
"type": "integer",
"description": "Number of sessions"
},
"bounces": {
"type": "integer",
"description": "Number of bounced sessions"
},
"bounce_rate": {
"type": "number",
"format": "float",
"minimum": 0,
"maximum": 1,
"description": "Bounce rate as a decimal between 0 and 1"
},
"cr": {
"type": "number",
"format": "float",
"description": "Conversion rate as a decimal"
},
"custom_metric_avg": {
"type": "number",
"format": "float",
"description": "Average value of the custom metric"
},
"custom_metric_total": {
"type": "number",
"format": "float",
"description": "Total value of the custom metric"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/pirsch-visitor-stats"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.