Skip to main content

Repository Metadata

CustomerName_Genre_YYYYMMDD.json

id
required
number

Dataset: Basic
ID of the genre

name
required
string

Dataset: Basic
Name of the genre in english

Array of objects

Dataset: Basic
Array containing the genre translated names

id_parent
number

Dataset: Basic
ID of the parent genre

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

CustomerName_Role_YYYYMMDD.json

id
required
number

Dataset: Basic
ID of the role

name
required
string

Dataset: Basic
Name of the role in english

Array of objects

Dataset: Basic
Array containing the role translated names

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

CustomerName_Country_YYYYMMDD.json

id
required
number

Dataset: Basic
ID of the country

name
required
string

Dataset: Basic
Name of the country in english

code
string

Dataset: Basic
Code (alpha-2) representing the country

Array of objects

Dataset: Basic
Array containing the country translated names

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

CustomerName_Charts_YYYYMMDD.json

id
required
number

Dataset: Chart
ID of the charts

name
required
string

Dataset: Chart
Name of the charts

area
required
string

Dataset: Chart
Area name of charts

source
required
string

Dataset: Chart
Source name of charts

official
required
boolean

Dataset: Chart
Official charts information

country_code
required
string

Dataset: Chart
Two-letter code of the artist’s country, following the ISO 3166-1 alpha-2 standard

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

CustomerName_Deleted_Genre_YYYYMMDD.json

id
required
number

Dataset: Basic
ID of the deleted genre

{
  • "id": 0
}

CustomerName_Deleted_Role_YYYYMMDD.json

id
required
number

Dataset: Basic
ID of the deleted role

{
  • "id": 0
}