{
"alias": "string",
"created_at": [
"string"
],
"page": "1",
"page_size": "20"
}
curl --location --request POST 'https://www.quma.cn/api/index/statistics/stats' \
--header 'AppId;' \
--header 'AppSecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"alias": "string",
"created_at": [
"string"
],
"page": "1",
"page_size": "20"
}'
{
"stats": [
{
"pv": 0,
"uv": 0,
"uip": 0,
"label": "string"
}
],
"stats_browser": [
{
"browser": "string",
"count": 0,
"ratio": 0
}
],
"stats_device": [
{
"device": "string",
"count": 0,
"ratio": 0
}
],
"stats_hour": [
{
"hour": 0,
"count": 0
}
],
"stats_week": [
{
"week": 0,
"count": 0
}
],
"stats_ip": [
{
"ip": "string",
"count": 0
}
],
"stats_os": [
{
"os": "string",
"count": 0,
"ratio": 0
}
],
"stats_referer": [
{
"referer": "string",
"count": 0
}
],
"stats_region": [
{
"province": "string",
"count": 0,
"ratio": 0
}
]
}