Get Artists by IDs

Request

GET /artist/v1/artistIds

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
REQUEST PARAMETER VALUE
ids Required string
A comma-separated list of the Boomplay IDs for the artist. Maximum: 20 IDs.
Example value:"123,456"

Responses Body

Body

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

artist_id (integer) The Boomplay ID for the artist.
artist_name (string) The Boomplay name for the artis.
web_url (string) web url.
mobile_url (string) mobile url.

likes (integer) (total =favourite+followers).

total_streams (integer) total plays.

artwork object

width (integer) image width
height (integer) image height
url (string) cover

Request Sample

GET /artist/v1/artistIds?ids=123,4156 HTTP/1.1
Authorization: ${authorization}
app_id: ${app_id}
Host: openapi.boomplay.com

Response Example

{
  "desc": null,
  "code": 0,
  "data": [
    {
      "artist_id": 40002868,
      "artist_name": "kk",
      "isni": "",
      "web_url": "https://test.boomplay.com/artists/40002868?srModel=openapi_hb1",
      "mobile_url": "https://test.boomplay.com/share/artist/40002868?srModel=openapi_hb1",
      "likes": 106,
      "total_streams": 54350412,
      "artwork": {
        "width": 464,
        "height": 464,
        "url": "https://testsource.boomplaymusic.com/group10/M00/08/31/bc0aa66b6fb5404b84b470035dd614de-M_464_464.jpg"
      }
    }
  ]
}

results matching ""

    No results matching ""