- API
- 鉴权
- 元数据
- 基本统计
- 封禁
- 下载器
- 推送渠道
- 通用
- 功能模块
- 警报
- 程序日志
- 统计图表(基础)
- PBH Plus
- Torrent
- 图表
- Peer
- 工具
- 下载器兼容层
查询指定 IP 的封禁记录
开发中
GET
http://127.0.0.1:9897/api/peer/{ip}/banHistory
最后修改时间:2024-08-23 19:34:00
责任人:未设置
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Path 参数
ip
string
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:9897/api/peer//banHistory'
返回响应
🟢200成功
application/json
Body
success
boolean
必需
message
null
必需
data
object
必需
page
integer
必需
size
integer
必需
total
integer
必需
results
array[object (BanLog) {15}]
必需
示例
{"success":true,"message":null,"data":{"page":1,"size":10,"total":5,"results":[{"banAt":1723631143263,"unbanAt":1723890343263,"peerIp":"112.45.16.217","peerPort":14010,"peerId":"","peerClientName":"","peerUploaded":0,"peerDownloaded":0,"peerProgress":0.0,"torrentInfoHash":"26fd49f0d15a00bc5451f649f984f8e7e697adea","torrentName":"The Fable - 14 「好きです兄さん!!」 (NTV 1920x1080 x264 AAC).mkv","torrentSize":592536756,"module":"com.ghostchu.peerbanhelper.module.impl.rule.IPBlackRuleList","rule":"all-in-one","description":"匹配 IP黑名单订阅 规则: all-in-one, IP 地址: 112.45.16.217","downloader":"myqb"},{"banAt":1723631143263,"unbanAt":1723890343263,"peerIp":"112.45.16.217","peerPort":14010,"peerId":"","peerClientName":"","peerUploaded":0,"peerDownloaded":0,"peerProgress":0.0,"torrentInfoHash":"26fd49f0d15a00bc5451f649f984f8e7e697adea","torrentName":"The Fable - 14 「好きです兄さん!!」 (NTV 1920x1080 x264 AAC).mkv","torrentSize":592536756,"module":"com.ghostchu.peerbanhelper.module.impl.rule.IPBlackRuleList","rule":"all-in-one","description":"匹配 IP黑名单订阅 规则: all-in-one, IP 地址: 112.45.16.217","downloader":"qqqqqqqbbbbbb"},{"banAt":1723082474793,"unbanAt":1723341674793,"peerIp":"112.45.16.217","peerPort":3597,"peerId":"","peerClientName":"","peerUploaded":0,"peerDownloaded":0,"peerProgress":0.0,"torrentInfoHash":"53e5fade8def25556fc23785b898bb464f9a72e8","torrentName":"[DBD-Raws][声优广播的幕前幕后][01-06TV][BOX1][1080P][BDRip][HEVC-10bit][FLAC][MKV]","torrentSize":3293662565,"module":"com.ghostchu.peerbanhelper.module.impl.rule.IPBlackRuleList","rule":"all-in-one","description":"匹配 IP黑名单订阅 规则: all-in-one, IP 地址: 112.45.16.217","downloader":"qqqqqqqbbbbbb"},{"banAt":1723082474793,"unbanAt":1723341674793,"peerIp":"112.45.16.217","peerPort":3597,"peerId":"","peerClientName":"","peerUploaded":0,"peerDownloaded":0,"peerProgress":0.0,"torrentInfoHash":"53e5fade8def25556fc23785b898bb464f9a72e8","torrentName":"[DBD-Raws][声优广播的幕前幕后][01-06TV][BOX1][1080P][BDRip][HEVC-10bit][FLAC][MKV]","torrentSize":3293662565,"module":"com.ghostchu.peerbanhelper.module.impl.rule.IPBlackRuleList","rule":"all-in-one","description":"匹配 IP黑名单订阅 规则: all-in-one, IP 地址: 112.45.16.217","downloader":"myqb"},{"banAt":1722768153481,"unbanAt":1723027353481,"peerIp":"112.45.16.217","peerPort":19296,"peerId":"","peerClientName":"","peerUploaded":0,"peerDownloaded":0,"peerProgress":0.0,"torrentInfoHash":"1ac5ef83d39ff229c7efaec852854ac6af34b5c9","torrentName":"[2024.07.07] TVアニメ「神之塔 -Tower of God- 王子の帰還」OPテーマ「RISE UP」/NiziU [FLAC 96kHz/24bit]","torrentSize":173478932,"module":"com.ghostchu.peerbanhelper.module.impl.rule.IPBlackRuleList","rule":"all-in-one","description":"匹配 IP黑名单订阅 规则: all-in-one, IP 地址: 112.45.16.217","downloader":"myqb"}]}}
🟠403未登录或Token错误
🟠429IP地址因频繁失败尝试而被封禁
🔴500内部服务器错误
🟠400通用参数错误
🔵303需要OOBE初始化