Headline analytics for every game the authenticated caller owns. Powers the multi-game dashboard overview. Fractional metrics use `unknown` because atproto lexicons have no float type.
Parameters
Output
application/jsongames
array
Required
No description available.
range
string
Required
No description available.
7d, 30d, 90dTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"range",
"games"
],
"properties": {
"games": {
"type": "array",
"items": {
"ref": "#gameSummary",
"type": "ref"
}
},
"range": {
"type": "string",
"knownValues": [
"7d",
"30d",
"90d"
]
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"range": {
"type": "string",
"default": "30d",
"description": "Reporting window ending today (UTC).",
"knownValues": [
"7d",
"30d",
"90d"
]
}
}
},
"description": "Headline analytics for every game the authenticated caller owns. Powers the multi-game dashboard overview. Fractional metrics use `unknown` because atproto lexicons have no float type."
}