【发布时间】:2013-12-30 18:59:22
【问题描述】:
你好,我想知道如何使用 worldweatheronline.com 的天气 api,它的请求看起来像这样......
http://api.worldweatheronline.com/free/v1/weather.ashx?q=London&format=json&num_of_days=5&show_comments=no&key=xxxxxxxxxxxxxxxxxxxxxxx
我只是新手,真的不知道如何使用它,感谢任何帮助。
它使用 JSON 请求,可以在这里找到 http://developer.worldweatheronline.com/io-docs
密钥 xxxxxxxxxxxxxxxxxxxx 被用来隐藏我的密钥
【问题讨论】:
-
你想用什么语言调用 API?
-
@HAS 任何我可以最好的我想使用 json 和英语用户语言
标签: json weather weather-api