规则计数器
GET
/api/statistic/rules请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
必需
message
null
必需
data
object
必需
data
array [object {4}]
必需
dict
object
必需
示例
成功示例
{
"success": true,
"message": null,
"data": {
"data": [
{
"type": "子串匹配",
"hit": 0,
"query": 22,
"metadata": {
"rule": "anacrolix/torrent"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 20,
"metadata": {
"rule": "hp/torrent"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 17,
"metadata": {
"rule": "-gt0002"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 61,
"metadata": {
"rule": "-xl"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 22,
"metadata": {
"rule": "-xf"
}
},
{
"type": "子串匹配",
"hit": 0,
"query": 22,
"metadata": {
"rule": "torrentstorm"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 21,
"metadata": {
"rule": "dt "
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 22,
"metadata": {
"rule": "-tt"
}
},
{
"type": "子串匹配",
"hit": 0,
"query": 22,
"metadata": {
"rule": "flashget"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 22,
"metadata": {
"rule": "go.torrent"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 22,
"metadata": {
"rule": "xfplay"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 22,
"metadata": {
"rule": "github.com/thank423/trafficconsume"
}
},
{
"type": "订阅规则: all-in-one",
"hit": 0,
"query": 60,
"metadata": {
"rule": "all-in-one",
"id": "all-in-one"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 20,
"metadata": {
"rule": "-bn"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 22,
"metadata": {
"rule": "xm "
}
},
{
"type": "子串匹配",
"hit": 0,
"query": 22,
"metadata": {
"rule": "stellarplayer"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 22,
"metadata": {
"rule": "ޭ__"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 43,
"metadata": {
"rule": "taipei-torrent"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 20,
"metadata": {
"rule": "-gt0003"
}
},
{
"type": "子串匹配",
"hit": 0,
"query": 22,
"metadata": {
"rule": "qqdownload"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 19,
"metadata": {
"rule": "-xm"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 21,
"metadata": {
"rule": "-dl"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 21,
"metadata": {
"rule": "-qd"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 21,
"metadata": {
"rule": "-ts"
}
},
{
"type": "子串匹配",
"hit": 0,
"query": 20,
"metadata": {
"rule": "cacao"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 17,
"metadata": {
"rule": "dt/torrent"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 16,
"metadata": {
"rule": "-sd"
}
},
{
"type": "子串匹配",
"hit": 0,
"query": 18,
"metadata": {
"rule": "xunlei"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 22,
"metadata": {
"rule": "-fg"
}
},
{
"type": "子串匹配",
"hit": 0,
"query": 22,
"metadata": {
"rule": "tudou"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 21,
"metadata": {
"rule": "xm/torrent"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 20,
"metadata": {
"rule": "-dt"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 21,
"metadata": {
"rule": "hp "
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 22,
"metadata": {
"rule": "ljyun.cn/hangzhou/monitoring"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 17,
"metadata": {
"rule": "-hp"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 22,
"metadata": {
"rule": "qbittorrent/3.3.15"
}
},
{
"type": "匹配开头",
"hit": 0,
"query": 22,
"metadata": {
"rule": "-nx"
}
},
{
"type": "子串匹配",
"hit": 0,
"query": 22,
"metadata": {
"rule": "sp "
}
}
],
"dict": {
"子串匹配": "子串匹配",
"匹配开头": "匹配开头",
"订阅规则: all-in-one": "订阅规则: all-in-one"
}
}
}
最后修改时间: 3 个月前