Skip to content
William edited this page Jun 17, 2020 · 1 revision

Assets Endpoint

Objects

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

Methods

Get the list of assets

GET http://bandori.party/api/assets/

Response: Paginated array of asset objects.

Get an event by ID

GET http://bandori.party/api/assets/{ID}/

Response: An asset object.