RSS订阅解析
解析 RSS/Atom 订阅并返回标准化文章列表
https://api.hk0.cc/api/rsshttps://api.hk0.cc/api/rss?url=https%3A%2F%2Fexample.com%2Ffeed.xml&limit=20请求参数
接口指标
QPS 上限
0次/秒
平均响应时间
1059.88ms
今日调用量
0次
累计调用量
8次
请求示例
Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.hk0.cc/api/rss?url=string&limit=int'返回示例
{
"code": 200,
"msg": "success",
"data": {
"title": "示例订阅",
"count": 1,
"items": [
{
"title": "文章标题",
"link": "https://example.com/post"
}
]
}
}