Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

楽曲詳細API

yuya edited this page Aug 22, 2015 · 4 revisions

Gracenoteから楽曲のムードとテンポを取得します。

http://172.16.200.170:8888/details?artist=アーティスト名&title=曲名

例:

レスポンス

{
  "title": "Through The Fire And Flames",
  "artist": "DragonForce",
  "image": "http://akamai-b.cdn.cddbp.net/...",
  "tempo": 190, // テンポ(BPM)
  "mood":{
    "id":"42958",
    "text":"アグレッシヴ",
    "color": {
      "r": 0.7,
      "g": 0.6,
      "b": 0.3
    }
  }
}
Clone this wiki locally