面板信息
GET
http://cf-v2.uapis.cn/panelinfo
请求参数
无
示例代码
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://cf-v2.uapis.cn/panelinfo?members&reference&Type&_postman_listIndexKey=key&_postman_listAllowsMultipleValues'
返回响应
🟢200获取成功
application/json
Body
msg
string
返回说明
code
integer
状态码
data
object
返回数据
tunnel_amount
integer
总隧道数
node_amount
integer
总节点数
user_amount
integer
总用户数
friend_links
object | null
所有友情链接
state
string
状态
示例
{
"msg": "获取成功",
"code": 200,
"data": {
"tunnel_amount": 12994,
"friend_links": [
{
"name": "System爱好者-形象站",
"description": null,
"url": "https://ahzsys.cn"
},
{
"name": "黑软小栈",
"description": null,
"url": "https://www.ixmu.net/"
},
{
"name": "FENGIDC",
"description": null,
"url": "https://www.fengidc.cn"
},
{
"name": "云竹二级域名",
"description": null,
"url": "https://dom.cloudery.cn/"
}
],
"node_amount": 29,
"user_amount": 12545
},
"state": "success"
}
修改于 2024-08-06 05:18:15