"status":"CONNECTED",
"config": {
"apps": [
+ {
+ "id": 23,
+ "minAge": 3,
+ "name": "My game title",
+ "description": "Game description FIXME format",
+ "package": "org.example.game",
+ "size": 12345,
+ "download": {
+ "url": "http://example.org/game.apk"
+ },
+ "genre": "Racing",
+ "genres": [
+ {
+ "genre": "Racing"
+ }
+ ],
+ "popular": 1,
+ "featured": 1,
+ "isfree": true,
+ "bought": false,
+ "downloadedfree": false,
+ "multipricing": {
+ "buy": [
+ {
+ "amount": 23.42,
+ "isocurrency": "EUR"
+ }
+ ],
+ "rent": [
+ ]
+ },
+ "images": [
+ {
+ "name": "STICK_SCREENSHOT",
+ "width": 512,
+ "height": 384,
+ "urls": [
+ {
+ "url": "http://example.org/image.jpg"
+ }
+ ]
+ }
+ ]
+ }
],
"global": {
"uitranslation": {
Status code
``200 OK``
+
+``body.config.apps[].genre``
+ Not used in firmware 2071, but still available - probably for older versions.
+``body.config.apps[].genres``
+ Known genres:
+ - Action
+ - Adventure
+ - Arcade
+ - Classics
+ - Media
+ - Platformer
+ - Puzzle
+ - Racing
+ - Shmup
+ - Shooter
+
+``body.config.apps[].images.name``
+ Special name ``STICK_SCREENSHOT`` adds the image URLs as screenshot,
+ otherwise as thumbnail. (firmware 2071).
+
+ Known names:
+ - ``STICK_THUMBNAIL1`` (width 350)
+ - ``STICK_THUMBNAIL2`` (width 350)
+ - ``STICK_THUMBNAIL3`` (width 350)
+ - ``STICK_THUMBNAIL4`` (width 350)
+ - ``STICK_VIDEO1_SCREENSHOT`` (width 350)
+ - ``STICK_REGISTRATION_GAME_ICON`` (200x200px)
+ - ``STICK_SCREENSHOT`` (width 350)
+
.. include:: api-rest-connect-stick-stick-xxx-view.json.response-registered.json
:code: