Skip to content
Nitrous edited this page Jun 6, 2017 · 6 revisions

Cards Endpoint

Objects

Name Type Example
id Int 511
member Int 8
i_rarity String 戸山 香澄
i_attribute String Cool
name String Mustering Courage
japanese_name String 振り絞った勇気
image String http://i.bandori.party/u/c/511Rimi-Ushigome-Cool-JHo1eA.png
image_trained String http://i.bandori.party/u/c/a/511Rimi-Ushigome-Cool-mLLlvR.png
art String http://i.bandori.party/u/c/art/511Rimi-Ushigome-Cool-F3HxqH.png
art_trained String http://i.bandori.party/u/c/art/a/511Rimi-Ushigome-Cool-WgncuS.png
transparent String http://i.bandori.party/u/c/transparent/511Rimi-Ushigome-Cool-kDIRtL.png
transparent_trained String http://i.bandori.party/u/c/transparent/a/511Rimi-Ushigome-Cool-kUAMRg.png
skill_name String A Step of Faith
japanese_skill_name String 勇気の一歩
i_skill_type String Score Up
skill_details String Boosts score by +60% for 5 seconds.
performance_min Int 2808
performance_max Int 5532
performance_trained_max Int 8557
technique_min Int 3123
technique_max Int 6163
technique_trained_max Int 9493

Methods

Get the list of cards

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

Response: Paginated array of card objects.

Get a card by ID

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

Response: A card object.