metaweather.location.sourcesUsed
Description
Gives the list of sources used to generate data for a location on a given date
Arguments
| Name | Required? | Default Value | Description |
|---|---|---|---|
| locationid | Yes | ID of the location you want data on. | |
| date | Today's date (GMT) | Date you want to know what sources were used on |
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.location.sourcesUsed&locationid=3&date=2005-12-31
<?xml version="1.0" encoding="utf-16"?>
<response status="ok">
<info>
<method>metaweather.location.sourcesUsed</method>
<server type="web">bruce</server>
<server type="db">terry</server>
<timeTaken>0</timeTaken>
<generatedTime>10/09/2010 18:32:00</generatedTime>
</info>
<data />
</response>
Schema
Coming soon!
