恰饭广告 感谢支持
立即入驻

API介绍

Hacker News 热榜 API

接口地址:https://www.vxras.com/api/v1/hn

请求方式:GET/POST

参数名类型必填位置默认值示例说明
typestring自动top支持top、best、new
limitstring自动10默认10(1-50)

返回字段

字段名类型说明

返回示例

{
  "code": 200,
  "message": "success",
  "data": {
    "count": 8,
    "items": [
      {
        "id": 45937989,
        "title": "Linux on the Fujitsu Lifebook U729",
        "url": "https://borretti.me/article/linux-on-the-fujitsu-lifebook-u729",
        "score": 64,
        "by": "ibobev",
        "time": 1763219960,
        "type": "story",
        "descendants": 43
      },
      {
        "id": 45936460,
        "title": "Our investigation into the suspicious pressure on Archive.today",
        "url": "https://adguard-dns.io/en/blog/archive-today-adguard-dns-block-demand.html",
        "score": 576,
        "by": "immibis",
        "time": 1763202652,
        "type": "story",
        "descendants": 189
      },
      {
        "id": 45938027,
        "title": "Weighting an average to minimize variance",
        "url": "https://www.johndcook.com/blog/2025/11/12/minimum-variance/",
        "score": 16,
        "by": "ibobev",
        "time": 1763220308,
        "type": "story",
        "descendants": 3
      },
      {
        "id": 45872519,
        "title": "The Nature of the Beast: Charles Le Brun's Human-Animal Hybrids (1806)",
        "url": "https://publicdomainreview.org/collection/le-brun-human-animal-hybrids/",
        "score": 28,
        "by": "Petiver",
        "time": 1762750019,
        "type": "story",
        "descendants": 3
      },
      {
        "id": 45938785,
        "title": "Trellis AI (YC W24) Is Hiring: Streamline access to life-saving therapies",
        "url": "https://www.ycombinator.com/companies/trellis-ai/jobs/f4GWvH0-forward-deployed-engineer-full-time",
        "score": 1,
        "by": "macklinkachorn",
        "time": 1763226038,
        "type": "job",
        "descendants": 0
      },
      {
        "id": 45930151,
        "title": "AI World Clocks",
        "url": "https://clocks.brianmoore.com/",
        "score": 1210,
        "by": "waxpancake",
        "time": 1763145322,
        "type": "story",
        "descendants": 342
      },
      {
        "id": 45938698,
        "title": "The Mighty Simplex (2023)",
        "url": "https://galileo-unbound.blog/2023/05/03/the-mighty-simplex/",
        "score": 6,
        "by": "just_human",
        "time": 1763225389,
        "type": "story",
        "descendants": 0
      },
      {
        "id": 45936262,
        "title": "One Handed Keyboard",
        "url": "https://github.com/htx-studio/One-Handed-Keyboard",
        "score": 85,
        "by": "doppp",
        "time": 1763199855,
        "type": "story",
        "descendants": 70
      }
    ]
  }
}
响应码说明
data.count数量
data.items获取到的信息列表
data.items.idID
data.items.title标题
data.items.url地址
data.items.score评分
data.items.by作者
data.items.time时间戳
type类型
响应码说明
500缺少必要参数/服务器错误
评论 抢沙发

请登录后发表评论

    暂无评论内容