Files
oc-server3/htdocs/okapi/services/apisrv/stats.xml
2014-10-08 10:06:07 +02:00

20 lines
914 B
XML

<xml>
<brief>Get some basic stats about the site</brief>
<issue-id>43</issue-id>
<desc>
Retrieve some basic statistics about this OKAPI installation.
If you want some more stats, post a comment!
</desc>
<common-format-params/>
<returns>
<p>A dictionary of the following structure:</p>
<ul>
<li><b>cache_count</b> - approximate total number of geocaches stored at this site,</li>
<li><b>user_count</b> - approximate total number of active users of this site,</li>
<li><b>apps_count</b> - approximate total number of all OKAPI applications (number of
registered API Keys).</li>
<li><b>apps_active</b> - approximate number of active OKAPI applications (the ones which issued
at least one, non-anonymous OKAPI request during the last month).</li>
</ul>
</returns>
</xml>