API Costumes - MagiCircles/BanGDream GitHub Wiki
Costumes Endpoint
Objects
β | Name | Type | Example |
---|---|---|---|
id |
Int | 1484 | |
member |
Int | 40 | |
i_costume_type |
String | live | |
card |
Int | 1467 | |
display_image |
String | //i.bandori.party/u/cos/p/S1NlX5CHUΒ²-δΈηγε€γγε-Hn3XoY.png | |
name |
String |
Methods
Get the list of costumes
GET http://bandori.party/api/costumes/
Response: Paginated array of costume objects.
Get an costume by ID
GET http://bandori.party/api/costumes/{ID}/
Response: A costume object.