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