开源天气预报api整理

高德天气:https://lbs.amap.com/api/webservice/guide/api/weatherinfo/?

github上对开源api的整理;https://github.com/jokermonn/-Api/blob/master/MXWeather.md

知乎:https://www.zhihu.com/question/20575288

         https://www.zhihu.com/question/20521716

看云开源api:https://www.kancloud.cn/ccjin/yingq/603579

 

中央气象台api:

查询省份列表:http://www.nmc.cn/f/rest/province 

查询城市: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/+城市ID

查询过去一天天气: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天气也可以通用)

 

posted @ 2018-07-10 15:28  木偶然  阅读(1342)  评论(0编辑  收藏  举报