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

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.