高德天气:https://lbs.amap.com/api/webservice/guide/api/weatherinfo/?git
github上对开源api的整理;https://github.com/jokermonn/-Api/blob/master/MXWeather.mdgithub
知乎:https://www.zhihu.com/question/20575288web
https://www.zhihu.com/question/20521716api
看云开源api:https://www.kancloud.cn/ccjin/yingq/603579ide
中央气象台api:ui
查询省份列表:http://www.nmc.cn/f/rest/province rest
查询城市:http://www.nmc.cn/f/rest/province/+省份id(省份id能够经过查询省份接口查) 例:http://www.nmc.cn/f/rest/province/ASH接口
查询实时天气:http://www.nmc.cn/f/rest/real/+城市ID (城市id经过上个接口查)例:http://www.nmc.cn/f/rest/real/58367图片
查询空气质量:http://www.nmc.cn/f/rest/aqi/+城市IDwebservice
查询过去一每天气:http://www.nmc.cn/f/rest/passed/+城市ID
查询先后一周天气:http://www.nmc.cn/f/rest/tempchart/+城市ID
查询当每天气:http://www.nmc.cn/f/rest/weather/+城市ID
查询天气图片:
白天:http://image.nmc.cn/static2/site/nmc/themes/basic/weather/white/day/图片id.png
夜晚:http://image.nmc.cn/static2/site/nmc/themes/basic/weather/white/night/图片id.png
(图片id参照查询天气详情时img字段,另外魅族天气或者oppo天气也能够通用)