Access Soundcloud Charts with API

前端 未结 2 525
清酒与你
清酒与你 2021-02-02 04:21

Is there an way to access the new charts https://soundcloud.com/charts/top (top 50) with the soundcloud api? Or is there an other way?

Maybe with an crawl with php or so

2条回答
  •  逝去的感伤
    2021-02-02 05:04

    Here is an example:

    https://api-v2.soundcloud.com/charts?kind=top&genre=soundcloud%3Agenres%3Aall-music&client_id=02gUJC0hH2ct1EGOcYXQIzRFU91c72Ea&limit=20&offset=0
    

    Just change the params according to your client id, etc.

提交回复
热议问题