Get Weekly Top Artists

Request

GET /charts/v1/weekly/artists

Parameter

HEADER PARAMETER VALUE
Content-Type Required Set to application/json
Accept-Language Such as zh-CN,en-US... default en
app_id Required The app ID provided to you by Boomplay when you register your application.
Authorization Required Access Token

Responses Body

Body

code (integer) required
desc (string)
data (object)

An array of artists in weekly top artists.

date_updated (string) The data when the charts are updated.
the array of artists.

artist_id (integer) Boomplay ID for the artist
artist_title (string) The name of the artist
artist_rank (integer) The rank of the artist
available_markets (string) The markets in which weekly top artists are available.

Request Sample

GET /charts/v1/weekly/artists HTTP/1.1
Authorization: ${authorization}
app_id: ${app_id}
Host: openapi.boomplay.com

Response Example

{
    "desc": null,
    "code": 0,
    "data": {
        "date_updated": "2022-11-24",
        "artists": [
            {
                "artist_id": 1057,
                "artist_name": "2Baba",
                "artist_rank": "49",
                "available_markets": "TR"
            },
            {
                "artist_id": 1057,
                "artist_name": "2Baba",
                "artist_rank": "98",
                "available_markets": "GB"
            }
        ]
    }
}

results matching ""

    No results matching ""