metaweather.weather.humidity
Description
Returns the humidity for a specified location and date
Arguments
| Name | Required? | Default Value | Description |
|---|---|---|---|
| locationid | Yes | ID of the location you want data on | |
| date | Today's date (GMT) | Date you require the data for |
Response
Live Example
Key used is not shown in example request. You can get your own to make requests here. Some information is withheld in these public examples, to protect the innocent.
http://www.metaweather.com/api/rest/?method=metaweather.weather.humidity&locationid=3&date=2005-12-31
<?xml version="1.0" encoding="utf-16"?>
<response status="ok">
<info>
<method>metaweather.weather.humidity</method>
<server type="web">bruce</server>
<server type="db">terry</server>
<timeTaken>0</timeTaken>
<generatedTime>10/09/2010 17:36:23</generatedTime>
</info>
<data>
<humidity>86</humidity>
</data>
</response>
Schema
Coming soon!
