Skip to content

Multilanguage Database/API of the Love Live series songs and others. Contains Love Live Song Lists and Song URLs, Member Lists and Seiyuu Lists.

Notifications You must be signed in to change notification settings

AuroraCaelum/TakasakiInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hits

TakasakiInfo -
CSV & JSON Database of Love Live Song List, Song URLs, Member List, Seiyuu List.


IMPORTANT: Data is still being configured.
Current Issue: JSON Data in Aqours may have some empty entries. It will be fixed shortly.

README Language    ||    한국어    |    日本語    |    English

Database Status (Final Update Date, Quick Links)

Songs Albums Members
μ’s Planned Planned (CSV)
Aqours In Progress In Progress (CSV)
Nijigaku [Last Update 2023/11/27]
(JSON)
[Last Update 2023/11/27]
(CSV / JSON)
(CSV)
Liella! [Last Update 2023/11/27]
(JSON)
[Last Update 2023/11/27]
(CSV / JSON)
(CSV)
Hasunosora [Last Update 2024/01/02]
(JSON)
[Last Update 2024/01/02]
(CSV / JSON)
(CSV)
Musical [Last Update 2023/08/09]
(JSON)
[Last Update 2023/08/09]
(CSV / JSON)
(CSV)

Integrated JSON - TakasakiInfo.json


Last priority, but I'll do it someday...maybe
Love Live! Original Sound Tracks
  • Notes of School idol days
  • Notes of School idol days ~Glory~
  • Notes of School idol days ~Curtain Call~
Love Live! Sunshine!! Original Sound Tracks
  • Sailing to the Sunshine
  • Journey to the Sunshine
  • Sailing to the Rainbow
Love Live! Nijigasaki High School Idol Club Original Sound Tracks
  • Sound of TOKIMEKI
  • Bound of TOKIMEKI
Love Live! Superstar!! Original Sound Tracks
  • Dreams of the Superstar
  • Twinkle of the Superstar

API


API Endpoint
  • Full Database : GET /full

  • Random Songs : GET /random

    • Parameter
      • size - Indicates how many random songs will be returned.
  • Search : GET /search

    • Parameter
      • title
      • artist
      • lyricist
      • composer
      • arranger
      • category
        • Acceptable values are Muse, Aqours, Nijigaku, Liella, Hasunosora, Musical, Others

About

  • Multilanguage Database of the terms related to Love Live Series.
  • It provides Japanese/Romanization/Korean translation of the song title, and the release date and YouTube link of each song.
    • However, the YouTube link is only available for songs that have been officially released as streaming. For songs without streaming, it is filled with NA.

Before Starting

  • All data is based on the information on the official site or official music streaming service.
  • If the official name is English, no Korean translation is included.
  • For the reasons of the data is still being configured, missing data may exist and the structure of the data may change in the future.
  • The name of each file is the English name of the group, as follows.
    • μ’s - Muse
    • Aqours - Aqours
    • Nijigasaki High School Idol Club - Nijigaku
    • Liella! - Liella
    • Hasunosora Girls' High School Idol Club - Hasunosora
    • School Idol Musical - Musical

CSV Structure

  • The first row of each file contains a header.
  • Each data is provided as a CSV separated by ,
  • If a column contains multiple data, it is divided by ;

  • The columns for each album data are as follows.

    0 1 2 3 4 5 6
    Album Track Number Title (ja) Title (rom) Title (ko) Singer (ja) Singer (rom)
    7 8 9 10 11 12 13
    Singer (ko) Lyricist (ja) Lyricist (rom) Lyricist (ko) Composer (ja) Composer (rom) Composer (ko)
    14 15 16 17 18 19 20
    Arranger (ja) Arranger (rom) Arranger (ko) Release Date YT Link Category Notes
    21
    Pronunciation (Gana)
  • The columns for each member data are as follows.
    0 1 2 3 4 5 6
    Name(Japanese) Name(Romaji) Name(Korean) Seiyuu(Japanese) Seiyuu(Romaji) Seiyuu(Korean) Unit

  • The order of each row is as follows.
    • Song: Release Date Priority
    • Voice actors and members: Based on the order of members on the official website

JSON Structure

Songs

NOTE: The SONGS data is not including the 'Off Vocal' and 'Drama Part'.
Example: Multilanguage JSON (Nijigaku.json)

[
  {
    "title": {
      "ja": "ヤダ!",
      "rom": "Yada!",
      "ko": "싫어!"
    },
    "artist": {
      "ja": "優木せつ菜",
      "rom": "Setsuna Yuki",
      "ko": "유키 세츠나"
    },
    "lyricist": {
      "ja": "Akira Sunset",
      "rom": "Akira Sunset",
      "ko": "Akira Sunset"
    },
    "composer": [
      {
        "ja": "Akira Sunset",
        "rom": "Akira Sunset",
        "ko": "Akira Sunset"
      },
      {
        "ja": "菊地博人",
        "rom": "Hiroto Kikuchi",
        "ko": "키쿠치 히로토"
      }
    ],
    "arranger": {
      "ja": "菊地博人",
      "rom": "Hiroto Kikuchi",
      "ko": "키쿠치 히로토"
    },
    "album": "L! L! L! (Love the Life We Live)",
		"track": "8",
    "release": "2021-10-13",
    "link": "https://youtu.be/1lPESUmrbZY",
    "note": "",
    "pronunciation": "ヤダ!"
  },
  // Continues
]

Albums

Example: Multilangauge JSON (Liella.json)

[
  {
    "album": "始まりは君の空 [みんなで叶える物語盤]",
    "release": "2021-04-07",
    "songs": [
      {
        "track": "1",
        "title": {
          "ja": "始まりは君の空",
          "rom": "Hajimari wa Kimi no Sora",
          "ko": "시작은 너의 하늘"
        },
        "artist": {
          "ja": "Liella!",
          "rom": "Liella!",
          "ko": "Liella!"
        },
        "lyricist": {
          "ja": "畑 亜貴",
          "rom": "Aki Hata",
          "ko": "하타 아키"
        },
        "composer": {
          "ja": "兼松 衆",
          "rom": "Shu Kanematsu",
          "ko": "카네마츠 슈"
        },
        "arranger": {
          "ja": "兼松 衆",
          "rom": "Shu Kanematsu",
          "ko": "카네마츠 슈"
        },
        "link": "https://youtu.be/bjIRLovzc80",
        "note": "",
        "pronunciation": "はじまりはきみのそら"
      },
      // Track Continues
    ]
  },
  // Album Continues
]

Feedback

  • Feedback on the data structure or suggestions for missing information will be reflected if you send them through the Issue.

Disclaimer

All rights of the sources including songs and lyrics are completely belong to
  ©2013 Project Love Live!
  ©2017 Project Love Live! Sunshine!!
  ©2022 Project Love Live! Nijigasaki High School Idol Club
  ©Project Love Live! Nijiyon Animation
  ©2022 Project Love Live! Superstar!!
  ©PROJECT YOHANE
  ©Project Love Live! School Idol Musical
  ©Project Love Live! Hasunosora Jogakuin School Idol Club
and its rights holders SUNRISE, Bandai Namco Filmworks Inc., Lantis, and Bushiroad.

이 DB는

  • 러브라이브 시리즈 노래와 멤버에 대한 DB입니다.
  • 노래의 일본어 표기 / 로마자 표기 / 한국어 번역, 그리고 각 곡의 발매일과 유튜브 링크를 제공합니다.
    • 단, 유튜브 링크는 정식으로 스트리밍으로 발매된 곡에 한하여 제공됩니다. 스트리밍이 없는 곡의 경우, NA로 대체됩니다.

시작하기에 앞서

  • 모든 데이터는 공식 사이트나 공식 음원의 정보를 최우선으로 합니다.
  • 공식 명칭이 영어인 경우, 그에 대한 한국어 번역은 포함하지 않습니다.
  • 아직 데이터를 구성하는 중이므로, 누락된 데이터가 존재할 수 있으며, 차후 데이터의 구조가 변경될 수 있습니다.

CSV 구조

  • 각 파일의 첫번째 행에는 헤더가 포함되어 있습니다.
  • 각 데이터는 ,로 구분되는 CSV로 제공됩니다.
  • 하나의 열에 여러 개의 데이터가 들어있을 경우, ;로 구분됩니다.

  • 음반 데이터의 열은 다음과 같습니다.
    • 앨범명, 트랙 넘버, 제목(일본어), 제목(로마자), 제목(한국어), 가수(일본어), 가수(로마자), 가수(한국어), 작사가(일본어), 작사가(로마자), 작사가(한국어), 작곡가(일본어), 작곡가(로마자), 작곡가(한국어), 편곡자(일본어), 편곡자(로마자), 편곡자(한국어), 발매일, 유튜브 링크, 카테고리, 비고, 발음(일본어 가나 표기)
  • 멤버 데이터의 열은 다음과 같습니다.
    • 이름(일본어), 이름(로마자), 이름(한국어), 성우(일본어), 성우(로마자), 성우(한국어), 소속 유닛

  • 각 행의 순서는 다음과 같습니다.
    • 곡: 발매일 우선순
    • 성우 및 멤버: 공식 홈페이지 멤버 순서 기준

  • 각 파일의 이름은 해당 그룹의 영문명칭이며, 다음과 같습니다.
    • μ’s - Muse
    • Aqours - Aqours
    • 니지가사키 학원 스쿨 아이돌 동호회 - Nijigaku
    • Liella! - Liella
    • 하스노소라 여학원 스쿨 아이돌 클럽 - Hasunosora
    • 스쿨 아이돌 뮤지컬 - Musical

피드백

  • 데이터 구조에 대한 피드백이나, 정보 누락에 대한 제안은 이슈를 통해 보내주시면 반영하도록 하겠습니다.

Disclaimer

노래, 가사를 포함한 모든 자료의 권리는 전적으로
  ©2013 Project Love Live!
  ©2017 Project Love Live! Sunshine!!
  ©2022 Project Love Live! Nijigasaki High School Idol Club
  ©Project Love Live! Nijiyon Animation
  ©2022 Project Love Live! Superstar!!
  ©PROJECT YOHANE
  ©Project Love Live! School Idol Musical
  ©Project Love Live! Hasunosora Jogakuin School Idol Club
와 그 권리사인 SUNRISE, Bandai Namco Filmworks Inc., Lantis, Bushiroad에 있습니다.

このDBは

  • ラブライブシリーズの曲とメンバーに関するDBです。
  • 曲の日本語表記 / ローマ字表記 / 韓国語訳、そして各曲の発売日とユーチューブリンクを提供します。
    • ただし、YouTubeリンクは正式にストリーミングで発売された曲に限り提供されます。ストリーミングがない曲の場合、NAで満たされます。

始める前に

  • すべてのデータは、公式サイトや公式音源の情報を最優先にします。
  • 公式名称が英語の場合、それに対する韓国語訳は含みません。
  • まだデータを構成しているため、欠落したデータが存在する可能性があり、その後データの構造が変更される可能性があります。

CSV ストラクチャー

  • 各ファイルの最初の行にはヘッダーが含まれています。
  • 各データは,に区分されるCSVで提供されます。
  • 1つの列に複数のデータが含まれている場合は、;に区分されます。

  • アルバムデータの列は次のとおりです。
    • アルバム名, トラック, タイトル(日本語), タイトル(ローマ字), タイトル(韓国語), 歌手(日本語), 歌手(ローマ字), 歌手(韓国語), 作詞(日本語), 作詞(ローマ字), 作詞(韓国語), 作曲(日本語), 作曲(ローマ字), 作曲(韓国語), 編曲(日本語), 編曲(ローマ字), 編曲(韓国語), 発売日, YouTubeリンク, 分類, 備考, 発音(がな)
  • メンバーデータの列は次のとおりです。
    • 名前(日本語), 名前(ローマ字), 名前(韓国語), 声優(日本語), 声優(ローマ字), 声優(韓国語), 所属ユニット

  • 各行の手順は次のとおりです。
    • 曲: 発売日優先順
    • 声優・メンバー: 公式ホームページメンバー順基準

  • 各ファイルの名前は、そのグループの英語名称であり、次のとおりです。
    • μ’s - Muse
    • Aqours - Aqours
    • 虹ヶ咲学園スクールアイドル同好会 - Nijigaku
    • Liella! - Liella
    • 蓮ノ空女学院スクールアイドルクラブ - Hasunosora
    • スクールアイドルミュージカル - Musical

フィードバック

  • データ構造に対するフィードバックや情報漏れの提案は、イシューを通じて送っていただければ反映するようにします。

Disclaimer

曲、歌詞を含む全てすべての素材の権利は全て
  ©2013 プロジェクトラブライブ!
  ©2017 プロジェクトラブライブ!サンシャイン!!
  ©2022 プロジェクトラブライブ!虹ヶ咲学園スクールアイドル同好会
  ©プロジェクトラブライブ!にじよん あにめーしょん
  ©2022 プロジェクトラブライブ!スーパースター!!
  ©PROJECT YOHANE
  ©プロジェクトラブライブ!スクールアイドルミュージカル
  ©プロジェクトラブライブ!蓮ノ空女学院スクールアイドルクラブ
とその権利者であるSUNRISE、Bandai Namco Filmworks Inc.、Lantis、Bushiroadに帰属します。