-
Notifications
You must be signed in to change notification settings - Fork 7
API Members
deby edited this page Feb 16, 2018
·
3 revisions
✅ | Name | Type | Example |
---|---|---|---|
id |
Int | 6 | |
name |
String | Kasumi Toyama | |
japanese_name |
String | 戸山 香澄 | |
image |
String | http://i.bandori.party/u/i/stXyjVKasumi-Toyama-xLT2uf.png | |
square_image |
String | http://i.bandori.party/u/i/m/6Kasumi-Toyama-jsVzTv.png | |
i_band |
String | Poppin' Party | |
school |
String | Hanasakigawa Girls' Academy | |
i_school_year |
String | First | |
romaji_CV |
String | Aimi | |
CV |
String | 愛美 | |
birthday |
String | 2000-07-14 | |
food_likes |
String | French Fries, White Rice | |
food_dislikes |
String | Natto | |
i_astrological_sign |
String | Cancer | |
hobbies |
String | Guitar/Vocals | |
description |
String | She is highly active and always positive girl. Since she entered high school, she's been searching for something sparkling that could make her heart flutter. Along the way, she encountered a girl with a bright red star-shaped guitar, and since then, it's become her dream to form a girl band. She has a younger sister in her family of 4, but it's not exactly clear who acts like the elder. |
GET http://bandori.party/api/members/
Response: Paginated array of member objects.
Key | Example Value | Notes |
---|---|---|
i_band |
29 | Member object's band ID |
school |
Hanasakigawa Girls' Academy | Exact value of member object's school |
i_school_year |
1 | See below |
i_astrological_sign |
1 |
Choices
- School Year
- 0 : First
- 1 : Second
- 2 : Third
- Astrological Sign
- 0 : Leo
- 1 : Aries
- 2 : Libra
- 3 : Virgo
- 4 : Scorpio
- 5 : Capricorn
- 6 : Pisces
- 7 : Gemini
- 8 : Cancer
- 9 : Sagittarius
- 10 : Aquarius
- 11 : Taurus
GET http://bandori.party/api/members/{ID}/
Response: A member object.