Base URL
所有聚合 API 的基础请求地址:所有接口均支持通过
encoding 参数指定返回格式:json(默认)、text(纯文本)、markdown(AI 友好)。调用示例
🕘 周期资讯
每天 60 秒读懂世界
每天 60 秒读懂世界
GET /v2/apis/60s| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
date | string | 否 | 指定日期,格式如 2025-03-01 |
encoding | string | 否 | 返回格式:text / json / markdown / image / image-proxy |
force-update | boolean | 否 | 强制刷新数据源缓存 |
AI 资讯快报
AI 资讯快报
GET /v2/apis/ai-news| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
date | string | 否 | 新闻日期,格式如 2025-11-11 |
all | string | 否 | 设为 1 拉取全部日期数据 |
encoding | string | 否 | 返回格式:text / json / markdown |
必应每日壁纸
必应每日壁纸
GET /v2/apis/bing| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / image / markdown |
当日货币汇率
当日货币汇率
GET /v2/apis/exchange-rate| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
currency | string | 否 | 基准货币,默认 CNY |
encoding | string | 否 | 返回格式:text / json / markdown |
历史上的今天
历史上的今天
GET /v2/apis/today-in-history| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
date | string | 否 | 指定日期,格式 YYYY-MM-DD |
encoding | string | 否 | 返回格式:text / json / markdown |
Epic Games 每周免费游戏
Epic Games 每周免费游戏
GET /v2/apis/epic| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
🍱 实用功能
实时天气
实时天气
GET /v2/apis/weather| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
query | string | 否 | 查询地区名称 |
encoding | string | 否 | 返回格式:text / json / markdown |
天气预报
天气预报
GET /v2/apis/weather/forecast| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
query | string | 否 | 查询地区名称 |
days | integer | 否 | 预报天数,最大 8 天 |
encoding | string | 否 | 返回格式:text / json / markdown |
摸鱼日报
摸鱼日报
GET /v2/apis/moyu| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
歌词搜索
歌词搜索
GET /v2/apis/lyric| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
query | string | 是 | 歌曲名称 |
clean | boolean | 否 | 是否隐藏附加信息 |
encoding | string | 否 | 返回格式:text / json / markdown |
在线翻译(支持 109 种语言)
在线翻译(支持 109 种语言)
GET /v2/apis/fanyi| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
text | string | 是 | 源文本 |
from | string | 否 | 源语言,默认 auto |
to | string | 否 | 目标语言,默认 auto |
encoding | string | 否 | 返回格式:text / json / markdown |
GET /v2/apis/fanyi/langs百度百科词条
百度百科词条
GET /v2/apis/baike| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
word | string | 是 | 词条名称 |
encoding | string | 否 | 返回格式 |
Whois 查询
Whois 查询
GET /v2/apis/whois| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
domain | string | 是 | 查询域名 |
encoding | string | 否 | 返回格式:text / json / markdown |
生成二维码
生成二维码
GET /v2/apis/qrcode| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
text | string | 否 | URL 或文本内容 |
size | integer | 否 | 尺寸,默认 256 |
level | string | 否 | 容错等级:L / M / Q / H,默认 M |
encoding | string | 否 | 返回格式 |
公网 IP 地址
公网 IP 地址
GET /v2/apis/ip| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
链接 OG 信息
链接 OG 信息
GET /v2/apis/og| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
url | string | 是 | 目标链接 |
哈希/解压/压缩
哈希/解压/压缩
GET /v2/apis/hash| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
content | string | 是 | 待处理的文本内容 |
身体健康分析
身体健康分析
GET /v2/apis/health| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
height | integer | 是 | 身高(cm) |
weight | integer | 是 | 体重(kg) |
age | integer | 是 | 年龄 |
gender | string | 是 | 性别:male / female |
encoding | string | 否 | 返回格式:text / json / markdown |
密码生成器
密码生成器
GET /v2/apis/password| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
length | integer | 否 | 密码长度 |
numbers | string | 否 | 是否包含数字 |
uppercase | string | 否 | 是否包含大写字母 |
lowercase | string | 否 | 是否包含小写字母 |
symbols | string | 否 | 是否包含特殊字符 |
exclude_similar | string | 否 | 排除相似字符 |
exclude_ambiguous | string | 否 | 排除模糊字符 |
encoding | string | 否 | 返回格式 |
密码强度检测
密码强度检测
GET /v2/apis/password/check| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
password | string | 是 | 待检测密码 |
encoding | string | 否 | 返回格式:text / json / markdown |
随机颜色/颜色转换
随机颜色/颜色转换
GET /v2/apis/color/random| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
color | string | 否 | 指定颜色值,如 #33AAFF |
encoding | string | 否 | 返回格式:text / json / html / markdown |
配色方案/色彩搭配
配色方案/色彩搭配
GET /v2/apis/color/palette| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
color | string | 否 | 基础颜色值,如 #33AAFF |
encoding | string | 否 | 返回格式:text / json / html / markdown |
黄金价格
黄金价格
GET /v2/apis/gold-price| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
汽油价格
汽油价格
GET /v2/apis/fuel-price| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
region | string | 否 | 查询地区 |
encoding | string | 否 | 返回格式:text / json / markdown |
奥运奖牌榜
奥运奖牌榜
GET /v2/apis/olympics| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
id | string | 否 | 奥运赛事 ID,默认当前最新赛事 |
encoding | string | 否 | 返回格式:text / json / markdown |
农历信息(开发中)
农历信息(开发中)
GET /v2/apis/lunar🔥 热门榜单
抖音热搜
抖音热搜
GET /v2/apis/douyin| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
小红书热点
小红书热点
GET /v2/apis/rednote| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
微博热搜
微博热搜
GET /v2/apis/weibo| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
哔哩哔哩热搜
哔哩哔哩热搜
GET /v2/apis/bili| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
知乎话题榜
知乎话题榜
GET /v2/apis/zhihu| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
头条热搜榜
头条热搜榜
GET /v2/apis/toutiao| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
百度实时热搜
百度实时热搜
GET /v2/apis/baidu/hot| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
百度电视剧榜
百度电视剧榜
GET /v2/apis/baidu/teleplay| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
百度贴吧话题榜
百度贴吧话题榜
GET /v2/apis/baidu/tieba| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
夸克热点
夸克热点
GET /v2/apis/quark| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
懂车帝热搜
懂车帝热搜
GET /v2/apis/dongchedi| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
网易云榜单列表
网易云榜单列表
GET /v2/apis/ncm-rank/list| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
网易云榜单详情
网易云榜单详情
GET /v2/apis/ncm-rank/{id}| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
id | string | 是 | 排行榜 ID,如热歌榜为 3778678 |
encoding | string | 否 | 返回格式:text / json / markdown |
Hacker News 热帖
Hacker News 热帖
GET /v2/apis/hacker-news/{type}| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
type | string | 是 | 类型:new / top / best |
encoding | string | 否 | 返回格式:text / json / markdown |
猫眼全球票房总榜
猫眼全球票房总榜
GET /v2/apis/maoyan/all/movie| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
猫眼电影实时票房
猫眼电影实时票房
GET /v2/apis/maoyan/realtime/movie| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
猫眼电视收视排行
猫眼电视收视排行
GET /v2/apis/maoyan/realtime/tv| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
猫眼网剧实时热度
猫眼网剧实时热度
GET /v2/apis/maoyan/realtime/web| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
豆瓣全球口碑电影榜
豆瓣全球口碑电影榜
GET /v2/apis/douban/weekly/movie| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
豆瓣华语口碑剧集榜
豆瓣华语口碑剧集榜
GET /v2/apis/douban/weekly/tv_chinese| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
豆瓣全球口碑剧集榜
豆瓣全球口碑剧集榜
GET /v2/apis/douban/weekly/tv_global| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
豆瓣华语口碑综艺榜
豆瓣华语口碑综艺榜
GET /v2/apis/douban/weekly/show_chinese| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
豆瓣全球口碑综艺榜
豆瓣全球口碑综艺榜
GET /v2/apis/douban/weekly/show_global| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
🎤 消遣娱乐
随机一言
随机一言
GET /v2/apis/hitokoto| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
随机运势
随机运势
GET /v2/apis/luck| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
随机搞笑段子
随机搞笑段子
GET /v2/apis/duanzi| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
随机冷笑话
随机冷笑话
GET /v2/apis/dad-joke| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
随机发病文学
随机发病文学
GET /v2/apis/fabing| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
name | string | 否 | 对象名字,默认”主人” |
encoding | string | 否 | 返回格式:text / json / markdown |
随机答案之书
随机答案之书
GET /v2/apis/answer| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
随机 KFC 文案
随机 KFC 文案
GET /v2/apis/kfc| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
随机 JS 趣味题
随机 JS 趣味题
GET /v2/apis/awesome-js| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
encoding | string | 否 | 返回格式:text / json / markdown |
随机唱歌音频
随机唱歌音频
GET /v2/apis/changya无需参数,直接返回音频。通用返回格式
所有接口(除特殊格式外)统一使用以下 JSON 结构返回:时间戳字段提供两种格式:带
_at 后缀的为 13 位毫秒时间戳(如 updated_at),不带后缀的为日期时间字符串(如 updated)。链接字段统一命名为 link,封面图字段统一命名为 cover。