chunirec に登録されている楽曲を検索することができます。

楽曲を検索します。

エンドポイント

https://api.chunirec.net/2.0/music/search.json

仕様

  • 応答形式: JSON
  • アクセストークン: 必須

パラメーター

名前 必須 説明 既定値
q 必須 検索文字列 (UTF-8、URLエンコーディング、最大 126 文字まで、検索演算子使用可能) other
region 必須 地域識別子 jp2
token 必須 アクセストークン

リクエスト例

GET https://api.chunirec.net/2.0/music/search.json?q=other&region=jp2&token=YOUR_TOKEN HTTP/1.1

応答例

Status: 200 OK

[
  {
    "title": "The wheel to the right",
    "genre": "ORIGINAL",
    "artist": "Sampling Masters MEGA",
    "release": "2015-07-17",
    "id": "e5569e1702c8020e"
  },
  {
    "title": "Yet Another ”drizzly rain”",
    "genre": "東方Project",
    "artist": "myu314 feat.あまね(COOL&CREATE)",
    "release": "2015-11-12",
    "id": "2ca61b1981ba9c2f"
  },
  {
    "title": "The Other Side of the Wall",
    "genre": "POPS&ANIME",
    "artist": "Void_Chords feat.MARU",
    "release": "2019-08-22",
    "id": "82a0ed789bf9789a"
  }
]

備考

  • 検索演算子はウニDBと同じものが利用できます。
  • 検索結果は一度に最大 200 件までしか取得できません。