SoundCloud Scraper

ENDPOINTS
GET/charts/trending-by-genre

Trending by Genre

Get the trending playlist for one genre from SoundCloud's Discover page, every track in full.

QUERY PARAMS

Genre to get. /charts/list shows every genre available.

Default: all-genres

Examples: hip-hop, trap, pop, electronic, r-n-b, house, latin

Number of tracks.

Default: 50

Allowed values: 1-100

{
  "genre": "all-genres",
  "id": "trending-by-genre:all-genres",
  "title": "All Genres",
  "link": "https://soundcloud.com/discover/sets/trending-by-genre:all-genres",
  "station_type": "trending_by_genre",
  "description": "Trending tracks in All Genres",
  "short_title": "All Genres",
  "short_description": "Trending",
  "track_count": 50,
  "stats": {
    "likes": 2176
  },
  "user": {
    "id": 193,
    "username": "SoundCloud",
    "link": "https://soundcloud.com/soundcloud",
    "permalink": "soundcloud",
    "full_name": null,
    "avatar": {
      "link": "https://i1.sndcdn.com/avatars-69H9MhsAT5XDDltu-1X6yHw-t500x500.jpg",
      "original_link": "https://i1.sndcdn.com/avatars-69H9MhsAT5XDDltu-1X6yHw-original.jpg"
    },
    "city": "NY / LA",
    "country_code": "US",
    "followers_count": 2379313,
    "is_verified": true
  },
  "artwork": {
    "link": "https://i1.sndcdn.com/artworks-Uvx3w1zzebw260DL-iCvzhA-t500x500.jpg",
    "original_link": "https://i1.sndcdn.com/artworks-Uvx3w1zzebw260DL-iCvzhA-original.jpg"
  },
  "is_public": true,
  "updated_at": null,
  "tracks": [
    {
      "position": 1,
      "id": 2337779354,
      "title": "Bloody Weather",
      "link": "https://soundcloud.com/bloodyhound-q50/bloody-weather",
      "permalink": "bloody-weather",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": null,
      "tags": [],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 111694,
      "duration": "1:51",
      "playable_duration_ms": 111694,
      "release_date": null,
      "stats": {
        "plays": 913659,
        "likes": 27967,
        "reposts": 199,
        "comments": 1003,
        "downloads": 0
      },
      "user": {
        "id": 1247755525,
        "username": "Bloodhound Q50",
        "link": "https://soundcloud.com/bloodyhound-q50",
        "permalink": "bloodyhound-q50",
        "full_name": "BloodyHound Q50",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-dU9Kft9OWg0312H4-ZpTnJQ-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-dU9Kft9OWg0312H4-ZpTnJQ-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 41245,
        "is_verified": false
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-Uvx3w1zzebw260DL-iCvzhA-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-Uvx3w1zzebw260DL-iCvzhA-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Bloodhound Q50",
        "album_title": null,
        "release_title": null,
        "isrc": "QZHZD2638967",
        "upc": null,
        "publisher": null,
        "writers": "Mikquale Cooper",
        "p_line": null,
        "c_line": null,
        "is_explicit": true,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/d21f3LXRFoIG_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2337779354",
      "created_at": "2026-06-12T00:23:23Z",
      "updated_at": "2026-06-12T00:29:05Z"
    },
    {
      "position": 2,
      "id": 2395623492,
      "title": "Off my mind (feat. Elianne)",
      "link": "https://soundcloud.com/b-kasmusic/off-my-mind",
      "permalink": "off-my-mind",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "House",
      "tags": [],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 192446,
      "duration": "3:12",
      "playable_duration_ms": 192446,
      "release_date": null,
      "stats": {
        "plays": 425631,
        "likes": 9959,
        "reposts": 93,
        "comments": 208,
        "downloads": 2
      },
      "user": {
        "id": 802368070,
        "username": "B-Kas",
        "link": "https://soundcloud.com/b-kasmusic",
        "permalink": "b-kasmusic",
        "full_name": null,
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-dp5nfhgvNdsaZoCG-2GJAkg-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-dp5nfhgvNdsaZoCG-2GJAkg-original.jpg"
        },
        "city": "New York",
        "country_code": "US",
        "followers_count": 12918,
        "is_verified": false
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-igyF0bRxQ7UbbNvA-b2He2w-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-igyF0bRxQ7UbbNvA-b2He2w-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": null,
        "album_title": null,
        "release_title": null,
        "isrc": "QZMHP2699875",
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": false,
        "has_music": null
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": true,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/Ut9U6HiV6piA_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2395623492",
      "created_at": "2026-09-06T19:49:30Z",
      "updated_at": "2026-09-12T21:07:20Z"
    },
    {
      "position": 3,
      "id": 2399490219,
      "title": "Che & Tezzus & Diamond* - Gourmet",
      "link": "https://soundcloud.com/0vinicius/che-tezzus-diamond-gourmet",
      "permalink": "che-tezzus-diamond-gourmet",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": null,
      "tags": [],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 195474,
      "duration": "3:15",
      "playable_duration_ms": 195474,
      "release_date": null,
      "stats": {
        "plays": 150162,
        "likes": 11121,
        "reposts": 188,
        "comments": 593,
        "downloads": 0
      },
      "user": {
        "id": 1697089418,
        "username": "Vinicius",
        "link": "https://soundcloud.com/0vinicius",
        "permalink": "0vinicius",
        "full_name": null,
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-nJSNy78vqIzOBWHV-dm0a0w-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-nJSNy78vqIzOBWHV-dm0a0w-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 779,
        "is_verified": false
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-L8pq3DxgwANmBjwj-bRehhA-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-L8pq3DxgwANmBjwj-bRehhA-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Vinicius",
        "album_title": null,
        "release_title": null,
        "isrc": null,
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": false,
        "has_music": null
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "blackbox",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/rtSYqL6kBQVU_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2399490219",
      "created_at": "2026-09-13T00:18:02Z",
      "updated_at": "2026-09-13T00:18:02Z"
    },
    {
      "position": 4,
      "id": 2232319682,
      "title": "ты в моих мыслях навсегда - урал гайсин",
      "link": "https://soundcloud.com/1fn/yralgaysinsnyalcepi",
      "permalink": "yralgaysinsnyalcepi",
      "secret_token": null,
      "description": "ft. #снялцепи",
      "caption": null,
      "genre": "гайсин",
      "tags": [
        "урал",
        "гайсин",
        "уралгайсин",
        "yralgaisin",
        "gaisin",
        "сенгай",
        "уралс",
        "yralga",
        "снял",
        "снялцепи",
        "snyalcepi",
        "yralcepi",
        "уралцепи"
      ],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 117864,
      "duration": "1:57",
      "playable_duration_ms": 117864,
      "release_date": null,
      "stats": {
        "plays": 2532422,
        "likes": 69805,
        "reposts": 284,
        "comments": 373,
        "downloads": 0
      },
      "user": {
        "id": 1427143110,
        "username": "lily",
        "link": "https://soundcloud.com/1fn",
        "permalink": "1fn",
        "full_name": null,
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-ptXzzz7kNxTtVG6u-5y5c2A-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-ptXzzz7kNxTtVG6u-5y5c2A-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 2839,
        "is_verified": false
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-flyn4YqOUKZo7ohY-Xs9jWA-t500x500.png",
        "original_link": "https://i1.sndcdn.com/artworks-flyn4YqOUKZo7ohY-Xs9jWA-original.png"
      },
      "banner_link": null,
      "publisher": {
        "artist": "урал гайсин",
        "album_title": null,
        "release_title": null,
        "isrc": null,
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": false,
        "has_music": null
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "blackbox",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/uOkukyDYbVZX_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2232319682",
      "created_at": "2025-12-18T21:09:23Z",
      "updated_at": "2025-12-24T13:10:30Z"
    },
    {
      "position": 5,
      "id": 2398487406,
      "title": "cryn innis coupe",
      "link": "https://soundcloud.com/bleoodbath/cryn-innis-coupe-1",
      "permalink": "cryn-innis-coupe-1",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Hip-hop & Rap",
      "tags": [],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 153455,
      "duration": "2:33",
      "playable_duration_ms": 153455,
      "release_date": "2026-09-11",
      "stats": {
        "plays": 180921,
        "likes": 8167,
        "reposts": 240,
        "comments": 413,
        "downloads": 0
      },
      "user": {
        "id": 501093117,
        "username": "bleood",
        "link": "https://soundcloud.com/bleoodbath",
        "permalink": "bleoodbath",
        "full_name": null,
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-kxJrCV1i4H9HceFF-aS2j5g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-kxJrCV1i4H9HceFF-aS2j5g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 73297,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-R8wNiCp1Ach0JxMg-ZI6mMw-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-R8wNiCp1Ach0JxMg-ZI6mMw-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "bleood",
        "album_title": null,
        "release_title": "haunted hills",
        "isrc": "QZZ4J2600377",
        "upc": null,
        "publisher": null,
        "writers": "Jamari Spencer Brown",
        "p_line": null,
        "c_line": null,
        "is_explicit": true,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/qIcmnzDUeF0c_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2398487406",
      "created_at": "2026-09-11T03:21:11Z",
      "updated_at": "2026-09-11T04:01:04Z"
    },
    {
      "position": 6,
      "id": 2355869522,
      "title": "My Girl",
      "link": "https://soundcloud.com/bloodyhound-q50/my-girl",
      "permalink": "my-girl",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": null,
      "tags": [],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 117169,
      "duration": "1:57",
      "playable_duration_ms": 117169,
      "release_date": null,
      "stats": {
        "plays": 470036,
        "likes": 17490,
        "reposts": 160,
        "comments": 688,
        "downloads": 0
      },
      "user": {
        "id": 1247755525,
        "username": "Bloodhound Q50",
        "link": "https://soundcloud.com/bloodyhound-q50",
        "permalink": "bloodyhound-q50",
        "full_name": "BloodyHound Q50",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-dU9Kft9OWg0312H4-ZpTnJQ-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-dU9Kft9OWg0312H4-ZpTnJQ-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 41245,
        "is_verified": false
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-fPLDRFXxnDc7kVPc-dWWQsg-t500x500.png",
        "original_link": "https://i1.sndcdn.com/artworks-fPLDRFXxnDc7kVPc-dWWQsg-original.png"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Bloodhound Q50",
        "album_title": null,
        "release_title": null,
        "isrc": "QZHZD2614133",
        "upc": null,
        "publisher": null,
        "writers": "Mikquale Cooper",
        "p_line": null,
        "c_line": null,
        "is_explicit": true,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/aN1L91bF7gUb_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2355869522",
      "created_at": "2026-07-08T21:24:38Z",
      "updated_at": "2026-07-08T21:24:38Z"
    },
    {
      "position": 7,
      "id": 2401404015,
      "title": "Drake - Choosin’ Texas ft. Don Toliver",
      "link": "https://soundcloud.com/minxy-428937296/drake-choosin-texas-ft-don",
      "permalink": "drake-choosin-texas-ft-don",
      "secret_token": null,
      "description": "FOMO",
      "caption": null,
      "genre": "Hip-hop & Rap",
      "tags": [],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 197694,
      "duration": "3:17",
      "playable_duration_ms": 197694,
      "release_date": null,
      "stats": {
        "plays": 422610,
        "likes": 27266,
        "reposts": 208,
        "comments": 227,
        "downloads": 0
      },
      "user": {
        "id": 1160843857,
        "username": "Minxy",
        "link": "https://soundcloud.com/minxy-428937296",
        "permalink": "minxy-428937296",
        "full_name": "Minxy _",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-Mrz1zd7LZmPxzsVw-EkktBw-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-Mrz1zd7LZmPxzsVw-EkktBw-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 198,
        "is_verified": false
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-BORZiLbivdp4AUAY-W5EO3g-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-BORZiLbivdp4AUAY-W5EO3g-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Drake, Don Toliver",
        "album_title": null,
        "release_title": null,
        "isrc": null,
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": false,
        "has_music": null
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "blackbox",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "me",
      "waveform_link": "https://wave.sndcdn.com/G2JrmNh8j2eP_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2401404015",
      "created_at": "2026-09-16T13:21:27Z",
      "updated_at": "2026-09-16T13:21:27Z"
    },
    {
      "position": 8,
      "id": 2319913409,
      "title": "Tape B x Effin -  I'll Never Know",
      "link": "https://soundcloud.com/tape-b-official/tape-b-x-effin-ill-never-know",
      "permalink": "tape-b-x-effin-ill-never-know",
      "secret_token": null,
      "description": "Follow @effin\nInstagram - instagram.com/effinofficial\nFacebook - facebook.com/effinofficial\nX - x.com/EffinOfficial\nWebsite - www.effinofficial.com\nopen.spotify.com/artist/6l0u1oM2imxw0isrGcXpmH\n\nFollow @tapebbeats\nInstagram - instagram.com/tapebbeats\nFacebook - facebook.com/tapebbeats\nX - x.com/tapebbeats\nWebsite - tapebbeats.com\nopen.spotify.com/artist/59tlsKpLWoLTxjNNS2wdPi",
      "caption": null,
      "genre": "Dubstep",
      "tags": [
        "Dubstep",
        "BassMusic",
        "Electronic"
      ],
      "label": "Tape B",
      "license": "all-rights-reserved",
      "duration_ms": 226285,
      "duration": "3:46",
      "playable_duration_ms": 226285,
      "release_date": "2026-09-10",
      "stats": {
        "plays": 54210,
        "likes": 7149,
        "reposts": 285,
        "comments": 117,
        "downloads": 7
      },
      "user": {
        "id": 38123548,
        "username": "Tape B",
        "link": "https://soundcloud.com/tape-b-official",
        "permalink": "tape-b-official",
        "full_name": null,
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-0IBXryyxYoNhEfIJ-j3XQzA-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-0IBXryyxYoNhEfIJ-j3XQzA-original.jpg"
        },
        "city": "Florida",
        "country_code": "US",
        "followers_count": 167898,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-JioIOzbYyiikwGR2-WI3HCg-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-JioIOzbYyiikwGR2-WI3HCg-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Tape B, Effin",
        "album_title": null,
        "release_title": null,
        "isrc": "QZTGW2605875",
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": "℗ Tape B",
        "c_line": null,
        "is_explicit": true,
        "has_music": true
      },
      "purchase": {
        "title": "Buy/Stream",
        "link": "https://createmusic.fm/illneverknow"
      },
      "policy": "allow",
      "monetization_model": "not_applicable",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/EA5RDDw6IozE_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2319913409",
      "created_at": "2026-05-13T16:06:29Z",
      "updated_at": "2026-09-12T01:35:28Z"
    },
    {
      "position": 9,
      "id": 2398282965,
      "title": "de jure",
      "link": "https://soundcloud.com/softdotsc/de-jure",
      "permalink": "de-jure",
      "secret_token": null,
      "description": "t.me/softdotsc\nt.me/softdotsc\nt.me/softdotsc\n\n(куплет 1)\nон — белый парень с белым носом, я — белый с мозгами\nя ебашу так, что нету сил дойти до спальни\nя вырос без отца, но во мне всегда был характер\nи всё, за что берусь, приносит успех и славу\nпот вперемешку с кровью — я не золотой мальчик\nбыки не любят крыс, я не повторяю дважды\nфинансовый свэг — нахуй фнс и банки\ntornado cash, metamask, чужие карты\n\n(припев)\nмой отец — бандит, я не такой же, как папа\nак-47, свд и макаров\nмои деньги чистые, я делал это грязно\nони предавали, но возвращались обратно\n\n(куплет 2)\nwe are the king of bears\nпока все теряли, мы обуздывали риск\nя выгляжу как тёлка — курю virginia slims\nmy money never laggin', so my money getting big\n\n\n(припев)\nмой отец — бандит, я не такой, как папа\nак-47, свд и макаров\nмои деньги чистые, я делал это грязно\nони предавали, но возвращались обратно\n\n\n(аутро)\nбелый парень с белым носом, белый с мозгами\nебашу так, что нету сил дойти до спальни\nя вырос без отца, но во мне всегда был характер\nи всё, за что берусь, приносит успех и славу\nпот вперемешку с кровью — я не золотой мальчик\nбыки не любят крыс, я не повторяю дважды\nфинансовый свэг — нахуй фнс и банки\ntornado cash, metamask, чужие карты",
      "caption": null,
      "genre": "t.me/softdotsc",
      "tags": [
        "t.me/softdotsc"
      ],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 107546,
      "duration": "1:47",
      "playable_duration_ms": 107546,
      "release_date": null,
      "stats": {
        "plays": 222331,
        "likes": 7434,
        "reposts": 159,
        "comments": 211,
        "downloads": 0
      },
      "user": {
        "id": 1598127546,
        "username": "soft. (tg: @softdotsc)",
        "link": "https://soundcloud.com/softdotsc",
        "permalink": "softdotsc",
        "full_name": null,
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-htlAftNXPoc25jwb-tpx6AA-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-htlAftNXPoc25jwb-tpx6AA-original.jpg"
        },
        "city": "https://t.me/softdotsc",
        "country_code": null,
        "followers_count": 3409,
        "is_verified": false
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-djH9wV05On1SzHvP-NlP4uQ-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-djH9wV05On1SzHvP-NlP4uQ-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "королевский XVII",
        "album_title": null,
        "release_title": null,
        "isrc": null,
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": false,
        "has_music": null
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "blackbox",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/JZIhnZulRGt2_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2398282965",
      "created_at": "2026-09-10T21:02:03Z",
      "updated_at": "2026-09-10T21:11:50Z"
    },
    {
      "position": 10,
      "id": 2398921194,
      "title": "Casino",
      "link": "https://soundcloud.com/ninesomnia/casino",
      "permalink": "casino",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "HipHop/Rap",
      "tags": [],
      "label": "Studio Addicts",
      "license": "all-rights-reserved",
      "duration_ms": 322382,
      "duration": "5:22",
      "playable_duration_ms": 322382,
      "release_date": "2026-09-11",
      "stats": {
        "plays": 127854,
        "likes": 6824,
        "reposts": 85,
        "comments": 215,
        "downloads": 0
      },
      "user": {
        "id": 221734701,
        "username": "Nine Vicious",
        "link": "https://soundcloud.com/ninesomnia",
        "permalink": "ninesomnia",
        "full_name": "Treyvion Echols",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-RNfSF4M9fX3AZvX7-Ubnqqg-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-RNfSF4M9fX3AZvX7-Ubnqqg-original.jpg"
        },
        "city": null,
        "country_code": "US",
        "followers_count": 80207,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-uGSQAAfajMG6-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-uGSQAAfajMG6-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Nine Vicious",
        "album_title": "SEDITION",
        "release_title": "Casino",
        "isrc": "QZTGW2606317",
        "upc": "612891233124",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2026 Studio Addicts / Create Music Group",
        "c_line": "© 2026 Studio Addicts / Create Music Group",
        "is_explicit": true,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/TjBIwPcwVdKE_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2398921194",
      "created_at": "2026-09-11T21:11:16Z",
      "updated_at": "2026-09-13T22:47:42Z"
    },
    {
      "position": 11,
      "id": 2397469089,
      "title": "Prospa, Cloonee, Sybil - Free Your Mind (Whethan Remix)",
      "link": "https://soundcloud.com/whethan/freeyourmind",
      "permalink": "freeyourmind",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Dubstep",
      "tags": [
        "prospa",
        "cloonee",
        "sybil",
        "free",
        "your",
        "mind",
        "whethan",
        "remix",
        "electronic"
      ],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 119142,
      "duration": "1:59",
      "playable_duration_ms": 119142,
      "release_date": null,
      "stats": {
        "plays": 94781,
        "likes": 10579,
        "reposts": 395,
        "comments": 157,
        "downloads": 0
      },
      "user": {
        "id": 108856420,
        "username": "Whethan",
        "link": "https://soundcloud.com/whethan",
        "permalink": "whethan",
        "full_name": null,
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-6bikD0eZ8B9oa9yt-BosVhg-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-6bikD0eZ8B9oa9yt-BosVhg-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 252948,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-dkKGBj1qyR4KeoaO-VgSzUw-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-dkKGBj1qyR4KeoaO-VgSzUw-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Whethan",
        "album_title": null,
        "release_title": null,
        "isrc": null,
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": false,
        "has_music": null
      },
      "purchase": {
        "title": "Free Download",
        "link": "https://hypeddit.com/y3abtn"
      },
      "policy": "monetize",
      "monetization_model": "blackbox",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/b1da7srft6Px_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2397469089",
      "created_at": "2026-09-09T18:48:41Z",
      "updated_at": "2026-09-09T19:00:16Z"
    },
    {
      "position": 12,
      "id": 2398487397,
      "title": "yung vocaloid",
      "link": "https://soundcloud.com/bleoodbath/yung-vocal-3",
      "permalink": "yung-vocal-3",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Hip-hop & Rap",
      "tags": [],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 119848,
      "duration": "1:59",
      "playable_duration_ms": 119848,
      "release_date": "2026-09-11",
      "stats": {
        "plays": 125226,
        "likes": 5681,
        "reposts": 145,
        "comments": 221,
        "downloads": 0
      },
      "user": {
        "id": 501093117,
        "username": "bleood",
        "link": "https://soundcloud.com/bleoodbath",
        "permalink": "bleoodbath",
        "full_name": null,
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-kxJrCV1i4H9HceFF-aS2j5g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-kxJrCV1i4H9HceFF-aS2j5g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 73297,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-R8wNiCp1Ach0JxMg-ZI6mMw-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-R8wNiCp1Ach0JxMg-ZI6mMw-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "bleood",
        "album_title": null,
        "release_title": null,
        "isrc": "QZZ4J2600375",
        "upc": null,
        "publisher": null,
        "writers": "Jamari Spencer Brown",
        "p_line": null,
        "c_line": null,
        "is_explicit": true,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/An8Lmi22Edf3_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2398487397",
      "created_at": "2026-09-11T03:21:11Z",
      "updated_at": "2026-09-11T04:03:47Z"
    },
    {
      "position": 13,
      "id": 2390382459,
      "title": "Is Dat Right?",
      "link": "https://soundcloud.com/nardo-wick/is-dat-right",
      "permalink": "is-dat-right",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Hip Hop/Rap",
      "tags": [],
      "label": "Hitmaker Music Group",
      "license": "all-rights-reserved",
      "duration_ms": 142421,
      "duration": "2:22",
      "playable_duration_ms": 142421,
      "release_date": "2026-08-28",
      "stats": {
        "plays": 811712,
        "likes": 42306,
        "reposts": 674,
        "comments": 693,
        "downloads": 0
      },
      "user": {
        "id": 811818505,
        "username": "Nardo Wick",
        "link": "https://soundcloud.com/nardo-wick",
        "permalink": "nardo-wick",
        "full_name": "Nardo Wick",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-Kov6QaPn9xn7WlYd-7WyDQg-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-Kov6QaPn9xn7WlYd-7WyDQg-original.jpg"
        },
        "city": "jacksonville",
        "country_code": "US",
        "followers_count": 326884,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-T6YRuUJr0Q0f-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-T6YRuUJr0Q0f-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Nardo Wick",
        "album_title": "Is Dat Right?",
        "release_title": "Is Dat Right?",
        "isrc": "CH7812682283",
        "upc": "4062851340687",
        "publisher": null,
        "writers": "Horace Walls",
        "p_line": "℗ 2026 Flawless Ent/Hitmaker Music Group/Hitmaker Distro",
        "c_line": "© 2026 Flawless Ent/Hitmaker Music Group/Hitmaker Distro",
        "is_explicit": true,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/7KNIOtaQj908_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2390382459",
      "created_at": "2026-08-28T17:06:21Z",
      "updated_at": "2026-08-28T17:34:40Z"
    },
    {
      "position": 14,
      "id": 2398910412,
      "title": "Cracker",
      "link": "https://soundcloud.com/ninesomnia/cracker",
      "permalink": "cracker",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "HipHop/Rap",
      "tags": [
        "Hip-Hop"
      ],
      "label": "Studio Addicts",
      "license": "all-rights-reserved",
      "duration_ms": 135211,
      "duration": "2:15",
      "playable_duration_ms": 135211,
      "release_date": "2026-09-11",
      "stats": {
        "plays": 142543,
        "likes": 5461,
        "reposts": 102,
        "comments": 439,
        "downloads": 0
      },
      "user": {
        "id": 221734701,
        "username": "Nine Vicious",
        "link": "https://soundcloud.com/ninesomnia",
        "permalink": "ninesomnia",
        "full_name": "Treyvion Echols",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-RNfSF4M9fX3AZvX7-Ubnqqg-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-RNfSF4M9fX3AZvX7-Ubnqqg-original.jpg"
        },
        "city": null,
        "country_code": "US",
        "followers_count": 80207,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-qOujeb6SKd2P-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-qOujeb6SKd2P-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Nine Vicious",
        "album_title": "SEDITION",
        "release_title": "Cracker",
        "isrc": "QZTGW2606311",
        "upc": "612891233124",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2026 Studio Addicts / Create Music Group",
        "c_line": "© 2026 Studio Addicts / Create Music Group",
        "is_explicit": true,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/huotLANNes3h_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2398910412",
      "created_at": "2026-09-11T20:54:13Z",
      "updated_at": "2026-09-13T22:46:35Z"
    },
    {
      "position": 15,
      "id": 2398279290,
      "title": "ALL THE TIME (GorillaT Remix)",
      "link": "https://soundcloud.com/johnsummit/all-the-time-gorillat-remix",
      "permalink": "all-the-time-gorillat-remix",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Dubstep",
      "tags": [],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 182422,
      "duration": "3:02",
      "playable_duration_ms": 182422,
      "release_date": null,
      "stats": {
        "plays": 55752,
        "likes": 5451,
        "reposts": 154,
        "comments": 113,
        "downloads": 0
      },
      "user": {
        "id": 173854108,
        "username": "John Summit",
        "link": "https://soundcloud.com/johnsummit",
        "permalink": "johnsummit",
        "full_name": null,
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-A6uzrSnj0L1yhIzR-Y5rzEQ-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-A6uzrSnj0L1yhIzR-Y5rzEQ-original.jpg"
        },
        "city": "Chicago",
        "country_code": "US",
        "followers_count": 275993,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-DIzQLALr5oZH2udi-ihrjbQ-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-DIzQLALr5oZH2udi-ihrjbQ-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "John Summit",
        "album_title": null,
        "release_title": null,
        "isrc": "CBEFB2606406",
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/Ym57U52xLdeb_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2398279290",
      "created_at": "2026-09-10T20:55:47Z",
      "updated_at": "2026-09-11T04:05:16Z"
    },
    {
      "position": 16,
      "id": 2398287495,
      "title": "BABY DRAC",
      "link": "https://soundcloud.com/kizaru_hf/baby-drac-4",
      "permalink": "baby-drac-4",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": null,
      "tags": [],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 142957,
      "duration": "2:22",
      "playable_duration_ms": 142957,
      "release_date": null,
      "stats": {
        "plays": 159668,
        "likes": 5279,
        "reposts": 17,
        "comments": 112,
        "downloads": 0
      },
      "user": {
        "id": 752567110,
        "username": "kizaru",
        "link": "https://soundcloud.com/kizaru_hf",
        "permalink": "kizaru_hf",
        "full_name": "HAUNTED FAMILY",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-zRZZ45Z6wQFJy84w-GTCm4g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-zRZZ45Z6wQFJy84w-GTCm4g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 179778,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-9lWpgBWpgGtLtso1-4VJjxA-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-9lWpgBWpgGtLtso1-4VJjxA-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "kizaru",
        "album_title": null,
        "release_title": null,
        "isrc": null,
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": false,
        "has_music": null
      },
      "purchase": null,
      "policy": "allow",
      "monetization_model": "not_applicable",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/QE0jmhlVmwt0_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2398287495",
      "created_at": "2026-09-10T21:12:23Z",
      "updated_at": "2026-09-10T21:14:01Z"
    },
    {
      "position": 17,
      "id": 2218366055,
      "title": "вены реки руки",
      "link": "https://soundcloud.com/lezviem-917952856/veny-reki-ruki",
      "permalink": "veny-reki-ruki",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": null,
      "tags": [],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 128836,
      "duration": "2:08",
      "playable_duration_ms": 128836,
      "release_date": null,
      "stats": {
        "plays": 353340,
        "likes": 13899,
        "reposts": 188,
        "comments": 215,
        "downloads": 0
      },
      "user": {
        "id": 1630856867,
        "username": "・: * ㅤ ㅤ ❄️’ ゚・* :",
        "link": "https://soundcloud.com/lezviem-917952856",
        "permalink": "lezviem-917952856",
        "full_name": null,
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-4EEPNPZZ31mQLCyF-lrkH7Q-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-4EEPNPZZ31mQLCyF-lrkH7Q-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 204,
        "is_verified": false
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-AkFyHKFMvowdTLtK-7FY0UQ-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-AkFyHKFMvowdTLtK-7FY0UQ-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "ᅠᅠᅠᅠ",
        "album_title": null,
        "release_title": null,
        "isrc": null,
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": false,
        "has_music": null
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "blackbox",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/TMwALCUrfZxr_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2218366055",
      "created_at": "2025-11-24T21:42:29Z",
      "updated_at": "2026-09-17T14:27:36Z"
    },
    {
      "position": 18,
      "id": 2396564403,
      "title": "NGUOI TINH MUA DONG -Hà Anh Tuấn -danggdayy",
      "link": "https://soundcloud.com/haidang-83453072/nguoi-tinh-mua-dong-ha-anh-tu",
      "permalink": "nguoi-tinh-mua-dong-ha-anh-tu",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": null,
      "tags": [],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 295418,
      "duration": "4:55",
      "playable_duration_ms": 295418,
      "release_date": null,
      "stats": {
        "plays": 154930,
        "likes": 6320,
        "reposts": 165,
        "comments": 566,
        "downloads": 0
      },
      "user": {
        "id": 1645207784,
        "username": "danggdayy",
        "link": "https://soundcloud.com/haidang-83453072",
        "permalink": "haidang-83453072",
        "full_name": null,
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-1oILp0GxxjcZ1zDG-B7Pk2Q-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-1oILp0GxxjcZ1zDG-B7Pk2Q-original.jpg"
        },
        "city": "Hanoi",
        "country_code": "VN",
        "followers_count": 298,
        "is_verified": false
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-pP56DSVDVTA107pu-SCgXVQ-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-pP56DSVDVTA107pu-SCgXVQ-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": null,
        "album_title": null,
        "release_title": null,
        "isrc": null,
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": false,
        "has_music": null
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "blackbox",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "me",
      "waveform_link": "https://wave.sndcdn.com/GaIH5jfbzcib_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2396564403",
      "created_at": "2026-09-08T05:28:29Z",
      "updated_at": "2026-09-08T05:32:15Z"
    },
    {
      "position": 19,
      "id": 2398552797,
      "title": "roses x be kind",
      "link": "https://soundcloud.com/user-895020204/roses-x-be-kind",
      "permalink": "roses-x-be-kind",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": null,
      "tags": [],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 623116,
      "duration": "10:23",
      "playable_duration_ms": 623116,
      "release_date": null,
      "stats": {
        "plays": 98381,
        "likes": 5126,
        "reposts": 64,
        "comments": 69,
        "downloads": 0
      },
      "user": {
        "id": 1033593940,
        "username": "Sam Allais",
        "link": "https://soundcloud.com/user-895020204",
        "permalink": "user-895020204",
        "full_name": null,
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-zzql6CneHq1nzJtt-XV03VQ-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-zzql6CneHq1nzJtt-XV03VQ-original.jpg"
        },
        "city": "Auckland",
        "country_code": "NZ",
        "followers_count": 1560,
        "is_verified": false
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-36cyayzjAh5SIHaR-TeWJQA-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-36cyayzjAh5SIHaR-TeWJQA-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Sam Allais",
        "album_title": null,
        "release_title": null,
        "isrc": null,
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": false,
        "has_music": null
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "blackbox",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/hb07CABYf86P_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2398552797",
      "created_at": "2026-09-11T06:50:58Z",
      "updated_at": "2026-09-11T06:50:58Z"
    },
    {
      "position": 20,
      "id": 2398287510,
      "title": "TRIPLE HOMICIDE",
      "link": "https://soundcloud.com/kizaru_hf/triple-homicide-11",
      "permalink": "triple-homicide-11",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": null,
      "tags": [],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 121026,
      "duration": "2:01",
      "playable_duration_ms": 121026,
      "release_date": null,
      "stats": {
        "plays": 143922,
        "likes": 4991,
        "reposts": 28,
        "comments": 82,
        "downloads": 0
      },
      "user": {
        "id": 752567110,
        "username": "kizaru",
        "link": "https://soundcloud.com/kizaru_hf",
        "permalink": "kizaru_hf",
        "full_name": "HAUNTED FAMILY",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-zRZZ45Z6wQFJy84w-GTCm4g-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-zRZZ45Z6wQFJy84w-GTCm4g-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 179778,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-9lWpgBWpgGtLtso1-4VJjxA-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-9lWpgBWpgGtLtso1-4VJjxA-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "kizaru",
        "album_title": null,
        "release_title": null,
        "isrc": null,
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": false,
        "has_music": null
      },
      "purchase": null,
      "policy": "allow",
      "monetization_model": "not_applicable",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/CYv3wtx6oG51_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2398287510",
      "created_at": "2026-09-10T21:12:23Z",
      "updated_at": "2026-09-10T21:14:01Z"
    },
    {
      "position": 21,
      "id": 2398538070,
      "title": "Ghost",
      "link": "https://soundcloud.com/jheneaiko/ghost",
      "permalink": "ghost",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "R & B",
      "tags": [],
      "label": "Def Jam Recordings",
      "license": "all-rights-reserved",
      "duration_ms": 123114,
      "duration": "2:03",
      "playable_duration_ms": 123114,
      "release_date": "2026-09-11",
      "stats": {
        "plays": 90000,
        "likes": 5303,
        "reposts": 65,
        "comments": 35,
        "downloads": 0
      },
      "user": {
        "id": 55142839,
        "username": "Jhené Aiko",
        "link": "https://soundcloud.com/jheneaiko",
        "permalink": "jheneaiko",
        "full_name": "Jhené Chilombo",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-aIIAnpKbELzlXSjU-Xgqq7A-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-aIIAnpKbELzlXSjU-Xgqq7A-original.jpg"
        },
        "city": "Los Angeles",
        "country_code": "US",
        "followers_count": 1017163,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-j3TiIVaPPQ20-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-j3TiIVaPPQ20-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Jhené Aiko",
        "album_title": "Westside Whimsy",
        "release_title": "Ghost",
        "isrc": "USUM72608276",
        "upc": "00881061550051",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2026 Def Jam Recordings, a division of UMG Recordings, Inc.",
        "c_line": "© 2026 Def Jam Recordings, a division of UMG Recordings, Inc.",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/06assbHosads_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2398538070",
      "created_at": "2026-09-11T05:53:35Z",
      "updated_at": "2026-09-12T07:23:00Z"
    },
    {
      "position": 22,
      "id": 2398228494,
      "title": "Time of Life, ft. Izaya Tiji",
      "link": "https://soundcloud.com/iayzeofficial/time-of-life-ft-izaya-tiji",
      "permalink": "time-of-life-ft-izaya-tiji",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": null,
      "tags": [],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 155119,
      "duration": "2:35",
      "playable_duration_ms": 155119,
      "release_date": null,
      "stats": {
        "plays": 47379,
        "likes": 4473,
        "reposts": 184,
        "comments": 485,
        "downloads": 0
      },
      "user": {
        "id": 430176540,
        "username": "Jace! (@iayze)",
        "link": "https://soundcloud.com/iayzeofficial",
        "permalink": "iayzeofficial",
        "full_name": "Jace",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-sZ554yygQxEAjdzZ-aztMIQ-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-sZ554yygQxEAjdzZ-aztMIQ-original.jpg"
        },
        "city": "Fort Worth",
        "country_code": "US",
        "followers_count": 178178,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-h4N3bNvzUqaCHOb2-gygPKg-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-h4N3bNvzUqaCHOb2-gygPKg-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": null,
        "album_title": null,
        "release_title": null,
        "isrc": null,
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": false,
        "has_music": null
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "blackbox",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "me",
      "waveform_link": "https://wave.sndcdn.com/j86YeTChcUsv_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2398228494",
      "created_at": "2026-09-10T19:44:52Z",
      "updated_at": "2026-09-10T19:44:52Z"
    },
    {
      "position": 23,
      "id": 2398954902,
      "title": "pz - subliminals 0018",
      "link": "https://soundcloud.com/loveliars/pz-subliminals-0018",
      "permalink": "pz-subliminals-0018",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": null,
      "tags": [],
      "label": null,
      "license": "all-rights-reserved",
      "duration_ms": 74046,
      "duration": "1:14",
      "playable_duration_ms": 74046,
      "release_date": null,
      "stats": {
        "plays": 114605,
        "likes": 5732,
        "reposts": 49,
        "comments": 93,
        "downloads": 0
      },
      "user": {
        "id": 1608400167,
        "username": "strangers",
        "link": "https://soundcloud.com/loveliars",
        "permalink": "loveliars",
        "full_name": null,
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-qGT71gYXriWhIfuz-4Ob9Ew-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-qGT71gYXriWhIfuz-4Ob9Ew-original.jpg"
        },
        "city": "Busan",
        "country_code": "KR",
        "followers_count": 68,
        "is_verified": false
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-6ftDmRwfOAU5CEse-sQyxyw-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-6ftDmRwfOAU5CEse-sQyxyw-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": null,
        "album_title": null,
        "release_title": null,
        "isrc": null,
        "upc": null,
        "publisher": null,
        "writers": null,
        "p_line": null,
        "c_line": null,
        "is_explicit": false,
        "has_music": null
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "blackbox",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "me",
      "waveform_link": "https://wave.sndcdn.com/BILDbUrcjpzu_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2398954902",
      "created_at": "2026-09-11T22:12:19Z",
      "updated_at": "2026-09-11T22:12:19Z"
    },
    {
      "position": 24,
      "id": 2387970726,
      "title": "Feel This Grip (feat. Baby Tate)",
      "link": "https://soundcloud.com/bibi-87/feel-this-grip-feat-baby-tate",
      "permalink": "feel-this-grip-feat-baby-tate",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Electronic",
      "tags": [
        "Tech House"
      ],
      "label": "Warner Records",
      "license": "all-rights-reserved",
      "duration_ms": 193846,
      "duration": "3:13",
      "playable_duration_ms": 193846,
      "release_date": "2026-09-11",
      "stats": {
        "plays": 54543,
        "likes": 4037,
        "reposts": 41,
        "comments": 32,
        "downloads": 0
      },
      "user": {
        "id": 10911723,
        "username": "MichaelBibi",
        "link": "https://soundcloud.com/bibi-87",
        "permalink": "bibi-87",
        "full_name": "Michael Bibi",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-000277482363-ipj90x-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-000277482363-ipj90x-original.jpg"
        },
        "city": "VibesVille",
        "country_code": null,
        "followers_count": 235539,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-WDBxlyQ0KNeN-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-WDBxlyQ0KNeN-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Michael Bibi",
        "album_title": "Feel This Grip (feat. Baby Tate)",
        "release_title": "Feel This Grip (feat. Baby Tate)",
        "isrc": "GBAHT2602511",
        "upc": "1200214911447",
        "publisher": null,
        "writers": null,
        "p_line": "℗ Under Exclusive Licence to Warner Music UK Limited, ℗ 2026 Bibi Enterprises Limited",
        "c_line": "© Under Exclusive Licence to Warner Music UK Limited, © 2026 Bibi Enterprises Limited",
        "is_explicit": true,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/mZN2BB07QSZO_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2387970726",
      "created_at": "2026-08-25T12:54:42Z",
      "updated_at": "2026-09-11T17:43:51Z"
    },
    {
      "position": 25,
      "id": 2397453447,
      "title": "Not A Problem",
      "link": "https://soundcloud.com/max-dean-music/not-a-problem",
      "permalink": "not-a-problem",
      "secret_token": null,
      "description": null,
      "caption": null,
      "genre": "Electronic",
      "tags": [],
      "label": "Interscope Records",
      "license": "all-rights-reserved",
      "duration_ms": 247272,
      "duration": "4:07",
      "playable_duration_ms": 247272,
      "release_date": "2026-09-10",
      "stats": {
        "plays": 52989,
        "likes": 3841,
        "reposts": 53,
        "comments": 45,
        "downloads": 0
      },
      "user": {
        "id": 135773164,
        "username": "Max Dean",
        "link": "https://soundcloud.com/max-dean-music",
        "permalink": "max-dean-music",
        "full_name": "Max Dean",
        "avatar": {
          "link": "https://i1.sndcdn.com/avatars-GOUDQyWuwYZns84g-z151pw-t500x500.jpg",
          "original_link": "https://i1.sndcdn.com/avatars-GOUDQyWuwYZns84g-z151pw-original.jpg"
        },
        "city": null,
        "country_code": null,
        "followers_count": 80599,
        "is_verified": true
      },
      "artwork": {
        "link": "https://i1.sndcdn.com/artworks-tqXyyXD7S7iy-0-t500x500.jpg",
        "original_link": "https://i1.sndcdn.com/artworks-tqXyyXD7S7iy-0-original.jpg"
      },
      "banner_link": null,
      "publisher": {
        "artist": "Max Dean, Nafe Smallz, Luke Dean",
        "album_title": "Not A Problem",
        "release_title": "Not A Problem",
        "isrc": "USUG12608881",
        "upc": "00881061472858",
        "publisher": null,
        "writers": null,
        "p_line": "℗ 2026 Max Dean, Luke Dean, and Nafe Smallz, under exclusive license to Interscope Records",
        "c_line": "© 2026 Max Dean, Luke Dean, and Nafe Smallz, under exclusive license to Interscope Records",
        "is_explicit": false,
        "has_music": true
      },
      "purchase": null,
      "policy": "monetize",
      "monetization_model": "ad_supported",
      "is_preview_only": false,
      "is_streamable": true,
      "is_downloadable": false,
      "is_commentable": true,
      "is_public": true,
      "sharing": "public",
      "embeddable_by": "all",
      "waveform_link": "https://wave.sndcdn.com/3kvYyFomvoxj_m.json",
      "station_link": "https://soundcloud.com/discover/sets/track-stations:2397453447",
      "created_at": "2026-09-09T18:23:59Z",
      "updated_at": "2026-09-11T02:59:12Z"
    },
    "... 25 more items"
  ]
}