名稱
國外7天逐3小時預報數據
接口示例
http://api.weatherdt.com/common/?area=404141190101&type=forecast&key=訂單密鑰
站號列表下載
http://www.moveinrdy.com/userManager/download.html?fileName=forestation.zip
編號對應表下載
http://www.moveinrdy.com/userManager/download.html?fileName=codecn.zip
請求方式
get/post
參數
名稱 |
類型 |
必填 |
示例值 |
描述 |
area |
String |
是 |
404141190101 |
城市站號 |
type |
String |
是 |
forecast |
數據類型標識 |
key |
String |
是 |
fd034bf8fe70289698ec4ea79876feree |
訂單密鑰 |
數據格式
{'forecast': {'3h': {
'101010100': {
'1001001': [{
'003': '1',//風力編碼
'004': '7',//風向編碼
'000': '20190331160000',
'001': '01',//天氣現象
'002': '16'//溫度
}]
}
}
}
}