Explore the music industry’s unified data layer: API endpoints, scheduled data feeds, and MCP tools for AI assistants.
API
Query the music graph in real time with production-ready endpoints, a free sandbox, complete references, and a changelog built for shipping confidently.
Open API docsFeed New
Push fresh TSV deliveries straight to your storage, from hourly deltas to weekly syncs, with connectors designed for clean warehouse ingestion.
Open Feed docsMCP
New
Give AI assistants secure access to Soundcharts tools so they can answer grounded questions across artists, songs, playlists, charts, airplay, and markets.
Open MCP docsTrusted by teams building on music data
Ship your first request in minutes
Every request goes over HTTPS to a single base URL - the credentials you send decide whether you land in the free sandbox or your production account. Generate an access token, or use a legacy API key if you're already integrated.
pip install soundcharts
handles request logic and error management.
# fetch artist metadata
curl https://customer.api.soundcharts.com/api/v2/artist/{uuid} \
-H "Authorization: Bearer ACCESS_TOKEN"