Explore the music industry’s unified data layer: API endpoints, scheduled data feeds, and MCP tools for AI assistants.

20+ endpoint groups across music entities and market signals
~200ms average response time across production API calls
1 base URL across sandbox and production environments
5,000 recommended per-minute request rate for integrations

Trusted 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.

Free sandbox Open to everyone with a limited dataset for testing.
Consistent envelope Responses follow the same object, items+page, and related structure.
Official Python SDK pip install soundcharts handles request logic and error management.
Usage & quotas endpoint Track billing quota and rate limit programmatically.
cURL
# fetch artist metadata
curl https://customer.api.soundcharts.com/api/v2/artist/{uuid} \
  -H "Authorization: Bearer ACCESS_TOKEN"
Try it out