天气预报接口

xcjing 2011-04-07

Google天气API:

Google Weather API 只支持美国地区使用邮政编码进行查询,例如:

http://www.google.com/ig/api?hl=zh-cn&weather=94043

(94043为山景城,美国加州的邮政编码)

而除了美国以外的地区需要使用经纬度坐标作为参数才能执行GoogleWeatherAPI,例如:

http://www.google.com/ig/api?hl=zh-cn&weather=,,,30670000,104019996

(30670000,104019996为成都,中国大陆的经纬度坐标)

当然,也可能通行城市名称的汉语拼音来查询,例如:以下是北京的天气

http://www.google.com/ig/api?weather=Beijing

要其它地区的经纬度坐标,可以通过GoogleAPI提供的国家代码列表及相应的城市经纬度坐标列表可以查询到,以下是GoogleAPI提供的查询参数:

http://www.google.com/ig/countries?output=xml&hl=zh-cn

(查询Google所支持的所有国家的代码,并以zh-cn简体中文显示)

http://www.google.com/ig/cities?output=xml&hl=zh-cn&country=cn

json格式

http://www.google.com/ig/cities?output=json&hl=zh-cn&country=cn

Yahoo天气API

http://developer.yahoo.com/weather/

北京天气(可以通过搜索查找)

http://xml.weather.yahoo.com/forecastrss?p=CHXX0008&u=f

国内天气API:

http://weather.all2rss.com/weatherrss.asp?City=北京

相关推荐

kktode / 0评论 2013-09-09
pipimob / 0评论 2011-10-18