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

School Idol API - Events endpoint

Objects

Name Type Example Note
japanese_name String "なりたい私に"
romaji_name String "Naritai Watashi ni"
english_name String "The Best Version of Me"
translated_name Localized string (only when language is not en) "Der Schwimmanzug-Wettbewerb von μ's."
image URL "http://i.schoolido.lu/events/なりたい私に.jpg"
english_image URL "http://i.schoolido.lu/events/EN/TheBestVersionOfMe_EventBanner_1.png"
beginning Date yyyy-MM-dd'T'HH:mm:ssZZZZZ "2013-06-12T16:00:00+09:00" Japanese time zone
end Date yyyy-MM-dd'T'HH:mm:ssZZZZZ "2013-06-24T15:00:00+09:00" Japanese time zone
english_beginning Date yyyy-MM-dd'T'HH:mm:ssZZZZZ "2014-07-04T11:00:00Z" UTC time zone
english_end Date yyyy-MM-dd'T'HH:mm:ssZZZZZ "2014-07-15T10:00:00Z" UTC time zone
japan_current Boolean false
world_current Boolean false
japanese_t1_points Int 47472
japanese_t1_rank Int 1000
japanese_t2_points Int 31330
japanese_t2_rank Int 5000
english_t1_points Int 35212
english_t1_rank Int 200
english_t2_points Int 25793
english_t2_rank Int 1000
note Localized string "First event with Technical difficulty"
website_url URL "http://schoolido.lu/events/%E3%81%AA%E3%82%8A%E3%81%9F%E3%81%84%E7%A7%81%E3%81%AB/"

Methods

Get the list of events

GET http://schoolido.lu/api/events/
Response

Paginated array of Event object

Optional parameters for filtering
Name Value Note
search Free search term, break terms with spaces. Will search through japanese_name and english_name
idol Exact value Name of the idols of the cards you can get during the event
main_unit Exact value Main unit of the idols of the cards you can get during the event
skill Exact value Skill of the cards you can get during the event
attribute Exact value Attribute of the cards you can get during the event
is_english True or False

Get the latest events

See API Cached data

Get an event by Japanese name

GET http://schoolido.lu/api/events/{japanese_name}/
Response

Event object

Parameters

Parameters

See Get the list of events.

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