Some details info
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-apps-xxx.rst
1 ============================================
2 ``GET https://devs.ouya.tv/api/v1/apps/xxx``
3 ============================================
4
5 Fetch the details for an app/game.
6
7
8 Usage
9 =====
10 - When the user enters the detail page in the discover store.
11 - Sometimes the OUYA refreshes details of all installed apps while running.
12
13 Related to ``api/v1/details``, which is used for already installed apps.
14
15
16 HTTP request
17 ============
18 Protocol
19   ``https``
20 Method
21   ``GET``
22 Host
23   ``devs.ouya.tv``
24 Path
25   ``/api/v1/apps/xxx``
26
27   ``xxx``
28     Package name of an app
29
30     Also UUID of a package release.
31
32   Example: ``/api/v1/apps/com.toa.tetrisFusionOuya``
33 Headers
34   Standard headers
35
36   ``console_id``
37     Same as ``X-OUYA-Console-Id``
38 GET parameters
39   ``auth_token``
40     Same as ``X-OUYA-AuthToken``
41
42
43 HTTP response
44 =============
45 Status code
46   ``200 OK``
47 Content-type
48   ``application/json; charset=utf-8``
49
50
51 Example
52 -------
53
54 .. include:: api-v1-apps-xxx.response.json
55    :code: