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).