名稱
中國區域云圖數據(圖)
接口示例
http://api.weatherdt.com/pic/?area=101&type=1902&date=20190327&key=4fd2b83869c38eff532dc9d9ccf3c960
請求方式
get/post
參數
名稱 |
類型 |
必填 |
示例值 |
描述 |
area |
String |
是 |
101 |
中國 |
type |
String |
是 |
1902 |
云圖編號 |
date |
String |
是 |
20190327 |
日期(年月日) |
key |
String |
是 |
4fd2b83869c38eff532dc9d9ccf3c960 |
訂單密鑰 |
數據格式
{'date': '20190327',
'pictype': '1903',
'content': [{
'picurl': 'http://api.weatherdt.com/20190327/1301/501b34b531c37f85dd3637274a3f83ab.png?key=密鑰',
'time': '20190326233000000'
}, {
'picurl': 'http://api.weatherdt.com/20190327/1301/8eb2b8634e9b0987e7260e4a133e1ada.png?key=密鑰',
'time': '20190326233600000'
}]
}