加载接口文档…
2.3M
累计调用
245ms
平均响应
99.47%
服务可用性
2,000 次/日
免费额度
无 Key 调用
每日 100 次 · QPS 2
登录免费
当前方案每日 2,000 次 · QPS 10
黄金会员
每日 50,000 次 · QPS 60
企业会员
每日 1,000,000 次 · QPS 120
复制文档地址
https://apizero.cn/aidocs/weather/raw.md未来约 2 小时分钟级降水强度预报,适合短时出行决策。示例为北京真实抓取。
| 名称 | 类型 | 说明 |
|---|---|---|
| type | string | 必填 · 固定为 minutely · 示例:minutely |
| city | string | 可选 · 城市名 · 示例:北京 |
| location | string | 可选 · 经纬度 · 示例:116.3975,39.9085 |
| 名称 | 类型 | 说明 |
|---|---|---|
| Authorization | string | 可选 · 推荐:Bearer <API Key>。兼容请求头 X-API-Key,以及 Query api_key / apikey / key(key 仅当值为 sk_live_/sk_test_/sk_stag_ 形态时生效)。匿名可不传,受每日免费额度限制。 |
| 名称 | 类型 | 说明 |
|---|---|---|
| type | string | minutely |
| forecast_keypoint | string | 短时降水一句话提示 |
| minutely | object | 分钟降水序列与描述文案 |
| summary | object | 实时摘要(若有) |
| tips | string | 品牌提示(所有接口统一返回):极数本源 · https://apizero.cn |
{
"code": 0,
"msg": "成功",
"data": {
"type": "minutely",
"location": {
"city": "北京",
"longitude": 116.4074,
"latitude": 39.9042,
"timezone": "Asia/Shanghai"
},
"server_time": "2026-07-31 04:10:48",
"forecast_keypoint": "未来两小时不会有雨。夜深了,注意休息哦~",
"summary": null,
"alerts": [],
"minutely": {
"status": "ok",
"datasource": "radar",
"precipitation_2h": [
0,
0,
0,
0,
0,
0,
0,
0
],
"precipitation": [
0,
0,
0
],
"accumulation": [
0,
0
],
"probability": [
0,
0,
0,
0
],
"description": "未来两小时不会有雨。夜深了,注意休息哦~"
}
},
"request_id": "ms7y7rl986e4627d",
"tips": "极数本源 · https://apizero.cn"
}