The Get platforms for streaming data endpoint lists available platforms for this endpoint.

Note about Spotify/Jiosaavn monthly listeners: the platforms use a rolling window of 28 days because the number of days in a calendar month varies, and people listen differently on different days of the week. Using a window of 28 days means they always include an equal number of each day (i.e., the same number of Mondays, Tuesdays, Wednesdays, etc.)

Note about YouTube views: YouTube's view count is calculated by combining each official version of a song, including the official music video, user-generated content that uses the official song, and lyric videos.

This endpoint also returns Anghami plays (how many times the artist’s songs have been played).

Don't know the artist UUID yet? Use the Get artist by platform ID or Search artist by name endpoints.

Request

GET /api/v2/artist/{uuid}/streaming/{platform}/listening

Path parameters

Parameter name Value Description Additional
uuid string

An artist UUID

Required
platform string

platform code

Required

Query string parameters

Parameter name Value Description Additional
startDate string

Optional period start date (format YYYY-MM-DD), period cannot exceed 90 days

endDate string

Optional period end date (format YYYY-MM-DD), leave empty to use latest 90 days

Response

Status code Description Resource
200 OK

Global platform listening audience for a period

Global Audience Plot Collection
401 Unauthorized

You are not logged in

403 Forbidden

This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access.

404 Not Found

Artist not found


Explore this api

uuid

An artist UUID

platform

platform code

startDate

Optional period start date (format YYYY-MM-DD), period cannot exceed 90 days

endDate

Optional period end date (format YYYY-MM-DD), leave empty to use latest 90 days

Try it out!