API Items - MagiCircles/BanGDream GitHub Wiki

Items Endpoint

Objects

Name Type Example
id Int 1
name String Stars
image String https://i.bandori.party/u/items/1Star-Aq09eH.png
i_type String other
m_description String

Methods

Get the list of items

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

Response: Paginated array of item objects.

Get an item by ID

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

Response: An item object.