Get an artist’s short videos, and the current audience of each video (comments/likes/views).
This endpoint is available for YouTube shorts and Instagram reels.
Don't know the artist UUID yet? Use the Get artist by platform ID or Search artist by name endpoints.
GET /api/v2/artist/{uuid}/shorts/{platform}/videos
Parameter name | Value | Description | Additional |
---|---|---|---|
uuid | string | An artist UUID |
Required |
platform | string | A platform code (instagram, youtube) |
Required |
Status code | Description | Resource |
---|---|---|
200 | OK
A social video collection response |
Social Video 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 |