API Areaitems - MagiCircles/BanGDream GitHub Wiki

Areaitems Endpoint

Objects

Name Type Example
id Int 1
image String https://i.bandori.party/u/areas/items/1Studio-Mic-0P2Ru4.png
name String Studio Mic
area Int 5
i_type String studio
i_instrument String mic
i_band String Poppin'Party
i_attribute String
i_boost_stat String
max_level Int 6
value_list Array[Int] [2, 2.5, 3, 3.5, 4, 4.5]
is_percent boolean true
life_list String
about String A typical studio microphone. Poppin Party's Kasumi uses it often for practice.

Methods

Get the list of areaitems

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

Response: Paginated array of areaitem objects.

Get an event by ID

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

Response: An areaitem object.