GET https://devs.ouya.tv/api/v1/developers/xxx/products/
[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 store.
11 - When the user enters the detail page for an already installed app.
12 - Sometimes the OUYA refreshes details of all installed apps while running.
13
14
15 HTTP request
16 ============
17 Protocol
18   ``https``
19 Method
20   ``GET``
21 Host
22   ``devs.ouya.tv``
23 Path
24   ``/api/v1/apps/xxx``
25
26   ``xxx``
27     package name of an app
28
29   Example: ``/api/v1/apps/com.toa.tetrisFusionOuya``
30 Headers
31   Standard headers
32
33   ``console_id``
34     Same as ``X-OUYA-Console-Id``
35 GET parameters
36   ``auth_token``
37     Same as ``X-OUYA-AuthToken``
38
39
40 HTTP response
41 =============
42 Status code
43   ``200 OK``
44 Content-type
45   ``application/json; charset=utf-8``
46
47
48 Example
49 -------
50
51 .. include:: api-v1-apps-xxx.response.json
52    :code: