Music — entry 001 of 30
7digital
7digital's Catalogue API — now operated under Songtradr's MassiveMusic brand after 7digital's 2025 reorganization — gives partners programmatic access to track, release, and artist metadata plus licensed audio delivery drawn from a catalogue of tens of millions of tracks. Every request is signed with an OAuth 1.0 consumer key (and, for some endpoints, a matching signature and user ID), and real production credentials require a commercial partner agreement rather than self-serve signup. Responses are returned as JSON.
GreatAPIs Score
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
Media Transfer/content-delivery endpoint: 50 requests/second acceptable-usage cap (keyed tier); non-live (prototype/test) keys carry a separate per-day cap surfaced via X-RateLimit-Limit/-Current/-Reset response headers, per docs.massivemusic.com's Usage Limits page