summaryrefslogtreecommitdiff
path: root/data/docs/14
blob: a4582dd2597856c82140e9698dc8fcca362f88cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
:TITLE:Database Dumps
:INC:index

:SUB:Introduction
<p>
 This page lists and documents any provided database dumps. These dumps are
 complimentary to the <a href="/d11">real-time API</a>, and the disclaimers
 that apply to the API apply here, too.
</p>


:SUB:Tags
<p>
 <b>URL:</b> <a href="https://vndb.org/api/tags.json.gz">https://vndb.org/api/tags.json.gz</a><br />
 <b>Updated:</b> Every 24 hours.<br />
 <b>Size:</b> ~190 KiB compressed, ~650 KiB uncompressed.<br />
 This dump includes information about all (approved) VN tags in the JSON
 format. The top-level type is an array of tags, and each tag is represented as
 an object with the following members:
</p>
<table style="margin: 5px 2%; width: 95%">
 <thead><tr>
  <td style="width: 80px">Member</td>
  <td style="width: 90px">Type</td>
  <td style="width: 40px">null</td>
  <td>Description</td>
 </tr></thead>
 <tr class="odd">
  <td>id</td>
  <td>integer</td>
  <td>no</td>
  <td>Tag ID</td>
 </tr>
 <tr>
  <td>name</td>
  <td>string</td>
  <td>no</td>
  <td>Tag name</td>
 </tr>
 <tr class="odd">
  <td>description</td>
  <td>string</td>
  <td>no</td>
  <td>Can include formatting codes as described in <a href="/d9.3">d9.3</a>.</td>
 </tr>
 <tr>
  <td>meta</td>
  <td>bool</td>
  <td>no</td>
  <td>Whether this is a meta tag or not.</td>
 </tr>
 <tr class="odd">
  <td>vns</td>
  <td>integer</td>
  <td>no</td>
  <td>Number of tagged VNs (including child tags)</td>
 </tr>
 <tr>
  <td>cat</td>
  <td>string</td>
  <td>no</td>
  <td>Tag category/classification: "cont" for content, "ero" for sexual stuff, and "tech" for technical details.</td>
 </tr>
 <tr class="odd">
  <td>aliases</td>
  <td>array of strings</td>
  <td>no</td>
  <td>(Possibly empty) list of alternative names.</td>
 </tr>
 <tr>
  <td>parents</td>
  <td>array of integers</td>
  <td>no</td>
  <td>List of parent tags (empty for root tags).</td>
 </tr>
</table>
<p>
 Tag names and their aliases are globally unique and self-describing. See the
 <a href="/d10#2.2">tag creation guidelines</a> for more information.
</p>


:SUB:Traits
<p>
 <b>URL:</b> <a href="https://vndb.org/api/traits.json.gz">https://vndb.org/api/traits.json.gz</a><br />
 <b>Updated:</b> Every 24 hours.<br />
 <b>Size:</b> ~220 KiB compressed, ~680 KiB uncompressed.<br />
 This dump includes information about all (approved) character traits in the
 JSON format. The top-level type is an array of traits, and each trait is
 represented as an object with the following members:
</p>
<table style="margin: 5px 2%; width: 95%">
 <thead><tr>
  <td style="width: 80px">Member</td>
  <td style="width: 90px">Type</td>
  <td style="width: 40px">null</td>
  <td>Description</td>
 </tr></thead>
 <tr class="odd">
  <td>id</td>
  <td>integer</td>
  <td>no</td>
  <td>Trait ID</td>
 </tr>
 <tr>
  <td>name</td>
  <td>string</td>
  <td>no</td>
  <td>Trait name</td>
 </tr>
 <tr class="odd">
  <td>description</td>
  <td>string</td>
  <td>no</td>
  <td>Can include formatting codes as described in <a href="/d9.3">d9.3</a>.</td>
 </tr>
 <tr>
  <td>meta</td>
  <td>bool</td>
  <td>no</td>
  <td>Whether this is a meta trait or not.</td>
 </tr>
 <tr class="odd">
  <td>chars</td>
  <td>integer</td>
  <td>no</td>
  <td>Number of characters on which this trait and any child traits is used.</td>
 </tr>
 <tr class="odd">
  <td>aliases</td>
  <td>array of strings</td>
  <td>no</td>
  <td>(Possibly empty) list of alternative names.</td>
 </tr>
 <tr>
  <td>parents</td>
  <td>array of integers</td>
  <td>no</td>
  <td>List of parent traits (empty for root traits).</td>
 </tr>
</table>
<p>
 Unlike with tags, trait names and aliases are neither globally unique nor
 self-describing.  If you wish to display a trait (name) to the user, you
 should do so in combination with its associated root trait. For example,
 <a href="/i112">i112</a> is often displayed as "Eyes > Green", to
 differentiate it with <a href="/i50">i50</a>, which is "Hair > Green".
</p>


:SUB:Votes
<p>
 <b>URL:</b> <a href="https://vndb.org/api/votes.gz">https://vndb.org/api/votes.gz</a><br />
 <b>Updated:</b> Every 24 hours.<br />
 <b>Size:</b> ~1.2 MiB compressed, ~3.5 MiB uncompressed.<br />
 This dump contains the VN votes of all users who did not mark their vote list
 as private. Votes from known duplicate accounts or from users who voted on
 unreleased VNs are also not included.<br />
 Each line in the file represents a single vote. Each line contains the VN id,
 user ID and vote, separated by a space. Votes are as listed on the site,
 multiplied by 10 (i.e. in the range of 10 - 100).
</p>