metaweather.user.getInfo
Description
Returns your keys, email, and information on how many hits you've made.
Arguments
Method has no arguments (other than your key, of course).
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.user.getInfo
<?xml version="1.0" encoding="utf-16"?>
<response status="ok">
<info>
<method>metaweather.user.getInfo</method>
<server type="web">bruce</server>
<server type="db">terry</server>
<timeTaken>0</timeTaken>
<generatedTime>10/09/2010 17:50:34</generatedTime>
</info>
<data>
<user>
<email>api@metaweather.com</email>
<publicKey>5cd10eb8628adda68838c1a202b1046a</publicKey>
<privateKey>00000000000000000000000000000000</privateKey>
</user>
<hitcount>
<twentyfourhour>33</twentyfourhour>
<sevenday>149</sevenday>
<onemonth>595</onemonth>
<oneyear>8832</oneyear>
<alltime>35333</alltime>
</hitcount>
</data>
</response>
Schema
Coming soon!
