你好我想知道如何使用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用于隐藏我的密钥
答案 0 :(得分:1)
此软件包旨在用作WorldWeatherOnline API的包装:
答案 1 :(得分:0)
他们最近在他们的博客上发布了一些指南,展示了如何在PHP和NodeJ中使用他们的API
PHP Getting Started with World Weather Online API using PHP
Node.js Getting Started with World Weather Online API & Node.js
答案 2 :(得分:0)
这是一个例子
http://api.worldweatheronline.com/free/v2/weather.ashx?key=[API_KEY]&q=48.85,2.35&num_of_days=2&tp=3&format=json
此处包含必填字段和非必填字段的指南:http://www.worldweatheronline.com/api/docs/local-city-town-weather-api.aspx#current_condition_element