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.

Disclaimer: YouTube doesn't aggregate views for all artists on charts.youtube.com, only for a portion of them.

If we’re not tracking the YouTube Artist profile and you want us to start tracking artists' views data across all channels featuring their music, use the Add artist link endpoint to submit a new source. The URL structure should look like this: https://charts.youtube.com/artist/slug.

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/youtube/views/{year}/{month}

Path parameters

Parameter name Value Description Additional
uuid string

An artist UUID

Required
year integer

Year YYYY format

Required
month integer

Month MM format

Required

Response

Status code Description Resource
200 OK

A Streaming Account response with YouTube monthly views

Streaming Plot Collection
400 Bad Request

Invalid date provided

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

year

Year YYYY format

month

Month MM format

Try it out!