a8252163815e7f15edce0caba1f12a07d17a8231
[ouya-game-data.git] / game-metadata.html
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html>
3 <html xmlns="http://www.w3.org/1999/xhtml">
4  <head>
5   <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"/>
6   <title>OUYA game meta data</title>
7  </head>
8  <body>
9   <table border="1">
10    <thead>
11     <tr>
12      <th>Group</th>
13      <th>Datum</th>
14      <th><a href="http://cweiske.de/ouya-store-api-docs.htm#get-https-devs-ouya-tv-api-v1-discover">Discover field</a></th>
15      <th><a href="http://cweiske.de/ouya-store-api-docs.htm#get-https-devs-ouya-tv-api-v1-apps-xxx">App details field</a></th>
16      <th><a href="https://gitlab.com/devirich/BrewyaOnOuya/blob/master/store/models.py">BrewyaOnOuya field</a></th>
17      <th>Example</th>
18      <th>Description</th>
19     </tr>
20    </thead>
21    <tbody>
22
23     <tr>
24      <td>app</td>
25      <td>Game UUID</td>
26      <td>uuid</td>
27      <td>uuid</td>
28      <td>App.uuid</td>
29      <td>780688a9-95ee-429a-8755-69a8d0c88fe0</td>
30      <td></td>
31     </tr>
32     <tr>
33      <td>app</td>
34      <td>Game title</td>
35      <td>title</td>
36      <td>title</td>
37      <td>App.title</td>
38      <td>Bloo Kid 2</td>
39      <td></td>
40     </tr>
41     <tr>
42      <td>app</td>
43      <td>Overview text</td>
44      <td></td>
45      <td>overview</td>
46      <td>App.overview</td>
47      <td>Released in October 2015 by winterworks GmbH.</td>
48      <td></td>
49     </tr>
50     <tr>
51      <td>app</td>
52      <td>Description</td>
53      <td></td>
54      <td>description</td>
55      <td>App.description</td>
56      <td>Bloo Kid 2 is a classic 2D retro-style platformer experience with lovely designed pixel-graphics and a full chiptune soundtrack. Run, jump and swim your way through FIVE huge worlds with TWELVE levels each. Master brutal bossfights and discover lots of secrets in the world of Bloo Kid 2.\r\n\r\nBloo Kid 2 features:\r\n- five worlds with twelve levels each\r\n- handcrafted, colorful pixel-graphics\r\n- a full chiptune soundtrack\r\n- epic boss battles\r\n- tons of secrets\r\n- achievements</td>
57      <td></td>
58     </tr>
59     <tr>
60      <td>app</td>
61      <td>Number of players</td>
62      <td>gamerNumbers</td>
63      <td>gamerNumbers</td>
64      <td>App.playerNumbers</td>
65      <td>[1]</td>
66      <td>Any combination of 1-4</td>
67     </tr>
68     <tr>
69      <td>app</td>
70      <td>Genre list</td>
71      <td>genres</td>
72      <td>genres</td>
73      <td>App.genres</td>
74      <td>[Platformer, Retro]</td>
75      <td>
76       original genre list:
77       <ul>
78        <li>Adventure</li>
79        <li>App</li>
80        <li>Arcade/Pinball</li>
81        <li>Card/Casino</li>
82        <li>Dual Stick</li>
83        <li>Entertainment</li>
84        <li>Fight!</li>
85        <li>FPS/Shooter</li>
86        <li>Kids List</li>
87        <li>Meditative</li>
88        <li>Multiplayer</li>
89        <li>Music</li>
90        <li>Platformer</li>
91        <li>Puzzle/Trivia</li>
92        <li>Racing</li>
93        <li>Retro</li>
94        <li>Role-Playing</li>
95        <li>Short on Time?</li>
96        <li>Sim/Strategy</li>
97        <li>Sports</li>
98        <li>Utility</li>
99        <li>Video</li>
100       </ul>
101      </td>
102     </tr>
103     <tr>
104      <td>app</td>
105      <td>Package name</td>
106      <td>package</td>
107      <td></td>
108      <td>App.packageName</td>
109      <td>evil.corptron.DuckGame</td>
110      <td></td>
111     </tr>
112     <tr>
113      <td>app</td>
114      <td>Details URL</td>
115      <td>url</td>
116      <td></td>
117      <td>?</td>
118      <td>ouya://launcher/details?app=evil.corptron.DuckGame</td>
119      <td></td>
120     </tr>
121     <tr>
122      <td>app</td>
123      <td>Game website</td>
124      <td></td>
125      <td>website</td>
126      <td>App.website</td>
127      <td>http://www.winterworks.de</td>
128      <td></td>
129     </tr>
130     <tr>
131      <td>app</td>
132      <td>Content rating</td>
133      <td>contentRating</td>
134      <td>contentRating</td>
135      <td>App.contentRating</td>
136      <td>Everyone</td>
137      <td>
138       <ul>
139        <li>Everyone</li>
140        <li>9+</li>
141        <li>12+</li>
142        <li>17+</li>
143       </ul>
144      </td>
145     </tr>
146     <tr>
147      <td>app</td>
148      <td>FIXME</td>
149      <td>premium</td>
150      <td>premium</td>
151      <td>App.premium</td>
152      <td>false</td>
153      <td></td>
154     </tr>
155     <tr>
156      <td>app</td>
157      <td>When the game was published</td>
158      <td></td>
159      <td>firstPublishedAt</td>
160      <td>App.firstPublishedAt</td>
161      <td>2015-10-09T07:53:25Z</td>
162      <td></td>
163     </tr>
164     <tr>
165      <td>app</td>
166      <td>Are there in-app purchases?</td>
167      <td>inAppPurchases</td>
168      <td></td>
169      <td>-</td>
170      <td>true</td>
171      <td></td>
172     </tr>
173     <tr>
174      <td>app</td>
175      <td>FIXME</td>
176      <td>type</td>
177      <td></td>
178      <td>-</td>
179      <td>app</td>
180      <td>"app", "discover" or "details_page" (for bundles)</td>
181     </tr>
182     <tr>
183      <td>app</td>
184      <td>Last update (unix timestamp)</td>
185      <td>updated_at</td>
186      <td></td>
187      <td>AppVersion.releaseTime</td>
188      <td>1417731390</td>
189      <td></td>
190     </tr>
191     <tr>
192      <td>app</td>
193      <td>Last update</td>
194      <td>updatedAt</td>
195      <td></td>
196      <td>AppVersion.releaseTime</td>
197      <td>2014-12-04T22:16:30Z</td>
198      <td></td>
199     </tr>
200
201     <tr>
202      <td>rating</td>
203      <td>Number of likes?</td>
204      <td></td>
205      <td>likeCount</td>
206      <td>Rating.likeCount</td>
207      <td>0</td>
208      <td></td>
209     </tr>
210     <tr>
211      <td>rating</td>
212      <td>Average rating</td>
213      <td>rating.average</td>
214      <td>ratingAverage</td>
215      <td>Rating.rating</td>
216      <td>4.1</td>
217      <td></td>
218     </tr>
219     <tr>
220      <td>rating</td>
221      <td>Number of ratings</td>
222      <td>rating.count</td>
223      <td>ratingCount</td>
224      <td>Rating.reviewCount</td>
225      <td>355</td>
226      <td></td>
227     </tr>
228
229     <tr>
230      <td>product</td>
231      <td>Promotion data</td>
232      <td>promotedProduct</td>
233      <td>promotedProduct</td>
234      <td>App.promotedProduct</td>
235      <td>null</td>
236      <td>May be "null" if none, otherwise object</td>
237     </tr>
238     <tr>
239      <td>product</td>
240      <td>Product key</td>
241      <td>promotedProduct.identifier</td>
242      <td>promotedProduct.identifier</td>
243      <td>Product.identifier</td>
244      <td>unlock_rockets</td>
245      <td></td>
246     </tr>
247     <tr>
248      <td>product</td>
249      <td>Product name</td>
250      <td>promotedProduct.name</td>
251      <td>promotedProduct.name</td>
252      <td>Product.name</td>
253      <td>Unlock Full Game</td>
254      <td></td>
255     </tr>
256     <tr>
257      <td>product</td>
258      <td>Product currency</td>
259      <td>promotedProduct.currency</td>
260      <td>promotedProduct.currency</td>
261      <td>-</td>
262      <td>EUR</td>
263      <td></td>
264     </tr>
265     <tr>
266      <td>product</td>
267      <td>Product description</td>
268      <td>promotedProduct.description</td>
269      <td>promotedProduct.description</td>
270      <td>Product.description</td>
271      <td>Remove the 9 satellites limitation. Infinite satellites!</td>
272      <td></td>
273     </tr>
274     <tr>
275      <td>product</td>
276      <td>Saving</td>
277      <td>promotedProduct.percentOff</td>
278      <td>promotedProduct.percentOff</td>
279      <td>-</td>
280      <td>0</td>
281      <td></td>
282     </tr>
283     <tr>
284      <td>product</td>
285      <td>Current price</td>
286      <td>promotedProduct.localPrice</td>
287      <td>promotedProduct.localPrice</td>
288      <td>-</td>
289      <td>1.99</td>
290      <td></td>
291     </tr>
292     <tr>
293      <td>product</td>
294      <td>Previous price</td>
295      <td>promotedProduct.originalPrice</td>
296      <td>promotedProduct.originalPrice</td>
297      <td>Product.originalPrice</td>
298      <td>1.99</td>
299      <td></td>
300     </tr>
301
302     <tr>
303      <td>apk</td>
304      <td>versionNumber</td>
305      <td>latestVersion.versionNumber</td>
306      <td>versionNumber</td>
307      <td>Apk.versionName</td>
308      <td>1.6</td>
309      <td></td>
310     </tr>
311     <tr>
312      <td>apk</td>
313      <td>UUID of latest apk version</td>
314      <td>latestVersion.uuid</td>
315      <td>latestVersion</td>
316      <td>Apk.versionCode</td>
317      <td>780688a9-95ee-429a-8755-69a8d0c88fe0</td>
318      <td></td>
319     </tr>
320     <tr>
321      <td>apk</td>
322      <td>FIXME</td>
323      <td></td>
324      <td>publicSize</td>
325      <td>Apk.publicSize</td>
326      <td>27275</td>
327      <td></td>
328     </tr>
329     <tr>
330      <td>apk</td>
331      <td>FIXME</td>
332      <td></td>
333      <td>nativeSize</td>
334      <td>Apk.nativeSize</td>
335      <td>20292</td>
336      <td></td>
337     </tr>
338     <tr>
339      <td>apk</td>
340      <td>MD5 file hash</td>
341      <td>latestVersion.apk.md5sum</td>
342      <td>md5sum</td>
343      <td>Apk.md5sum</td>
344      <td>a5b0f82d54df5f551a64295e43771a10</td>
345      <td></td>
346     </tr>
347     <tr>
348      <td>apk</td>
349      <td>APK file size</td>
350      <td></td>
351      <td>apkFileSize</td>
352      <td>Apk.size</td>
353      <td>25507828</td>
354      <td></td>
355     </tr>
356     <tr>
357      <td>apk</td>
358      <td>APK publish date</td>
359      <td></td>
360      <td>publishedAt</td>
361      <td>AppVersion.releaseTime</td>
362      <td>2015-10-23T09:58:19Z</td>
363      <td></td>
364     </tr>
365     <tr>
366      <td>apk</td>
367      <td>downloadLink</td>
368      <td></td>
369      <td></td>
370      <td>Apk.location</td>
371      <td>https://devs-ouya-tv-prod.s3.amazonaws.com/apps/5a3fbb4d-852b-4af4-becc-324dce6a3b42/de.eiswuxe.blookid2/780688a9-95ee-429a-8755-69a8d0c88fe0/lFzMjcZyQauvWX5k8HvH_blookid2.apk</td>
372      <td>Also in download.json</td>
373     </tr>
374
375     <tr>
376      <td>media</td>
377      <td>Discover image</td>
378      <td>image</td>
379      <td></td>
380      <td>Media</td>
381      <td>https://www.filepicker.io/api/file/05y2T8cKTY6cUfX7RYFR</td>
382      <td></td>
383     </tr>
384     <tr>
385      <td>media</td>
386      <td>Large image</td>
387      <td></td>
388      <td>mainImageFullUrl</td>
389      <td>App.titleImage</td>
390      <td>https://d3e4aumcqn8cw3.cloudfront.net/api/file/MASaiOBlTEO7GKYXsIns</td>
391      <td></td>
392     </tr>
393     <tr>
394      <td>media</td>
395      <td>Video</td>
396      <td></td>
397      <td>videoUrl</td>
398      <td>Media</td>
399      <td>https://vimeo.com/141878938</td>
400      <td></td>
401     </tr>
402     <tr>
403      <td>media</td>
404      <td>Game screenshots</td>
405      <td></td>
406      <td>filepickerScreenshots</td>
407      <td>Media</td>
408      <td>[urls]</td>
409      <td></td>
410     </tr>
411     <tr>
412      <td>media</td>
413      <td>FIXME</td>
414      <td></td>
415      <td>mobileAppIcon</td>
416      <td>App.iconImage</td>
417      <td>null</td>
418      <td></td>
419     </tr>
420
421     <tr>
422      <td>developer</td>
423      <td>Developer name</td>
424      <td></td>
425      <td>developer</td>
426      <td>Developer.name</td>
427      <td>winterworks GmbH</td>
428      <td></td>
429     </tr>
430     <tr>
431      <td>developer</td>
432      <td>Developer support mail</td>
433      <td></td>
434      <td>supportEmailAddress</td>
435      <td>Developer.supportEmail</td>
436      <td>null</td>
437      <td></td>
438     </tr>
439     <tr>
440      <td>developer</td>
441      <td>Support phone number</td>
442      <td></td>
443      <td>supportPhone</td>
444      <td>Developer.supportPhone</td>
445      <td>null</td>
446      <td></td>
447     </tr>
448     <tr>
449      <td>developer</td>
450      <td>Developer is a founder</td>
451      <td></td>
452      <td>founder</td>
453      <td>Developer.founder</td>
454      <td>false</td>
455      <td></td>
456     </tr>
457
458    </tbody>
459   </table>
460  </body>
461 </html>