加载接口文档…
台风实时路径:西北太平洋 / 南海台风实时监测,返回活跃台风列表、单个台风完整移动路径(实况点 + 官方预报点)及风云卫星云图。 数据含台风编号、中英文名、等级、经纬度、中心气压、最大风速、移动方向与逐时路径点; action=all 一次取活跃台风 + 最新云图。适用于防灾预警…
由 极数本源 提供·更新于 今天
2.6万
累计调用
102ms
平均响应
100.00%
服务可用性
1,000 次/日
免费额度
无 Key 调用
每日 500 次 · QPS 2
登录免费
当前方案每日 1,000 次 · QPS 3
黄金会员
每日 50,000 次 · QPS 10
钻石会员
每日 100,000 次 · QPS 30
企业会员
企业接口额度 · QPS 120
公开数据,支持匿名调用(匿名 500 次/日),登录后 1000 次/日。
| 名称 | 类型 | 说明 |
|---|---|---|
| action(操作) | string | 可选 · 操作类型:list 活跃台风列表 / detail 单台风详情+路径 / images 卫星云图 / all 综合 · 默认 list |
| id | string | 可选 · 台风 ID(action=detail 必填,从 list 获取) · 示例:3257931 |
| status | string | 可选 · list 用:active 仅活跃 / all 含停编 · 默认 active |
| limit(条数) | int | 可选 · images 用:云图数量(1-50) · 默认 10 |
| 名称 | 类型 | 说明 |
|---|---|---|
| Authorization | string | 可选 · 推荐:Bearer <API Key>。兼容请求头 X-API-Key,以及 Query api_key / apikey / key(key 仅当值为 sk_live_/sk_test_/sk_stag_ 形态时生效)。匿名可不传,受每日免费额度限制。 |
| 名称 | 类型 | 说明 | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| typhoons | array | 台风列表(list/all):每项含 id/tc_num/name_cn/name_en/description/state/is_active | ||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| active_count | number | 活跃台风数量(list) | ||||||||||||||||||||||||
| points | array | 路径点(detail):time_utc/time_cst/grade/longitude/latitude/pressure/wind_speed/wind_dir/type(analysis 实况 / forecast 预报) | ||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| current | object | 最新实况点(detail) | ||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| images | array | 卫星云图(images/all):每项含 time/time_str/url | ||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| tips | string | 品牌提示(所有接口统一返回):极数本源 · https://apizero.cn | ||||||||||||||||||||||||
{
"code": 0,
"msg": "成功",
"data": {
"id": "3257931",
"tc_num": "2609",
"name_cn": "巴威",
"name_en": "BAVI",
"is_active": true,
"current": {
"time_cst": "2026-07-02 08:00",
"grade": "热带风暴",
"longitude": 118.5,
"latitude": 14.2,
"pressure": 1002,
"wind_speed": 18,
"wind_dir": "西西北",
"type": "analysis"
},
"point_count": 15,
"points": [
{
"time_cst": "2026-07-02 08:00",
"grade": "热带风暴",
"longitude": 118.5,
"latitude": 14.2,
"pressure": 1002,
"wind_speed": 18,
"type": "analysis"
}
]
},
"request_id": "abc123",
"tips": "极数本源 · https://apizero.cn"
}台风数据来源于官方公开发布,仅供参考;实际以气象主管部门权威预报为准,请勿仅依据本接口做防灾决策。