メインコンテンツまでスキップ

リポジトリのメタデータ

CustomerName_Genre_YYYYMMDD.json

id
required
number

データセット ベーシック
ジャンルID

name
required
string

データセット ベーシック
英語でのジャンル名

Array of objects

データセット ベーシック
翻訳されたジャンル名を含むリスト

id_parent
number

データセット ベーシック
親ジャンルのID

{
  • "id": 1193,
  • "name": "Electronica",
  • "translated": [
    ],
  • "id_parent": 66
}

CustomerName_Role_YYYYMMDD.json

id
required
number

データセット ベーシック
役割のID

name
required
string

データセット ベーシック
英語での役名

Array of objects

データセット ベーシック
役名の翻訳を含むリスト

{
  • "id": 1,
  • "name": "Lyricist",
  • "translated": [
    ]
}

CustomerName_Country_YYYYMMDD.json

id
required
number

データセット ベーシック
国のID

name
required
string

データセット ベーシック
英語での国名

code
string

データセット ベーシック
国を表すコード(アルファ2)

Array of objects

データセット ベーシック
翻訳された国名を含むリスト

{
  • "id": 16,
  • "name": "Australia",
  • "code": "AU",
  • "translated": [
    ]
}

CustomerName_Charts_YYYYMMDD.json

id
required
number

データセット チャート
チャートのID

name
required
string

データセット チャート
チャート名

area
required
string

データセット チャート
チャートのエリア名

source
required
string

データセット チャート
チャートのソース名

official
required
boolean

データセット チャート
公式チャート情報

country_code
required
string

データセット チャート
ISO3166-1アルファ2標準に従った、アーティストの国の2文字コード

{
  • "id": 5,
  • "name": "Top 100 Deezer - France",
  • "area": "Europe",
  • "source": "DEEZER",
  • "official": false,
  • "country_code": "FR"
}

CustomerName_Deleted_Genre_YYYYMMDD.json

id
required
number

データセット ベーシック
削除されたジャンルのID

{
  • "id": 0
}

CustomerName_Deleted_Role_YYYYMMDD.json

id
required
number

データセット ベーシック
削除されたロールのID

{
  • "id": 0
}