-
Notifications
You must be signed in to change notification settings - Fork 13
Objects list card_t
The Holy Constituency of the Summer Triangle edited this page Jun 15, 2016
·
1 revision
All the keys here have the same meaning of their card_t counterparts.
Any of these keys can be passed in the keys
parameter of the query string
to customize the response.
GET /api/v1/list/card_t
{
"result": [
{
"attribute": 2,
"bonus_dance": 169,
"bonus_hp": 2,
"bonus_visual": 163,
"bonus_vocal": 164,
"chara": {
"ref": "/api/v1/char_t/180"
},
"chara_id": 180,
"conventional": "Sasaki Chie",
"dance_max": 3366,
"dance_min": 1750,
"evolution_id": 200194,
"has_spread": true,
"hp_max": 35,
"hp_min": 35,
"id": 200193,
"name_only": "佐々木千枝",
"pose": 5,
"rarity_dep": {
"add_max_level": 0,
"add_param": 0,
"base_give_exp": 1000,
"base_give_money": 5000,
"base_max_level": 60,
"max_love": 100,
"max_star_rank": 20,
"rarity": 5
},
"ref": "/api/v1/card_t/200193",
"title": "ハイファイ☆デイズ",
"visual_max": 3254,
"visual_min": 1692,
"vocal_max": 3273,
"vocal_min": 1702
},
...
}