本接口提供国内3300+市区县的逐日预报产品,具有更新频率高、预报时效长的特点,要素涵盖白天及夜间天气现象、气温、气压、体感温度、相对湿度、风力级别、降水量及降水概率、日出日落时间等与日常生活生产密切相关的气象要素。基础版、进阶版、专业版三种版本可选,预报时效最高可达90天,满足各类需求。
空间范围:国内3300+市区县
预报时效:查询时间起45天
时间分辨率:1天
更新频次:4次/天
数据要素:白天及夜间天气现象、气温、气压、体感温度、相对湿度、风力级别、降水量及降水概率、日出日落时间等,详见“响应参数说明”
参数名 | 含义 | 规则数据 | 是否必填 | 缺省值 |
location | 如果按市区县代码查询,则为市区县代码(全国市区县代码表下载) | string | 是 | / |
如果按经纬度查询,则为经纬度数据,经度和纬度用英文逗号分隔 | double[] | |||
yesterday | 查询昨天的数据 | boolean | 否 |
参数名 | 类型 | 说明 |
status | int | 状态码,非0表示没有正常获取到数据 |
time | String | 请求时间,格式:yyyyMMddHHmmss |
timeZone | String | 查询地点时区 |
areaCode | String | 市区县代码信息,传入经纬度时无该字段返回 |
path | String | 行政区划路径,省、市、区县名称,以英文逗号分隔,传入经纬度时无该字段返回 |
start | String | 数据开始时间格式:yyyyMMdd |
end | String | 数据结束时间格式:yyyyMMdd |
size | String | 数据长度(预报天数) |
fc_time | String | 预报时间,格式:yyyyMMdd |
week | String | 星期 |
wp_day_code | String | 白天天气现象编码,详见天气现象编码表 |
wp_day | String | 白天天气现象 |
wp_night_code | String | 夜间天气现象编码,详见天气现象编码表 |
wp_night | int | 夜间天气现象 |
tem_max | int | 白天最高温度,单位:℃ |
tem_min | int | 夜间最低温度,单位:℃ |
real_tem_max | int | 最高体感温度,单位:℃ |
real_tem_min | String | 最低体感温度,单位:℃ |
ws_day | String | 白天风力级别 |
wd_day | String | 白天风向 |
ws_night | String | 夜间风力级别 |
wd_night | int | 夜间风向 |
rh_max | int | 最大相对湿度,单位:% |
rh_min | int | 最小相对湿度,单位:% |
prs | double | 平均地面气压,单位:hPa |
pre_pro_day | int | 白天降水概率,单位:% |
pre_day | double | 白天累计降水量,单位:mm |
pre_pro_night | int | 夜间降水概率,单位:% |
pre_night | double | 夜间累计降水量,单位:mm |
sunrise | String | 日出时间,HH:mm |
sunset | String | 日落时间,HH:mm |
请求示例
https://api.open.geovisearth.com/v2/cn/city/advanced?location=121.29,31.14&token=您的token
返回示例
{
"date": {
"timeZone": "Asia/Shanghai",
"time": "20240911134149"
},
"result": {
"size": 45,
"datas": [
{
"wp_night_code": "07",
"ws_night": "<3级",
"sunrise": "05:37",
"week": "星期三",
"rh_min": 79,
"ws_day": "3~4级",
"wd_night": "静风",
"prs": 1007,
"wp_day": "中雨",
"real_tem_max": 32,
"fc_time": "20240911",
"wp_night": "小雨",
"pre_pro_day": 100,
"wd_day": "东风",
"rh_max": 89,
"tem_min": 27,
"sunset": "18:03",
"tem_max": 32,
"pre_pro_night": 100,
"pre_night": 1.3,
"wp_day_code": "08",
"pre_day": 10.0,
"real_tem_min": 27
},
{
"wp_night_code": "07",
"ws_night": "<3级",
"sunrise": "05:37",
"week": "星期四",
"rh_min": 58,
"ws_day": "3~4级",
"wd_night": "静风",
"prs": 1008,
"wp_day": "阴",
"real_tem_max": 34,
"fc_time": "20240912",
"wp_night": "小雨",
"pre_pro_day": 0,
"wd_day": "东南风",
"rh_max": 86,
"tem_min": 27,
"sunset": "18:02",
"tem_max": 33,
"pre_pro_night": 50,
"pre_night": 4.9,
"wp_day_code": "02",
"pre_day": 0.0,
"real_tem_min": 26
},
{
"wp_night_code": "07",
"ws_night": "<3级",
"sunrise": "05:38",
"week": "星期五",
"rh_min": 52,
"ws_day": "<3级",
"wd_night": "静风",
"prs": 1007,
"wp_day": "小雨",
"real_tem_max": 35,
"fc_time": "20240913",
"wp_night": "小雨",
"pre_pro_day": 67,
"wd_day": "静风",
"rh_max": 91,
"tem_min": 27,
"sunset": "18:00",
"tem_max": 33,
"pre_pro_night": 67,
"pre_night": 4.9,
"wp_day_code": "07",
"pre_day": 4.9,
"real_tem_min": 26
},
{
"wp_night_code": "00",
"ws_night": "<3级",
"sunrise": "05:39",
"week": "星期六",
"rh_min": 55,
"ws_day": "<3级",
"wd_night": "静风",
"prs": 1005,
"wp_day": "小雨",
"real_tem_max": 34,
"fc_time": "20240914",
"wp_night": "晴",
"pre_pro_day": 100,
"wd_day": "静风",
"rh_max": 91,
"tem_min": 27,
"sunset": "17:59",
"tem_max": 32,
"pre_pro_night": 20,
"pre_night": 0.0,
"wp_day_code": "07",
"pre_day": 4.9,
"real_tem_min": 26
},
{
"wp_night_code": "08",
"ws_night": "3~4级",
"sunrise": "05:39",
"week": "星期日",
"rh_min": 55,
"ws_day": "3~4级",
"wd_night": "东北风",
"prs": 1005,
"wp_day": "多云",
"real_tem_max": 34,
"fc_time": "20240915",
"wp_night": "中雨",
"pre_pro_day": 20,
"wd_day": "东北风",
"rh_max": 89,
"tem_min": 26,
"sunset": "17:58",
"tem_max": 33,
"pre_pro_night": 100,
"pre_night": 14.9,
"wp_day_code": "01",
"pre_day": 0.0,
"real_tem_min": 23
},
{
"wp_night_code": "07",
"ws_night": "3~4级",
"sunrise": "05:40",
"week": "星期一",
"rh_min": 71,
"ws_day": "4~5级",
"wd_night": "东南风",
"prs": 1006,
"wp_day": "中雨",
"real_tem_max": 28,
"fc_time": "20240916",
"wp_night": "小雨",
"pre_pro_day": 100,
"wd_day": "东风",
"rh_max": 86,
"tem_min": 27,
"sunset": "17:56",
"tem_max": 30,
"pre_pro_night": 100,
"pre_night": 0.2,
"wp_day_code": "08",
"pre_day": 14.9,
"real_tem_min": 25
},
{
"wp_night_code": "07",
"ws_night": "<3级",
"sunrise": "05:40",
"week": "星期二",
"rh_min": 60,
"ws_day": "3~4级",
"wd_night": "静风",
"prs": 1007,
"wp_day": "小雨",
"real_tem_max": 33,
"fc_time": "20240917",
"wp_night": "小雨",
"pre_pro_day": 63,
"wd_day": "东南风",
"rh_max": 92,
"tem_min": 27,
"sunset": "17:55",
"tem_max": 32,
"pre_pro_night": 63,
"pre_night": 0.2,
"wp_day_code": "07",
"pre_day": 4.9,
"real_tem_min": 26
},
{
"wp_night_code": "00",
"ws_night": "<3级",
"sunrise": "05:41",
"week": "星期三",
"rh_min": 66,
"ws_day": "<3级",
"wd_night": "北风",
"prs": 1008,
"wp_day": "雨",
"real_tem_max": 34,
"fc_time": "20240918",
"wp_night": "晴",
"pre_pro_day": 100,
"wd_day": "东北风",
"rh_max": 78,
"tem_min": 24,
"sunset": "17:54",
"tem_max": 32,
"pre_pro_night": 10,
"pre_night": 0.0,
"wp_day_code": "301",
"pre_day": 5.0,
"real_tem_min": 23
},
{
"wp_night_code": "00",
"ws_night": "<3级",
"sunrise": "05:41",
"week": "星期四",
"rh_min": 55,
"ws_day": "3~4级",
"wd_night": "北风",
"prs": 1008,
"wp_day": "晴",
"real_tem_max": 31,
"fc_time": "20240919",
"wp_night": "晴",
"pre_pro_day": 20,
"wd_day": "西北风",
"rh_max": 88,
"tem_min": 21,
"sunset": "17:53",
"tem_max": 30,
"pre_pro_night": 0,
"pre_night": 0.0,
"wp_day_code": "00",
"pre_day": 0.0,
"real_tem_min": 19
},
{
"wp_night_code": "02",
"ws_night": "<3级",
"sunrise": "05:42",
"week": "星期五",
"rh_min": 63,
"ws_day": "3~4级",
"wd_night": "北风",
"prs": 1008,
"wp_day": "晴",
"real_tem_max": 29,
"fc_time": "20240920",
"wp_night": "阴",
"pre_pro_day": 0,
"wd_day": "北风",
"rh_max": 90,
"tem_min": 22,
"sunset": "17:51",
"tem_max": 29,
"pre_pro_night": 0,
"pre_night": 0.0,
"wp_day_code": "00",
"pre_day": 0.0,
"real_tem_min": 21
},
{
"wp_night_code": "02",
"ws_night": "3~4级",
"sunrise": "05:43",
"week": "星期六",
"rh_min": 60,
"ws_day": "3~4级",
"wd_night": "北风",
"prs": 1002,
"wp_day": "雨",
"real_tem_max": 27,
"fc_time": "20240921",
"wp_night": "阴",
"pre_pro_day": 100,
"wd_day": "北风",
"rh_max": 64,
"tem_min": 23,
"sunset": "17:50",
"tem_max": 28,
"pre_pro_night": 0,
"pre_night": 0.0,
"wp_day_code": "301",
"pre_day": 5.0,
"real_tem_min": 21
},
{
"wp_night_code": "02",
"ws_night": "<3级",
"sunrise": "05:43",
"week": "星期日",
"rh_min": 64,
"ws_day": "3~4级",
"wd_night": "东北风",
"prs": 1006,
"wp_day": "雨",
"real_tem_max": 27,
"fc_time": "20240922",
"wp_night": "阴",
"pre_pro_day": 100,
"wd_day": "北风",
"rh_max": 71,
"tem_min": 21,
"sunset": "17:49",
"tem_max": 28,
"pre_pro_night": 0,
"pre_night": 0.0,
"wp_day_code": "301",
"pre_day": 5.0,
"real_tem_min": 20
},
{
"wp_night_code": "00",
"ws_night": "<3级",
"sunrise": "05:44",
"week": "星期一",
"rh_min": 63,
"ws_day": "3~4级",
"wd_night": "北风",
"prs": 1009,
"wp_day": "多云",
"real_tem_max": 29,
"fc_time": "20240923",
"wp_night": "晴",
"pre_pro_day": 0,
"wd_day": "北风",
"rh_max": 78,
"tem_min": 21,
"sunset": "17:47",
"tem_max": 29,
"pre_pro_night": 0,
"pre_night": 0.0,
"wp_day_code": "01",
"pre_day": 0.0,
"real_tem_min": 20
},
{
"wp_night_code": "00",
"ws_night": "<3级",
"sunrise": "05:44",
"week": "星期二",
"rh_min": 65,
"ws_day": "<3级",
"wd_night": "东北风",
"prs": 1010,
"wp_day": "晴",
"real_tem_max": 32,
"fc_time": "20240924",
"wp_night": "晴",
"pre_pro_day": 0,
"wd_day": "东北风",
"rh_max": 74,
"tem_min": 22,
"sunset": "17:46",
"tem_max": 30,
"pre_pro_night": 0,
"pre_night": 0.0,
"wp_day_code": "00",
"pre_day": 0.0,
"real_tem_min": 22
},
{
"wp_night_code": "02",
"ws_night": "<3级",
"sunrise": "05:45",
"week": "星期三",
"rh_min": 66,
"ws_day": "<3级",
"wd_night": "东风",
"prs": 1010,
"wp_day": "晴",
"real_tem_max": 33,
"fc_time": "20240925",
"wp_night": "阴",
"pre_pro_day": 0,
"wd_day": "东风",
"rh_max": 74,
"tem_min": 20,
"sunset": "17:45",
"tem_max": 31,
"pre_pro_night": 0,
"pre_night": 0.0,
"wp_day_code": "00",
"pre_day": 0.0,
"real_tem_min": 20
},
{
"wp_night_code": "01",
"ws_night": "<3级",
"sunrise": "05:46",
"week": "星期四",
"rh_min": 81,
"ws_day": "<3级",
"wd_night": "东北风",
"prs": 999999,
"wp_day": "晴",
"real_tem_max": 29,
"fc_time": "20240926",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "东北风",
"rh_max": 88,
"tem_min": 26,
"sunset": "17:44",
"tem_max": 29,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "00",
"pre_day": 999999.0,
"real_tem_min": 25
},
{
"wp_night_code": "02",
"ws_night": "<3级",
"sunrise": "05:46",
"week": "星期五",
"rh_min": 82,
"ws_day": "<3级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 32,
"fc_time": "20240927",
"wp_night": "阴",
"pre_pro_day": 999999,
"wd_day": "东北风",
"rh_max": 90,
"tem_min": 26,
"sunset": "17:43",
"tem_max": 31,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 25
},
{
"wp_night_code": "01",
"ws_night": "3~4级",
"sunrise": "05:47",
"week": "星期六",
"rh_min": 87,
"ws_day": "3~4级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 31,
"fc_time": "20240928",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "北风",
"rh_max": 89,
"tem_min": 25,
"sunset": "17:42",
"tem_max": 31,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 23
},
{
"wp_night_code": "00",
"ws_night": "3~4级",
"sunrise": "05:48",
"week": "星期日",
"rh_min": 85,
"ws_day": "4~5级",
"wd_night": "东北风",
"prs": 999999,
"wp_day": "晴",
"real_tem_max": 30,
"fc_time": "20240929",
"wp_night": "晴",
"pre_pro_day": 999999,
"wd_day": "东北风",
"rh_max": 89,
"tem_min": 24,
"sunset": "17:41",
"tem_max": 30,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "00",
"pre_day": 999999.0,
"real_tem_min": 22
},
{
"wp_night_code": "00",
"ws_night": "<3级",
"sunrise": "05:48",
"week": "星期一",
"rh_min": 64,
"ws_day": "3~4级",
"wd_night": "东风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 28,
"fc_time": "20240930",
"wp_night": "晴",
"pre_pro_day": 999999,
"wd_day": "东北风",
"rh_max": 81,
"tem_min": 23,
"sunset": "17:39",
"tem_max": 29,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 21
},
{
"wp_night_code": "09",
"ws_night": "<3级",
"sunrise": "05:49",
"week": "星期二",
"rh_min": 69,
"ws_day": "<3级",
"wd_night": "东风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 28,
"fc_time": "20241001",
"wp_night": "大雨",
"pre_pro_day": 999999,
"wd_day": "东风",
"rh_max": 76,
"tem_min": 22,
"sunset": "17:38",
"tem_max": 29,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 20
},
{
"wp_night_code": "01",
"ws_night": "4~5级",
"sunrise": "05:50",
"week": "星期三",
"rh_min": 60,
"ws_day": "3~4级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "大雨",
"real_tem_max": 26,
"fc_time": "20241002",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "北风",
"rh_max": 73,
"tem_min": 21,
"sunset": "17:37",
"tem_max": 28,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "09",
"pre_day": 999999.0,
"real_tem_min": 18
},
{
"wp_night_code": "02",
"ws_night": "4~5级",
"sunrise": "05:50",
"week": "星期四",
"rh_min": 70,
"ws_day": "4~5级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "阴",
"real_tem_max": 27,
"fc_time": "20241003",
"wp_night": "阴",
"pre_pro_day": 999999,
"wd_day": "北风",
"rh_max": 77,
"tem_min": 21,
"sunset": "17:36",
"tem_max": 28,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "02",
"pre_day": 999999.0,
"real_tem_min": 19
},
{
"wp_night_code": "02",
"ws_night": "3~4级",
"sunrise": "05:51",
"week": "星期五",
"rh_min": 66,
"ws_day": "4~5级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 28,
"fc_time": "20241004",
"wp_night": "阴",
"pre_pro_day": 999999,
"wd_day": "北风",
"rh_max": 78,
"tem_min": 22,
"sunset": "17:34",
"tem_max": 28,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 20
},
{
"wp_night_code": "01",
"ws_night": "<3级",
"sunrise": "05:51",
"week": "星期六",
"rh_min": 71,
"ws_day": "3~4级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 28,
"fc_time": "20241005",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "北风",
"rh_max": 79,
"tem_min": 22,
"sunset": "17:33",
"tem_max": 29,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 21
},
{
"wp_night_code": "00",
"ws_night": "<3级",
"sunrise": "05:52",
"week": "星期日",
"rh_min": 72,
"ws_day": "<3级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 28,
"fc_time": "20241006",
"wp_night": "晴",
"pre_pro_day": 999999,
"wd_day": "北风",
"rh_max": 80,
"tem_min": 22,
"sunset": "17:32",
"tem_max": 29,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 20
},
{
"wp_night_code": "01",
"ws_night": "<3级",
"sunrise": "05:53",
"week": "星期一",
"rh_min": 65,
"ws_day": "<3级",
"wd_night": "东北风",
"prs": 999999,
"wp_day": "晴",
"real_tem_max": 28,
"fc_time": "20241007",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "东北风",
"rh_max": 76,
"tem_min": 22,
"sunset": "17:31",
"tem_max": 29,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "00",
"pre_day": 999999.0,
"real_tem_min": 20
},
{
"wp_night_code": "01",
"ws_night": "<3级",
"sunrise": "05:53",
"week": "星期二",
"rh_min": 66,
"ws_day": "3~4级",
"wd_night": "东北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 29,
"fc_time": "20241008",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "东北风",
"rh_max": 77,
"tem_min": 23,
"sunset": "17:30",
"tem_max": 29,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 21
},
{
"wp_night_code": "01",
"ws_night": "3~4级",
"sunrise": "05:54",
"week": "星期三",
"rh_min": 75,
"ws_day": "3~4级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 30,
"fc_time": "20241009",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "东北风",
"rh_max": 95,
"tem_min": 23,
"sunset": "17:28",
"tem_max": 29,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 21
},
{
"wp_night_code": "01",
"ws_night": "3~4级",
"sunrise": "05:55",
"week": "星期四",
"rh_min": 93,
"ws_day": "3~4级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 32,
"fc_time": "20241010",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "东北风",
"rh_max": 94,
"tem_min": 24,
"sunset": "17:27",
"tem_max": 30,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 23
},
{
"wp_night_code": "01",
"ws_night": "4~5级",
"sunrise": "05:55",
"week": "星期五",
"rh_min": 69,
"ws_day": "3~4级",
"wd_night": "东北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 29,
"fc_time": "20241011",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "北风",
"rh_max": 75,
"tem_min": 23,
"sunset": "17:26",
"tem_max": 29,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 21
},
{
"wp_night_code": "01",
"ws_night": "4~5级",
"sunrise": "05:56",
"week": "星期六",
"rh_min": 83,
"ws_day": "4~5级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "晴",
"real_tem_max": 30,
"fc_time": "20241012",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "东北风",
"rh_max": 87,
"tem_min": 23,
"sunset": "17:25",
"tem_max": 29,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "00",
"pre_day": 999999.0,
"real_tem_min": 22
},
{
"wp_night_code": "01",
"ws_night": "3~4级",
"sunrise": "05:57",
"week": "星期日",
"rh_min": 63,
"ws_day": "4~5级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 31,
"fc_time": "20241013",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "东北风",
"rh_max": 84,
"tem_min": 23,
"sunset": "17:24",
"tem_max": 30,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 21
},
{
"wp_night_code": "01",
"ws_night": "<3级",
"sunrise": "05:57",
"week": "星期一",
"rh_min": 52,
"ws_day": "3~4级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 31,
"fc_time": "20241014",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "东北风",
"rh_max": 74,
"tem_min": 23,
"sunset": "17:23",
"tem_max": 30,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 21
},
{
"wp_night_code": "01",
"ws_night": "<3级",
"sunrise": "05:58",
"week": "星期二",
"rh_min": 63,
"ws_day": "<3级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 30,
"fc_time": "20241015",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "北风",
"rh_max": 80,
"tem_min": 24,
"sunset": "17:21",
"tem_max": 30,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 22
},
{
"wp_night_code": "00",
"ws_night": "<3级",
"sunrise": "05:59",
"week": "星期三",
"rh_min": 65,
"ws_day": "<3级",
"wd_night": "东北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 30,
"fc_time": "20241016",
"wp_night": "晴",
"pre_pro_day": 999999,
"wd_day": "东北风",
"rh_max": 80,
"tem_min": 23,
"sunset": "17:20",
"tem_max": 30,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 20
},
{
"wp_night_code": "01",
"ws_night": "4~5级",
"sunrise": "06:00",
"week": "星期四",
"rh_min": 70,
"ws_day": "3~4级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "晴",
"real_tem_max": 28,
"fc_time": "20241017",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "东北风",
"rh_max": 83,
"tem_min": 22,
"sunset": "17:19",
"tem_max": 28,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "00",
"pre_day": 999999.0,
"real_tem_min": 21
},
{
"wp_night_code": "02",
"ws_night": "5~6级",
"sunrise": "06:00",
"week": "星期五",
"rh_min": 62,
"ws_day": "5~6级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "阴",
"real_tem_max": 29,
"fc_time": "20241018",
"wp_night": "阴",
"pre_pro_day": 999999,
"wd_day": "北风",
"rh_max": 79,
"tem_min": 22,
"sunset": "17:18",
"tem_max": 29,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "02",
"pre_day": 999999.0,
"real_tem_min": 21
},
{
"wp_night_code": "01",
"ws_night": "4~5级",
"sunrise": "06:01",
"week": "星期六",
"rh_min": 66,
"ws_day": "5~6级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "阴",
"real_tem_max": 30,
"fc_time": "20241019",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "北风",
"rh_max": 82,
"tem_min": 22,
"sunset": "17:17",
"tem_max": 30,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "02",
"pre_day": 999999.0,
"real_tem_min": 20
},
{
"wp_night_code": "01",
"ws_night": "3~4级",
"sunrise": "06:02",
"week": "星期日",
"rh_min": 73,
"ws_day": "4~5级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 31,
"fc_time": "20241020",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "北风",
"rh_max": 85,
"tem_min": 22,
"sunset": "17:16",
"tem_max": 30,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 20
},
{
"wp_night_code": "01",
"ws_night": "3~4级",
"sunrise": "06:02",
"week": "星期一",
"rh_min": 68,
"ws_day": "3~4级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "阴",
"real_tem_max": 30,
"fc_time": "20241021",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "北风",
"rh_max": 84,
"tem_min": 23,
"sunset": "17:15",
"tem_max": 30,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "02",
"pre_day": 999999.0,
"real_tem_min": 21
},
{
"wp_night_code": "01",
"ws_night": "<3级",
"sunrise": "06:03",
"week": "星期二",
"rh_min": 63,
"ws_day": "3~4级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 30,
"fc_time": "20241022",
"wp_night": "多云",
"pre_pro_day": 999999,
"wd_day": "北风",
"rh_max": 72,
"tem_min": 22,
"sunset": "17:14",
"tem_max": 30,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 20
},
{
"wp_night_code": "02",
"ws_night": "<3级",
"sunrise": "06:04",
"week": "星期三",
"rh_min": 55,
"ws_day": "<3级",
"wd_night": "东北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 29,
"fc_time": "20241023",
"wp_night": "阴",
"pre_pro_day": 999999,
"wd_day": "东北风",
"rh_max": 75,
"tem_min": 22,
"sunset": "17:13",
"tem_max": 30,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 20
},
{
"wp_night_code": "00",
"ws_night": "<3级",
"sunrise": "06:05",
"week": "星期四",
"rh_min": 64,
"ws_day": "<3级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "多云",
"real_tem_max": 31,
"fc_time": "20241024",
"wp_night": "晴",
"pre_pro_day": 999999,
"wd_day": "东北风",
"rh_max": 84,
"tem_min": 22,
"sunset": "17:12",
"tem_max": 30,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "01",
"pre_day": 999999.0,
"real_tem_min": 20
},
{
"wp_night_code": "00",
"ws_night": "<3级",
"sunrise": "06:05",
"week": "星期五",
"rh_min": 56,
"ws_day": "3~4级",
"wd_night": "北风",
"prs": 999999,
"wp_day": "晴",
"real_tem_max": 30,
"fc_time": "20241025",
"wp_night": "晴",
"pre_pro_day": 999999,
"wd_day": "北风",
"rh_max": 74,
"tem_min": 21,
"sunset": "17:11",
"tem_max": 30,
"pre_pro_night": 999999,
"pre_night": 999999.0,
"wp_day_code": "00",
"pre_day": 999999.0,
"real_tem_min": 19
}
],
"start": "20240911",
"end": "20241025"
},
"version": "v1",
"status": 0
}