天天看点

天气 api接口

高德地图 天气api接口

https://lbs.amap.com/api/webservice/guide/tools/flowlevel

中国天气网-天气预报接口api

http://www.weatherdt.com/

http://www.weatherdt.com/market/datastore/database

http://www.weather.com.cn/data/sk/101110101.html

https://blog.csdn.net/a1943206465/article/details/54631615?utm_source=blogxgwz3

https://blog.csdn.net/itx2000/article/details/53835041

http://ah.weather.com.cn/zt/tqzt/2852238.shtml

https://github.com/BerlinSun/WeatherForecast

https://blog.csdn.net/lftaoyuan/article/details/78843472 国家气象局免费接口

https://blog.csdn.net/csdn_zsdf/article/details/74094696 利用气象局的接口写一个自己的天气预报

http://data.cma.cn/Market/MarketList.html

http://data.cma.cn/Market/Detail/code/A.0012.0001/type/1.html

http://data.cma.cn/Market/index.html 中国气象数据网

http://data.cma.cn/ 国家气象信息中心

http://wiki.swarma.net/index.php/彩云天气API/v2 彩云天气

https://openweathermap.org/

https://api.isoyu.com/#/

https://blog.csdn.net/hello_haozi/article/details/7564223

http://www.cma.gov.cn/2011qxfw/2011qtqyb/

https://www.cnblogs.com/wangjingblogs/p/3192953.html

https://www.seniverse.com/ 心知天气

https://blog.csdn.net/danfengw/article/details/77473784

http://www.heweather.com/documents/api/s6/weather-now 和风天气api接口

综合考虑,小编使用的是和风天气的api接口,免费,天气指标多,日免费次数1000次

使用中需要注意的是url的问题

第一种:根据城市获取城市地的天气

location=北京市的城市ID

https://free-api.heweather.com/s6/weather/now?&location=CN101010100&key=xxxxx

第二种:根据请求ip获取所在地的天气

https://free-api.heweather.com/s6/weather/now?&location=auto_ip&key=xxxxx

注:被官网上说的:parameters代表请求参数,包括必选和可选参数。所有请求参数均使用&进行分隔,参数值存在中文或特殊字符的情况,需要对参数进行 url encode。给坑了,之前一直将 海淀、北京市在线转urlencode,一直提示city unknown,坑。

https://blog.csdn.net/zengxingyuluo/article/details/60577029?utm_source=blogxgwz1

https://blog.csdn.net/Chen_xiaobao/article/details/78382893?locationNum=8&fps=1

https://github.com/wqxcloud/CoolEuropeWeather

https://blog.csdn.net/qq_41405257/article/details/80056873?utm_source=blogxgwz1

https://blog.csdn.net/Rlingge/article/details/61416769?utm_source=blogxgwz0

https://blog.csdn.net/w1355485804/article/details/79566577#commentsedit

https://www.cnblogs.com/dd-dd/p/5269751.html

https://blog.csdn.net/qq_41405257/article/details/80056873

https://blog.csdn.net/withawind/article/details/82459789

https://www.jianshu.com/p/e3e04cf3fc0f

https://blog.csdn.net/qq_39590763/article/details/83502192