卫星图层
bash
curl "http://api.caiyunapp.com/v1/satellite?token=TOKEN"
访问限制
本部分 API 属于增值服务,仅提供给企业套餐开发者,如需采购请联系彩云商务
URL 参数
参数名 | 类型 | 必填 | 默认值 | 说明 |
---|---|---|---|---|
token | string | 是 | 无 | API访问令牌 |
show_time | int | 否 | 2 | 获取数据的时间长度(小时),可选值:1-30 |
lon | float | 否 | 中国默认经度 | 经度 |
lat | float | 否 | 中国默认纬度 | 纬度 |
product | string | 否 | true_color | 卫星产品名称 |
resolution | string | 否 | 4000M | 卫星图片分辨率 |
product 参数说明
中国区域:
true_color
:地球真彩色图C11
:水汽云图ir108_3d
:3D云图
北美区域:
true_color
:地球真彩色图
resolution 参数说明
中国区域:
4000M
:4公里分辨率8000M
:8公里分辨率
北美区域:
2000M
:2公里分辨率4000M
:4公里分辨率
响应格式
json
{
"status": "ok",
"images": [
[
"http://meteorology.caiyuncdn.com/satellite/prod/fy4b/preprocess/2025/06/23/true_color/4000M/china_DISK_202506230645_202506230659_webmerc.jpg?source=&auth_key=***",
1750661100,
[
6,
66,
54,
136
]
],
[
"http://meteorology.caiyuncdn.com/satellite/prod/fy4b/preprocess/2025/06/23/true_color/4000M/china_DISK_202506230715_202506230729_webmerc.jpg?source=&auth_key=***",
1750662900,
[
6,
66,
54,
136
]
]
]
}
响应字段说明
字段名 | 类型 | 说明 |
---|---|---|
status | string | 响应状态,"ok"表示成功 |
images | array | 卫星图片数组,每个元素包含: 1. 图片URL 2. 时间戳 3. 坐标范围数组 [s, w, n, e] - 南、西、北、东坐标 |