soundcloud-v2
Python wrapper for the internal v2 SoundCloud API.Does not require an API key.
What it is and what it does
soundcloud-v2 is a Python client for SoundCloud's undocumented internal v2 API, designed for developers who need programmatic access to SoundCloud data without an official API key. It wraps GET-only endpoints and provides methods to fetch user profiles, tracks, playlists, and other metadata. The library requires an OAuth2 access token (extracted from your browser's SoundCloud session cookies) for authenticated operations, though some read-only methods may work without authentication.
The package targets a gap left by SoundCloud's closure of official API registrations; it trades official support for practical access to public SoundCloud data. It depends on dacite for data deserialization, python-dateutil for timestamp handling, and curl_cffi for HTTP requests. The maintainer notes that undocumented API parameters can be passed via **kwargs, making it somewhat resilient to API changes.
Use it for:
- Fetch user profiles and metadata from SoundCloud by username or ID for research or archival.
- Retrieve track information, including duration, play count, and description, without official API access.
- Build a personal SoundCloud library manager or playlist analyzer using internal API endpoints.
- Scrape public SoundCloud data for music recommendation or discovery applications.
- Monitor or log SoundCloud activity for specific users or tracks over time.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Python wrapper for SoundCloud's internal v2 API that enables read-only access to SoundCloud data without requiring an official API key.
Yes, if you need SoundCloud data access and cannot use the official API. The package is actively maintained, has no known vulnerabilities, and carries a permissive license. However, be aware that it relies on SoundCloud's undocumented internal API, which could change or be blocked at any time without notice—use it for non-critical applications or with fallback strategies.
Install
soundcloud-v2 on PyPI
pip
pip install soundcloud-v2uv
uv add soundcloud-v2poetry
poetry add soundcloud-v2Installing soundcloud-v2
Before you install
Low friction to install; the package is actively maintained with a recent release and supports Python 3.8 through 3.12. Three lightweight runtime dependencies (dacite, python-dateutil, curl_cffi) are standard libraries with minimal overhead.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects.
Quickstart
pip install soundcloud-v2
from soundcloud import SoundCloud
sc = SoundCloud(auth_token="your_oauth_token")
user = sc.get_user_by_username("username")
Requires a valid SoundCloud OAuth2 access token (found in browser cookies as 'oauth_token') for authenticated methods; token generation requires an active SoundCloud account.
Verify before relying
- Whether all internal API endpoints remain stable or if SoundCloud actively blocks this wrapper's access.
- Performance characteristics and rate-limiting behavior when making bulk requests.
- Whether the package handles SoundCloud API changes automatically or requires manual updates.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — dacite, python-dateutil, curl_cffi |
| Maintenance | actively maintained — 110 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 84,208/month — #14,017 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: soundcloud_v2-1.7.0-py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
spotipyFreeProvides a Spotipy-compatible interface to…
unclear · top 15,000 on PyPI
ScweetScrape tweets, profiles, followers, and user…
permissive · top 15,000 on PyPI
spotapiSpotAPI wraps Spotify's private and public APIs…
unclear · top 15,000 on PyPI
requests-oauthAdds OAuth 1.0 authentication support to the…
permissive · top 5,000 on PyPI
django-embed-videoProvides Django template tags and model fields…
permissive · top 15,000 on PyPI
spotifywebapipythonA Python library that wraps the Spotify Web…
permissive · top 15,000 on PyPI
requests-authAdds OAuth2, API key, Basic, and NTLM…
permissive · top 15,000 on PyPI
ebaysdkProgrammatic interface to eBay's Finding,…
copyleft · top 15,000 on PyPI
dj-rest-authProvides drop-in REST API endpoints for user…
permissive · top 5,000 on PyPI
ovhLightweight Python wrapper for OVHcloud APIs…
permissive · top 15,000 on PyPI