Endpoints

All endpoints available for Love Live! API

Episode Information

GET https://loveliveapi.herokuapp.com/api/anime/:anime/episode/:season-:episode

Returns information about the episode

Path Parameters

Name
Type
Description

anime

string

the anime name

season

string

season of the episode

episode

string

the episode number

{
  "titles": {
    "eng": "This Yet Unknown Feeling",
    "kan": "まだ名もないキモチ",
    "rom": "Mada Na mo nai Kimochi"
  },
  "cast": {
    "Sayuri Date": "Kanon Shibuya",
    "Liyuu": "Keke Tang",
    "Nako Misaki": "Chisato Arashi",
    "Naomi Payton": "Sumire Heanna",
    "Nagisa Aoyama": "Ren Hazuki",
    "Akane Matsunaga": "Aria Shibuya",
    "Mamiko Noto": "Kanon's Mother",
    "Romi Park": "Hana Hazuki",
    "Azumi Waki": "Nanami",
    "Miyu Tomita": "Yae",
    "Haruka Shiraishi": "Kokono",
    "Anna Mugiho": "Manmaru"
  },
  "premiere": "11-6-2021",
  "songs": {
    "insert": ["Mirai Yohou Hallelujah!", "Primary"]
  },
  "source": "https://love-live.fandom.com/wiki/This_Yet_Unknown_Feeling"
}

Song Information

GET https://loveliveapi.herokuapp.com/api/song/:song

Returns song information such as titles, lyrics, credits, etc.

Path Parameters

Name
Type
Description

song

string

The song name (remove all special characters)

Group Information

GET https://loveliveapi.herokuapp.com/api/unit/:group

Group includes sub-units and other known idol group in the franchise.

Path Parameters

Name
Type
Description

group

string

group name (e.g: muse)

School Information

GET https://loveliveapi.herokuapp.com/api/school/:school

Get information about schools that appears in the love live! franchise

Path Parameters

Name
Type
Description

school

string

school name (e.g otonokizaka-high-school)

Character Information

GET https://loveliveapi.herokuapp.com/api/character/:surname-:first_name

Get the character's general bio and list of songs the character sang IMPORTANT: The height measurement is in centimeters.

Path Parameters

Name
Type
Description

first_name

string

the character's first name (e.g Honoka)

surname

string

the character's surname (e.g: Kosaka)

Last updated

Was this helpful?