目前如下所有接口已經(jīng)全部不能使用。2023.3.1
網(wǎng)上關(guān)于免費天氣api接口很多,本人總結(jié)了一下目前還可用的免費api接口和已失效的接口如下:
目前可用接口:
1、訊飛語音識別內(nèi)置的墨跡天氣API。鏈接:(已失效。2023.2.10)
http://autodev.openspeech.cn/csp/api/v2.1/weather?openId=aiuicus&clientType=android&sign=android&city=上海&latitude=39.902895&longitude=116.427915&needMoreData=true&pageNo=1&pageSize=7
可根據(jù)城市名及經(jīng)緯度查詢天氣,數(shù)據(jù)還不錯。比需要申請的天氣差一點,但基本能滿足需要,是目前比較好的數(shù)據(jù)源。
{"code":0,"msg":"操作成功","data":{"total":7,"sourceName":"墨跡天氣","list":[{"city":"深圳","lastUpdateTime":"2022-12-12 00:55:08","date":"2022-12-12","weather":"多云","temp":12.0,"humidity":"65%","wind":"北風(fēng)3級","pm25":50.0,"pm10":52.0,"low":12.0,"high":18.0,"airData":"52","airQuality":"良","dateLong":1670774400000,"weatherType":1,"windLevel":3,"province":"廣東","moreData":{"sunrise":"2022-12-12 06:54:00","sunset":"2022-12-12 17:41:00","precipitation":"0","alert":null}},{"city":"深圳","lastUpdateTime":"2022-12-11 23:07:00","date":"2022-12-13","weather":"陰","humidity":"未知","wind":"北風(fēng)","pm25":0.0,"low":11.0,"high":16.0,"airData":"45","airQuality":"優(yōu)","dateLong":1670860800000,"weatherType":2,"windLevel":3,"province":"廣東","moreData":{"sunrise":"2022-12-13 06:55:00","sunset":"2022-12-13 17:41:00","precipitation":null,"alert":null}},{"city":"深圳","lastUpdateTime":"2022-12-11 23:07:00","date":"2022-12-14","weather":"小雨","humidity":"未知","wind":"東北風(fēng)","pm25":0.0,"low":11.0,"high":13.0,"airData":"37","airQuality":"優(yōu)","dateLong":1670947200000,"weatherType":7,"windLevel":3,"province":"廣東","moreData":{"sunrise":"2022-12-14 06:55:00","sunset":"2022-12-14 17:41:00","precipitation":null,"alert":null}},{"city":"深圳","lastUpdateTime":"2022-12-11 23:07:00","date":"2022-12-15","weather":"小雨","humidity":"未知","wind":"微風(fēng)","pm25":0.0,"low":11.0,"high":14.0,"airData":"36","airQuality":"優(yōu)","dateLong":1671033600000,"weatherType":7,"windLevel":2,"province":"廣東","moreData":{"sunrise":"2022-12-15 06:56:00","sunset":"2022-12-15 17:42:00","precipitation":null,"alert":null}}],"logoUrl":"http://iflycar.hfdn.openstorage.cn/xfypicture/dev/logo/moji.png"}}
2、中國天氣網(wǎng)API接口.
html數(shù)據(jù):
http://flash.weather.com.cn/wmaps/xml/beijing.xml
json數(shù)據(jù):
http://www.weather.com.cn/data/sk/101010100.html
http://www.weather.com.cn/data/cityinfo/101010100.html
圖標數(shù)據(jù):
http://m.weather.com.cn/img/c0.gif
http://m.weather.com.cn/img/b0.gif
http://www.weather.com.cn/m/i/weatherpic/29x20/d0.gif
http://www.weather.com.cn/m2/i/icon_weather/29x20/n00.gif
數(shù)據(jù)源質(zhì)量一般,json用的GBK編碼,數(shù)據(jù)處理可能麻煩點。也可以用。
html數(shù)據(jù):
json數(shù)據(jù):
{"weatherinfo":{"city":"北京","cityid":"101010100","temp1":"18℃","temp2":"31℃","weather":"多云轉(zhuǎn)陰","img1":"n1.gif","img2":"d2.gif","ptime":"18:00"}}
目前只發(fā)現(xiàn)這兩個api還可用。
下面是已失效的api接口:
1.中華萬年歷的天氣API
http://wthrcdn.etouch.cn/WeatherApi?city=上海
2.螞蟻數(shù)據(jù)API接口。已被別人整合。文章來源:http://www.zghlxwxcb.cn/news/detail-416350.html
其他和風(fēng)、知心、丫丫等很多就需要注冊,需要key.文章來源地址http://www.zghlxwxcb.cn/news/detail-416350.html
到了這里,關(guān)于目前免費用可用的天氣api接口及失效接口的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!