软天空社区API

GET

软天空社区/软件源中转(板块/帖子/搜索/软件源)

https://api.hk0.cc/api/rtk
https://api.hk0.cc/api/rtk?action=categories

请求参数

接口指标

QPS 上限
0次/秒
平均响应时间
211ms
今日调用量
0
累计调用量
12

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.hk0.cc/api/rtk?action=string&mid=int&page=int&pid=int&keyword=string&games_type=int&model=string&game_id=int'

返回示例

{
  "code": 200,
  "success": true,
  "data": [
    {
      "id": "14",
      "name": "视频分享",
      "type": "2",
      "tag": "live",
      "postsNum": "159945"
    }
  ]
}