Bulk API

To get data for multiple locations, you will have to make a POST request. Bulk access is enabled for local and marine weather API only.

'q' parameter should have semicolon (;) as separator between different locations.

Curl example:


curl -X POST -F "key=<YOUR_API_KEY>" -F "q=53,-0.3;44.90,23.45;London" -F "format=json" -F "num_of_days=3" http://api.worldweatheronline.com/premium/v1/weather.ashx 
                
                

Do not send more than 10 locations in one request. Each location is counted as one request and deducted from daily request per day allocation for the API key provided.