名稱
國內(nèi)7天逐3小時預(yù)報數(shù)據(jù)
接口示例
http://api.weatherdt.com/common/?area=101010100&type=forecast&key=訂單密鑰
站號列表下載
http://www.moveinrdy.com/userManager/download.html?fileName=station.zip
編號對應(yīng)表下載
http://www.moveinrdy.com/userManager/download.html?fileName=codecn.zip
請求方式
get/post
參數(shù)
名稱 |
類型 |
必填 |
示例值 |
描述 |
area |
String |
是 |
101010100 |
城市站號 |
type |
String |
是 |
forecast |
數(shù)據(jù)類型標識 |
key |
String |
是 |
fd034bf8fe70289698ec4ea79876feree |
訂單密鑰 |
數(shù)據(jù)格式
{'forecast': {
'3h': {
'101010100': {
'1001001': [{
'003': '0',//風力編碼
'004': '4',//風向編碼
'000': '20190401200000',
'001': '00',//天氣現(xiàn)象編碼
'002': '12'//溫度
}],
'000': '20190401200000'
}
}
}
}