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>07/09/2010 00:33:04</generatedTime>
  </info>
  <data>
    <user>
      <email>api@metaweather.com</email>
      <publicKey>5cd10eb8628adda68838c1a202b1046a</publicKey>
      <privateKey>00000000000000000000000000000000</privateKey>
    </user>
    <hitcount>
      <twentyfourhour>19</twentyfourhour>
      <sevenday>144</sevenday>
      <onemonth>646</onemonth>
      <oneyear>8904</oneyear>
      <alltime>35250</alltime>
    </hitcount>
  </data>
</response>

Schema

Coming soon!