128w API 仪表盘
api.128w.cn · FastAPI · 轻量运行中
最后刷新:
--
服务状态
未知
实例
01 · Shanghai
版本
v1.4.0
接口
5
全部接口(点击进入详情)
GET
/api/
服务信息
GET
/api/health
健康检查
POST
/api/echo
回显
GET
/api/news
新闻速报(RSS)
GET
/api/weather
天气查询 + 空气质量
GET
/docs
Swagger 文档
打开 /api/health
Swagger 文档
快速测试
curl -X POST https://api.128w.cn/api/echo -H "Content-Type: application/json" -d {message:hi}
curl "https://api.128w.cn/api/news?limit=5"
curl "https://api.128w.cn/api/weather?location=Anyang"