blob: d8c877d9883a12be6ebab632b33a449db273089a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Gacha Banner Endpoints
======================
:ref:`routingtable`
The ``card_type`` field indicates the type of banner.Possible values are:
* ``Outfit``
* ``Support Card``
**Note:** New banners in game updates may take up to a day or longer to appear because I need to manually update the game first.
Endpoints
---------
.. http:get:: /api/v1/gacha
Returns a list of all gacha banners with some basic info.
.. http:get:: /api/v1/gacha/(int:gacha_id)
Returns more detailed information about a specific gacha banner, including outfit/support card details.
.. http:get:: /api/v1/gacha/current
Returns detailed information about the current gacha banner(s).
|