SoundCloud Charts (Legacy)
Legacy SoundCloud charts (deprecated by SoundCloud but retained). Handler runs QUERY_GET_SOUNDCLOUD_CHARTS (or ..._RAW when raw=true), merges track metadata, and attaches historical rankStats. A nested soundcloud_user object is passed through unmodified.
Query Parameters
- Type: stringcountry
_code min length:2max length:6enumrequiredvalues- I
E - A
U - N
L - C
A - G
L O B A L
- Type: stringenumkindrequiredvalues
- top
- trending
- Type: stringenumgenrerequiredvalues
- soundtrack
- world
- latin
- triphop
- danceedm
- Type: stringFormat: date-timedate
the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- Type: integeroffsetmin:0
Integer numbers.
- Type: booleanraw
- Type: stringenumchart
_type values- trending
- track
- Type: booleanlatest
Responses
- application/json
Request Example for get/api/charts/soundcloud
curl 'https://api.chartmetric.com/api/charts/soundcloud?country_code=IE&kind=top&genre=soundtrack&date=&offset=0&raw=true&chart_type=track&latest=true' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"obj": {
"length": null,
"data": [
{
"id": 0,
"name": null,
"isrc": null,
"image_url": null,
"description": null,
"tags": null,
"cm_track": 0,
"cm_artist": [
0
],
"artist_names": [
null
],
"code2s": [
null
],
"artist_images": [
null
],
"artist_covers": [
null
],
"spotify_track_ids": [
null
],
"spotify_album_ids": [
null
],
"spotify_duration_ms": null,
"itunes_track_ids": [
null
],
"itunes_album_ids": [
null
],
"itunes_artist_ids": [
1
],
"itunes_artist_names": [
null
],
"storefronts": [
null
],
"deezer_track_ids": [
null
],
"deezer_album_ids": [
1
],
"deezer_duration": null,
"amazon_track_ids": [
null
],
"amazon_album_ids": [
null
],
"album_ids": [
0
],
"album_names": [
null
],
"album_upc": [
null
],
"album_label": [
null
],
"release_dates": [
"2026-05-06T23:20:37.240Z"
],
"created_at": "2026-05-06T23:20:37.240Z",
"modified_at": "2026-05-06T23:20:37.240Z",
"rank": null,
"pre_rank": null,
"peak_rank": null,
"peak_date": "2026-05-06T23:20:37.240Z",
"added_at": "2026-05-06T23:20:37.240Z",
"velocity": null,
"time_on_chart": "string",
"country": null,
"genre": null,
"kind": null,
"soundcloud_track_id": "string",
"playcount_all": "string",
"playcount_weekly": "string",
"artwork_url": null,
"permalink_url": null,
"public": null,
"publisher": null,
"writer_composer": null,
"artist": null,
"album_title": null,
"soundcloud_user": {},
"rankStats": [
{
"rank": null,
"timestp": "2026-05-06T23:20:37.240Z"
}
]
}
]
}
}