Skip to content
deby edited this page Jul 8, 2016 · 4 revisions

School Idol API - Authentication endpoint

GET http://schoolido.lu/api/cacheddata/

This endpoint returns a bunch of info that the server has in cache. It's much faster than any other API endpoint because it doesn't need to call the database.

Note: We only update the API depending on what people need. We may have more data in cache that you might be interested in getting faster with this endpoint. Contact us.

Response
Name Type Note
current_event_en Object with image (URL) and japanese_name (String) "current" might also mean "upcoming" or "latest"
current_event_jp Object with image (URL) and japanese_name (String) "current" might also mean "upcoming" or "latest"
current_contests Array of objects with url (URL), image (URL), homepage_image (URL) and name (URL)
cards_info Cards info object
Cards info object
Name Type Note
max_stats Object with Smile (Int), Pure (Int), Cool (Int) Highest possible value for each cards stat
en_cards Array of Int List of ids of all the cards available in the English version of the game
years Array of String List of all possible idols years. ⚠️ Not localized
schools Array of String List of all possible idols schools
songs_max_stats Int Highest number of notes of all songs
idols Array of objects with name (String), idol__japanese_name (String), total (Int) total is the total number of cards this idol has
sub_units Array of String List of all the idols sub-units
total_cards Int Total number of cards. Can be used to generate an equivalent of en_cards for the Japanese version since the cards ids are contiguous.
translated_collections Array of objects with translated_collection (String), total (Int) total is the total number of cards in the collection. ⚠️ Not localized (English only)
skills Array of objects with skill (Skill choices), total (Int) total is the total number of cards with this skill
collections Array of objects with japanese_collection (String), total (Int) total is the total number of cards in the collection

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