API支持用城市中英文名称查询啦

产品更新 2013-12-30

心知天气API在之前只能通过城市ID和IP地址查询天气的基础上增加了通过城市中文、拼音、英文查询天气的支持,省去了先查询城市ID再查询天气的麻烦。例如,getWeather的city参数可以是城市ID:101010100、或中文名:北京、或英文名:beijing、或IP地址:220.181.111.86。

示例:
http://api.thinkpage.cn/weather/api.svc/getWeather?city=101010100&language=zh-chs&unit=c&aqi=city&format=json&key=
http://api.thinkpage.cn/weather/api.svc/getWeather?city=北京&language=zh-chs&unit=c&aqi=city&format=json&key=
http://api.thinkpage.cn/weather/api.svc/getWeather?city=beijing&language=zh-chs&unit=c&aqi=city&format=json&key=
http://api.thinkpage.cn/weather/api.svc/getWeather?city=220.181.111.86&language=zh-chs&unit=c&aqi=city&format=json&key=