-
Notifications
You must be signed in to change notification settings - Fork 7
API Assets
William edited this page Jun 17, 2020
·
1 revision
✅ | Name | Type | Example |
---|---|---|---|
id |
Int | 1 | |
image |
String | https://i.bandori.party/u/asset/1Kasumi-nese-Level-3-FQlDfv.png | |
english_image |
String | https://i.bandori.party/u/asset/e/1Kasumese-Level-3-ANjpT0.png | |
taiwanese_image |
String | https://i.bandori.party/u/asset/t/1Kasumi-nese-Level-3-TgcEZ8.png | |
korean_image |
String | https://i.bandori.party/u/asset/k/1Kasumi-nese-Level-3-VdKkt6.png | |
i_type |
String | comic | |
i_band |
String | Poppin'Party | |
name |
String | Kasumese, Level 3 | |
members |
Array[Int] | [6, 10] | |
c_tags |
Array[String] | ||
event |
Array[Int] | ||
value |
Int | ||
source |
String | ||
source_link |
String | ||
song |
String |
GET http://bandori.party/api/assets/
Response: Paginated array of asset objects.
GET http://bandori.party/api/assets/{ID}/
Response: An asset object.