Lemmy关键词搜索 API

POST

接口健康状态

24h 健康值
正常
24h 平均耗时
—
最近检查时间
2026年9月27日 02:04(北京时间)
  • 健康 / 正常
  • 可用
  • 少量可用
  • 基本不可用
健康 API正常
健康值怎么算
  • 健康值 = 返回了数据的调用占比(百分比)。空结果、失败和结果未知都不算返回数据。
  • 档位:≥90% 健康、≥70% 可用、≥40% 少量可用,更低是基本不可用。
  • 一个时段(24 小时、每小时、每天)调用满 50 次才计算健康值;不足的时段显示为正常——少量调用里的偶发失败不代表接口不可用。
  • 调用包括客户的真实调用和我们每天的探测调用;请求本身的错误(参数不对、余额不足)不计入。
  • 平均耗时只算正常返回的调用:同步取响应时间,异步取受理到完成。
逐时段数据
时间(北京时间)状态健康值平均耗时
2026-09-27 02:00 - 02:59正常——
2026-09-27 01:00 - 01:59正常——
2026-09-27 00:00 - 00:59正常——
2026-09-26 23:00 - 23:59正常——
2026-09-26 22:00 - 22:59正常——
2026-09-26 21:00 - 21:59正常——
2026-09-26 20:00 - 20:59正常——
2026-09-26 19:00 - 19:59正常——
2026-09-26 18:00 - 18:59正常——
2026-09-26 17:00 - 17:59正常——
2026-09-26 16:00 - 16:59正常——
2026-09-26 15:00 - 15:59正常——
2026-09-26 14:00 - 14:59正常——
2026-09-26 13:00 - 13:59正常——
2026-09-26 12:00 - 12:59正常——
2026-09-26 11:00 - 11:59正常——
2026-09-26 10:00 - 10:59正常——
2026-09-26 09:00 - 09:59正常——
2026-09-26 08:00 - 08:59正常——
2026-09-26 07:00 - 07:59正常——
2026-09-26 06:00 - 06:59正常——
2026-09-26 05:00 - 05:59正常——
2026-09-26 04:00 - 04:59正常——
2026-09-26 03:00 - 03:59正常——
2026-09-26正常——
2026-09-25正常——
2026-09-24正常——
2026-09-23正常——
2026-09-22正常——
2026-09-21正常——
2026-09-20正常——
2026-09-19正常——
2026-09-18正常——
2026-09-17正常——
2026-09-16正常——
2026-09-15正常——
2026-09-14正常——
2026-09-13正常——
2026-09-12正常——
2026-09-11正常——
2026-09-10正常——
2026-09-09正常——
2026-09-08正常——
2026-09-07正常——
2026-09-06正常——
2026-09-05正常——
2026-09-04正常——
2026-09-03正常——
2026-09-02正常——
2026-09-01正常——
2026-08-31正常——
2026-08-30正常——
2026-08-29正常——
2026-08-28正常——

关键词搜索:返回列表,默认 20 条、单次最多 200 条;主要字段 id、title、body、url、external_url、community。

单价 $1.39 / 千次(每次 $0.001389),失败与空结果不扣费。 同步返回;慢任务可在请求体加 "mode": "async",先拿 job_id 再轮询。

请求参数

参数名位置类型必填默认值说明
Authorizationheaderstring是-Bearer 加你的 API Key。在控制台创建;不要放进网址或代码仓库。
platformbodystring是lemmy平台标识,固定值。
actionbodystring是search能力标识,固定值。
keywordbody.params未声明是-Lemmy 帖子搜索词,在 instance 指定实例上执行;不是对全部联邦实例进行完整搜索的保证。
instancebody.params未声明否-Lemmy 实例域名,例如 lemmy.world,默认 lemmy.world;可以传带协议的实例 URL,最终只保留主机名。它指定查询入口,不是社区名称。
sortbody.paramsenum否-帖子排序:hot 热门、active 活跃、new 新帖、top 高分、most_comments 评论最多、new_comments 新评论活动。search/community 默认 hot,feed 默认 active,comments 默认 most_comments。允许值activehotmost_commentsnewnew_commentstop
top_rangebody.paramsenum否-只在 sort=top 时生效的积分时间窗:hour 1 小时、sixhour 6 小时、twelvehour 12 小时、day 1 天、week 1 周(默认)、month 1 月、threemonths 3 月、sixmonths 6 月、ninemonths 9 月、year 1 年、all 全部。不是评论发布时间过滤。允许值alldayhourmonthninemonthssixhoursixmonthsthreemonthstwelvehourweekyear
limitbody.paramsinteger (1–200)否20

代码示例

bash
curl -X POST 'https://api.everyinfra.com/api/v1/social' \
  -H "Authorization: Bearer $EVERYINFRA_API_KEY" \
  -H 'Content-Type: application/json' \
  --data-raw '{
  "platform": "lemmy",
  "action": "search",
  "params": {
    "keyword": "self hosting"
  }
}'

[OpenAPI 定义 (JSON)]示例从环境变量 EVERYINFRA_API_KEY 读取 Key,复制出去的代码不含你的 Key。

检索指定实例上的公开内容,不代表联邦全网结果完整。

响应示例

真实返回样例

2026年9月26日 16:56(北京时间)用上方代码示例的参数真实调用所得。results 与 count 是那次的真实返回,已隐去名字、账号、头像、主页链接、联系方式等个人信息,列表只保留前 2 条;id、billing、quota 每次调用都不同,只给结构。

json
{
  "id": "req_…",
  "platform": "lemmy",
  "action": "search",
  "results": [
    {
      "id": "81293",
      "title": "'Every Taxpayer... Should Be Outraged': Anger Spreads Over 'Illegal' US-Funded Pro-Trump Ad",
      "body": "![](https://www.commondreams.org/media-library/a-screenshot-of-trump-s-love-me-ad-shows-him-standing-before-hundreds-of-troops-in-a-red-maga-hat.png?id=67857926&width=1200&height=400&coordinates=0%2C148%2C0%2C235)  \n  \n\nOutrage mounted Friday over a taxpayer-funded television adv…",
      "url": "https://news.abolish.capital/post/81293",
      "external_url": "https://www.commondreams.org/news/trump-taxpayer-funded-propaganda",
      "community": "pravda_news",
      "community_url": "https://news.abolish.capital/c/pravda_news",
      "instance": "lemmy.world",
      "author_username": "(已隐去)",
      "author_url": "https://news.abolish.capital/(已隐去)",
      "score": 23,
      "upvote_count": 23,
      "downvote_count": 0,
      "comment_count": 0,
      "thumbnail_url": "https://lemmy.world/pictrs/image/5f73fc38-2c80-456a-984b-ea8f0f1c03a5.png",
      "embed_title": "'Every Taxpayer... Should Be Outraged': Anger Spreads Over 'Illegal' US-Funded Pro-Trump Ad | Common Dreams",
      "is_nsfw": false,
      "is_locked": false,
      "is_featured": false,
      "posted_at": "2026-09-25T19:21:32.337190+00:00",
      "platform": "lemmy"
    },
    {
      "id": "45972083",
      "title": "Thoughts on Vikunja and the tension between self-hosting, ownership, and corporate branding",
      "body": "cross-posted from:  https://discuss.online/post/45939555\n\n> See [my post on their forum](https://community.vikunja.io/t/the-tension-between-self-hosting-ownership-and-corporate-branding/5110/1), which I hope is well received.",
      "url": "https://discuss.online/post/45972083",
      "external_url": "https://community.vikunja.io/t/the-tension-between-self-hosting-ownership-and-corporate-branding/5110/1",
      "community": "selfhosted",
      "community_url": "https://lemmy.world/c/selfhosted",
      "instance": "lemmy.world",
      "author_username": "(已隐去)",
      "author_url": "https://discuss.online/(已隐去)",
      "score": 9,
      "upvote_count": 12,
      "downvote_count": 3,
      "comment_count": 3,
      "thumbnail_url": "https://lemmy.world/pictrs/image/3c6d53ab-8c3b-4818-8d02-4f7b70943fed.png",
      "embed_title": "The Tension Between Self-Hosting, Ownership, and Corporate Branding",
      "is_nsfw": false,
      "is_locked": false,
      "is_featured": false,
      "posted_at": "2026-09-25T17:05:38.204140+00:00",
      "platform": "lemmy"
    }
  ],
  "count": 20,
  "billing": { … },
  "quota": { … }
}

返回字段

业务数据在 results 里;下表是每条记录可能包含的字段,上游没有提供的值不会被补造。

字段含义
id该记录在原平台上的唯一标识。仅在同一平台内唯一,跨平台可能重复。
title标题。平台无标题概念时(如纯文本帖)为 null。
body本平台特有正文。
url该记录在原平台上的可访问链接。
external_url本平台特有帖子指向的外部链接。
community本平台特有社区名。
community_url本平台特有社区链接。
instance本平台特有所在实例(服务器)。Lemmy 是联邦宇宙社区,同名社区可存在于不同实例。
author_username作者用户名(@handle),通常可用于拼 URL。
author_url作者在原平台的主页链接。
score本平台特有净得分(顶减踩)。
upvote_count本平台特有顶数。
downvote_count本平台特有踩数。
comment_count评论数。null 表示不公开,不等于 0。
thumbnail_url缩略图链接,分辨率低于 image_url。
embed_title本平台特有外链的标题。
is_nsfw本平台特有是否为成人内容。
is_locked本平台特有是否锁定(禁止新评论)。
is_featured本平台特有是否为置顶精选。
posted_at发布时间,ISO 8601 格式、UTC 时区(如 2026-08-07T12:34:56+00:00)。平台只给非标准字符串时原样透传,解析前建议做容错。null 表示平台未公开。
updated_at本平台特有编辑时间。
platform数据来源平台标识,与请求里的 platform 一致(如 xiaohongshu、tiktok)。

错误与计费

401
缺少 Key 或 Key 无效。先鉴权再校验参数,未鉴权的请求拿不到参数结构。
422
参数名或取值不对。错误信息会列出这项能力支持的参数、允许值和最接近的候选,按它改即可;发生在扣费之前。
402
余额不足,请先充值。
429
超过每分钟请求上限,按 Retry-After 等待后再试。
503
暂时无法完成。已预扣的费用按原账本退回;响应里的 billing 与 refund 写明实际结果,结果未知时会明确标出,不要直接重发。
200 空结果
请求完成但没有数据,不扣费(billing.reason = empty_result_refunded)。