More UUID madness
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-details.rst
1 ===========================================
2 ``GET https://devs.ouya.tv/api/v1/details``
3 ===========================================
4
5 Detail page for an app bundle.
6
7 Also used as detail page for installed games when opened through
8 the "Play" section.
9
10
11 HTTP request
12 ============
13 Protocol
14   ``https``
15 Method
16   ``GET``
17 Host
18   ``devs.ouya.tv``
19 Path
20   ``/api/v1/details``
21 Headers
22   Standard headers
23 GET parameters
24   ``auth_token``
25     Same as ``X-OUYA-AuthToken``
26   ``page``
27     UUID of the bundle page to show
28
29     Example: ``be239ca4-10fd-42dd-89cd-1806e80b1362``
30   ``app``
31     Package name of an app.
32
33     Example: ``org.blockinger.game``
34   ``developer``
35     UUID of the developer
36
37     Example: ``5b015434-8a78-4274-aa5d-0cb2e330e50e``
38
39 Only one of ``app``, ``developer`` or ``page`` is provided.
40
41
42 HTTP response
43 =============
44 Status code
45   ``200 OK``
46 Content-type
47   ``application/json; charset=utf-8``
48
49 Example: App
50 ---------------
51
52 .. include:: api-v1-details.response-app.json
53    :code:
54
55 Example: Bundle
56 ---------------
57
58 .. include:: api-v1-details.response-bundle.json
59    :code:
60
61 A full version of that response data is available in git at
62 ``api/devs.ouya.tv/api-v1-details.response-bundle-full.json``