Skip to content
deby edited this page Jun 6, 2016 · 8 revisions

School Idol API - Owned cards endpoint

Objects

Name Type Example Note
id Int 1
owner_account String 1 ID of the account in which this card is stored. Get the full Account object with expand_owner. Much slower.
card Int 530 ID of the card. Get the full Card object with expand_card. Much slower.
stored Stored choices "Deck"
idolized Boolean true
max_level Boolean false
max_bond Boolean true
expiration Date yyyy-MM-dd'T'HH:mm:ssZZZZZ "2015-02-15T08:00:00Z" Expiration of cards in the present box. UTC time zone.
skill Int 8 Default: 1. Max: 8.
Choices
  • stored: Deck, Album, Box, Favorite

Methods

Get the list of owned cards

GET http://schoolido.lu/api/owned cards/
Response

Paginated array of Owned card object

Optional parameters for filtering
Name Value Note
owner_account Exact value ID of the account in which the cards are stored
card Exact value ID of the card
idolized Exact value
stored Exact value
max_level Exact value
max_bond Exact value
skill Exact value Integer 1-8
card__name Exact value Name of the idol in the card
card__japanese_collection Exact value
card__rarity Exact value
card__attribute Exact value
card__is_promo True or False
card__is_special True or False
card__japan_only True or False
card__hp Exact value
card__skill Exact value skill field of the card
card__center_skill Exact value
minimum_skill Int
maximum_skill Int
card__is_event True or False
Optional parameters to get more data
Name Note
expand_card Will return the full Card object in the card field. Much slower.
expand_owner Will return the full Account object in the owner_account field. Much slower.

Get an owned card by id

GET http://schoolido.lu/api/ownedcards/{id}/
Response

Owned card object

Parameters

See Get the list of owned cards.

school idol tomodachi

List of features

School Idol Tomodachi Cards

School Idol Tomodachi Profile

School Idol Tomodachi Activities

School Idol Tomodachi Events

School Idol Festival, the game

Help us!

Developers

Clone this wiki locally