summaryrefslogtreecommitdiff
path: root/data/docs
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2014-03-10 11:55:04 +0100
committerYorhel <git@yorhel.nl>2014-03-10 11:56:25 +0100
commit721d0868f36da2412bad4a1efdbd1abac36812bd (patch)
tree9ede9993c80aceacc591c7a9d73bb2a9122fb7a3 /data/docs
parente13c14cdcff2af652f248f0c9b59a8631d69ede5 (diff)
Multi::API: Expose popularity, rating and votecount
http://vndb.org/t5121
Diffstat (limited to 'data/docs')
-rw-r--r--data/docs/1122
1 files changed, 22 insertions, 0 deletions
diff --git a/data/docs/11 b/data/docs/11
index 83248b24..b5667e05 100644
--- a/data/docs/11
+++ b/data/docs/11
@@ -463,6 +463,27 @@ however still required.<br />
often.
</td>
</tr>
+ <tr class="odd">
+ <td>popularity</td>
+ <td>stats</td>
+ <td>number</td>
+ <td>no</td>
+ <td>Between 0 (unpopular) and 100 (most popular).</td>
+ </tr>
+ <tr>
+ <td>rating</td>
+ <td>stats</td>
+ <td>number</td>
+ <td>no</td>
+ <td>Bayesian rating, between 1 and 10.</td>
+ </tr>
+ <tr class="odd">
+ <td>votecount</td>
+ <td>stats</td>
+ <td>integer</td>
+ <td>no</td>
+ <td>Number of votes.</td>
+ </tr>
</table>
<p>Sorting is possible on the 'id', 'title' and 'released' fields.</p><br />
@@ -1404,6 +1425,7 @@ however still required.<br />
<li>Added 'set' command, with types: votelist, vnlist and wishlist</li>
<li>New error id: 'settype'</li>
<li>Added "tags" flag and member to "get vn"</li>
+ <li>Added "stats" flag to "get vn"</li>
</ul>
<b>2.15</b>
<ul>