API Cards - MagiCircles/BanGDream GitHub Wiki

Cards Endpoint

Objects

Name Type Example
id Int 511
member Int 8
i_rarity Int 3
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
visual_min Int 3177
visual_max Int 6259
visual_trained_max Int 9640
cameo_members Array [6,7]
i_side_skill_type String null
skill_template String For the next {duration} seconds, score of all notes boosted by +{percentage}%
skill_variables JSONObject {"duration":5,"percentage":60.0}
side_skill_template String null
side_skill_variables String <Missing>
full_skill String For the next 5 seconds, score of all notes boosted by +60.0%
release_date String 2017-03-16
is_original Boolean true
is_promo Boolean false

Methods

Get the list of cards

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

Response: Paginated array of card objects.

Optional Filter Parameters
Key Example Value Notes
member_id 29 Member object's ID
member_band 3 Member object's band ID
i_rarity 1
i_attribute 1
trainable 3
i_skill_type 1

Choices

  • Rarity
    • Self-explanatory
  • Attribute
    • 1 : Power
    • 2 : Cool
    • 3 : Pure
    • 4 : Happy
  • Trainable
    • 1 : Both
    • 2 : Trainable
    • 3 : Not Trainable
  • Skill Type
    • 1 : Score Up
    • 2 : Life Recovery
    • 3 : Perfect Lock

Get a card by ID

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

Response: A card object.

⚠️ **GitHub.com Fallback** ⚠️