Get Soundcharts URL from platform URL
Get Soundcharts URL using a platform URL.
This endpoint returns the Soundcharts URL and the type (artist, song, playlist).
Available platforms for songs/artists are listed in the Get all platforms endpoint.
Available platforms for playlists are listed in the Get platforms for playlist data endpoint.
Request
GET
/api/v2/search/external/url
Query string parameters
| Parameter | Value | Description | Additional |
|---|---|---|---|
| platformUrl | string | Url platform encoded | Required |
Response
| Code | Description | Resource |
|---|---|---|
| 200 |
OK
Get Soundcharts URL using a platform URL |
ResolveExternalUrlResponse |
| 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 Soundcharts url found for this platform url |