The Get platforms for playlist data endpoint lists available platforms.

All playlist types are listed in this article from our help center.

Don't know any platform ID? Use the Get playlist metadata endpoint.

Request

GET /api/v2.8/playlist/by-platform/{platform}/{identifier}

Path parameters

Parameter name Value Description Additional
platform string

A playlist platform code

Required
identifier string

A playlist identifier

Required

Query string parameters

Parameter name Value Description Additional
countryCode string

Country code (2 letters ISO 3166-2, example: 'US', full list on https://en.wikipedia.org/wiki/ISO_3166-2). Required for apple-music and amazon

Response

Status code Description Resource
200 OK

A playlist response

Playlist
400 Bad Request

Invalid request

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

No playlist found for this platform identifier


Explore this api

platform

A playlist platform code

identifier

A playlist identifier

countryCode

Country code (2 letters ISO 3166-2, example: 'US', full list on https://en.wikipedia.org/wiki/ISO_3166-2). Required for apple-music and amazon

Try it out!