How to use world weather online api

Viewed 4728

hello i was wondering how to use worldweatheronline.com's weather api its request looks something like this...

http://api.worldweatheronline.com/free/v1/weather.ashx?q=London&format=json&num_of_days=5&show_comments=no&key=xxxxxxxxxxxxxxxxxxxxxxx

Im just new to this and really dont know how to use this, any help is appreciated.

Its uses a JSON request and it can be found at here http://developer.worldweatheronline.com/io-docs

The Key xxxxxxxxxxxxxxxxxxxx is been used to hide my key

3 Answers
Related