趣码
  1. 统计
趣码
  • 使用前必读
  • 用户端
    • 短链
      • 保存普通链接
      • 保存渠道链接
      • 批量添加普通链接
      • 批量修改分组
      • 详情
      • 列表
      • 回收站列表
      • 移入回收站
      • 恢复
      • 彻底删除
      • 短链还原
    • 域名
      • 列表
    • 分组
      • 删除
      • 详情
      • 列表
      • 保存
    • 统计
      • 数据曲线
        POST
      • 访问记录
        POST
  1. 统计

数据曲线

POST
https://www.quma.cn/api/index/statistics/stats

请求参数

Header 参数

Body 参数application/json

示例
{
    "alias": "string",
    "created_at": [
        "string"
    ],
    "page": "1",
    "page_size": "20"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
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"
}'

返回响应

🟢200成功
application/json
A successful response.
Body

示例
{
    "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
        }
    ]
}
修改于 2025-08-30 05:35:25
上一页
保存
下一页
访问记录
Built with