Skip to content
William edited this page Jun 17, 2020 · 2 revisions

Events Endpoint

Objects

Name Type Example
image String https://i.bandori.party/u/e/120RAISE-A-SUILEN-RAISE-THE-CURTAINS-Part-1-yxlGSx.png
name String "RAISE A SUILEN ~RAISE THE CURTAINS~ (Part 1)
japanese_name String RAISE A SUILEN~御簾を上げろ~(前編)
i_type String mission_live
start_date String 2020-06-10T06:00:00Z
end_date String 2020-06-18T11:59:00Z
c_versions Array[String] ["JP"]
english_image String
english_start_date String
english_end_date String
taiwanese_image String
taiwanese_start_date String
taiwanese_end_date String
korean_image String
korean_start_date String
korean_end_date String
main_card Int 1468
secondary_card Int 1469
i_boost_attribute String "Cool"
i_boost_stat String
boost_members Array[Int] [36, 37, 38, 39, 40]

Methods

Get the list of events

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

Response: Paginated array of event objects.

Get an event by ID

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

Response: An event object.

Note : Event objects still have an id attribute internally, which is why it is possible to get the event by ID even if the response does not contain it.

Clone this wiki locally